Skip to content

Commit 483257e

Browse files
committed
export a fn that may be needed for preparing atompair inputs
1 parent 2529f27 commit 483257e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

alphafold3_pytorch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from alphafold3_pytorch.attention import (
22
Attention,
3-
Attend
3+
Attend,
4+
full_pairwise_repr_to_windowed
45
)
56

67
from alphafold3_pytorch.alphafold3 import (

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "alphafold3-pytorch"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Alphafold 3 - Pytorch"
55
authors = [
66
{ name = "Phil Wang", email = "[email protected]" }

0 commit comments

Comments
 (0)