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 7af2f4c commit 31e4eebCopy full SHA for 31e4eeb
alphafold3_pytorch/alphafold3.py
@@ -2676,7 +2676,8 @@ def __init__(
2676
token_transformer_depth = 24,
2677
token_transformer_heads = 16,
2678
atom_decoder_depth = 3,
2679
- atom_decoder_heads = 4
+ atom_decoder_heads = 4,
2680
+ serial = True # believe they have an error on Algorithm 23. lacking a residual - default to serial architecture until further news
2681
),
2682
edm_kwargs: dict = dict(
2683
sigma_min = 0.002,
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "alphafold3-pytorch"
3
-version = "0.0.36"
+version = "0.0.37"
4
description = "Alphafold 3 - Pytorch"
5
authors = [
6
{ name = "Phil Wang", email = "[email protected]" }
0 commit comments