foundry
foundry copied to clipboard
import apply_symmetry_to_xyz_atomwise in inference_sampler
This pull request introduces new imports to the inference_sampler.py file, preparing the module to support symmetry operations during inference. These changes set up the codebase for future enhancements related to symmetry handling.
- Added imports for
FIXED_ENTITY_IDandFIXED_TRANSFORM_IDfromatom_array, andapply_symmetry_to_xyz_atomwisefromsymmetry_utilsto enable symmetry-related functionality in inference workflows.