File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1770,7 +1770,7 @@ def alphafold3_input_to_molecule_lengthed_molecule_input(
17701770
17711771 # NOTE: since `Alphafold3Input` is only used for inference, we can safely assume that
17721772 # the middle atom frame of each ligand molecule is a suitable representative frame for the ligand
1773- atom_indices_for_frame .append (frames [len (frames ) // 2 ].tolist ())
1773+ atom_indices_for_frame .append (tuple ( frames [len (frames ) // 2 ].tolist () ))
17741774
17751775 ligand_atom_pos_offset += num_ligand_atoms
17761776
Original file line number Diff line number Diff line change 11[project ]
22name = " alphafold3-pytorch"
3- version = " 0.7.10 "
3+ version = " 0.7.11 "
44description = " Alphafold 3 - Pytorch"
55authors = [
66 { name = " Phil Wang" , email = " lucidrains@gmail.com" },
You can’t perform that action at this time.
0 commit comments