File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ class AtomInput:
137137 template_mask : Bool [' t' ] | None = None
138138 msa_mask : Bool [' s' ] | None = None
139139 atom_pos : Float ['m 3' ] | None = None
140+ missing_atom_mask : Bool [' m' ] | None = None
140141 molecule_atom_indices : Int [' n' ] | None = None
141142 distogram_atom_indices : Int [' n' ] | None = None
142143 distance_labels : Int ['n n' ] | None = None
@@ -167,6 +168,7 @@ class BatchedAtomInput:
167168 template_mask : Bool ['b t' ] | None = None
168169 msa_mask : Bool ['b s' ] | None = None
169170 atom_pos : Float ['b m 3' ] | None = None
171+ missing_atom_mask : Bool ['b m' ] | None = None
170172 molecule_atom_indices : Int ['b n' ] | None = None
171173 distogram_atom_indices : Int ['b n' ] | None = None
172174 distance_labels : Int ['b n n' ] | None = None
Original file line number Diff line number Diff line change 11[project ]
22name = " alphafold3-pytorch"
3- version = " 0.1.128 "
3+ version = " 0.1.129 "
44description = " Alphafold 3 - Pytorch"
55authors = [
66 {
name =
" Phil Wang" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments