Skip to content

Commit 501aaa4

Browse files
committed
prepare for automatically taking care of output atompos indices
1 parent d625328 commit 501aaa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

alphafold3_pytorch/inputs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ class MoleculeInput:
142142
templates: Float['t n n dt'] | None = None
143143
msa: Float['s n dm'] | None = None
144144
atom_pos: List[Float['_ 3']] | Float['m 3'] | None = None
145+
output_atompos_indices: Int[' m'] | None = None
145146
template_mask: Bool[' t'] | None = None
146147
msa_mask: Bool[' s'] | None = None
147148
distance_labels: Int['n n'] | None = None
@@ -347,6 +348,7 @@ class Alphafold3Input:
347348
resolved_labels: Int[' n'] | None = None
348349
add_atom_ids: bool = False
349350
add_atompair_ids: bool = False
351+
add_output_atompos_indices: bool = True
350352

351353
@typecheck
352354
def map_int_or_string_indices_to_mol(

0 commit comments

Comments
 (0)