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 @@ -18,6 +18,7 @@ class AtomInput(TypedDict):
1818 msa : Float ['s n dm' ]
1919 token_bonds : Bool ['n n' ] | None
2020 atom_ids : Int ['m' ] | None
21+ atom_parent_ids : Int ['m' ] | None
2122 atompair_ids : Int ['m m' ] | Int ['nw w (w*2)' ] | None
2223 template_mask : Bool ['t' ] | None
2324 msa_mask : Bool ['s' ] | None
@@ -39,6 +40,7 @@ class BatchedAtomInput(TypedDict):
3940 msa : Float ['b s n dm' ]
4041 token_bonds : Bool ['b n n' ] | None
4142 atom_ids : Int ['b m' ] | None
43+ atom_parent_ids : Int ['b m' ] | None
4244 atompair_ids : Int ['b m m' ] | Int ['b nw w (w*2)' ] | None
4345 template_mask : Bool ['b t' ] | None
4446 msa_mask : Bool ['b s' ] | None
Original file line number Diff line number Diff line change 11[project ]
22name = " alphafold3-pytorch"
3- version = " 0.1.66 "
3+ version = " 0.1.67 "
44description = " Alphafold 3 - Pytorch"
55authors = [
66 {
name =
" Phil Wang" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments