Skip to content

Commit 3cbb62a

Browse files
Import symmetry utilities and constants in inference_sampler
1 parent 0fb9248 commit 3cbb62a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

models/rfd3/src/rfd3/model/inference_sampler.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
uniform_random_rotation,
1313
)
1414

15+
from rfd3.inference.symmetry.atom_array import (
16+
FIXED_ENTITY_ID,
17+
FIXED_TRANSFORM_ID
18+
)
19+
from rfd3.inference.symmetry.symmetry_utils import apply_symmetry_to_xyz_atomwise
20+
1521
ranked_logger = RankedLogger(__name__, rank_zero_only=True)
1622

1723

0 commit comments

Comments
 (0)