We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9b205 commit aa135eeCopy full SHA for aa135ee
README.md
@@ -141,8 +141,8 @@ from alphafold3_pytorch import (
141
contrived_protein = 'AG'
142
143
mock_atompos = [
144
- torch.randn(5, 3), # alanine has 6 non-hydrogen atoms
145
- torch.randn(4, 3) # glycine has 5 non-hydrogen atoms
+ torch.randn(5, 3), # alanine has 5 non-hydrogen atoms
+ torch.randn(4, 3) # glycine has 4 non-hydrogen atoms
146
]
147
148
train_alphafold3_input = Alphafold3Input(
0 commit comments