Skip to content

Commit

Permalink
Merge pull request #70 from Fung-Lab/vxfung-patch-2
Browse files Browse the repository at this point in the history
Vxfung patch 2
  • Loading branch information
vxfung authored Feb 26, 2024
2 parents 505b73f + 026aa14 commit 47fe2f3
Show file tree
Hide file tree
Showing 4 changed files with 426 additions and 4 deletions.
Binary file removed data/data.pt
Binary file not shown.
5 changes: 3 additions & 2 deletions matdeeplearn/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
__all__ = ["BaseModel", "CGCNN", "MPNN", "SchNet", "TorchMD_ET"]
__all__ = ["BaseModel", "CGCNN", "MPNN", "SchNet", "TorchMD_ET", "TorchMD_ET_early"]

from .base_model import BaseModel
from .cgcnn import CGCNN
from .mpnn import MPNN
from .schnet import SchNet
from .torchmd_etEarly import TorchMD_ET
from .torchmd_et import TorchMD_ET
from .torchmd_etEarly import TorchMD_ET_Early
Loading

0 comments on commit 47fe2f3

Please sign in to comment.