Skip to content

Commit

Permalink
Add MACE model support (#61)
Browse files Browse the repository at this point in the history
* implement MACE

* change NL to fix PBCs

* improve simple_nl code

* triclinic simple_nl

* update to openmm-torch 1.1 syntax

* update

* cleanup file

* update notebook

* fix colab install

* Overall refactor of macepotential.py

* Removed deprecated utils.py module

* Fixed formatting

* Removed examples as new ones will be created for the new implementation

* Removed import of utils

* Fixed improper use of backquotes and single quotes, removed unnecessary model writing, and corrected default value of returnEnergyType parameter

* Fix to ensure correct device allocation

* Fixed typo

---------

Co-authored-by: Joao Morado <joaomorado@gmail.com>
  • Loading branch information
sef43 and JMorado authored Mar 4, 2024
1 parent 3ca70f0 commit 4cc85f4
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openmmml/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from . import anipotential
from . import anipotential, macepotential
Loading

0 comments on commit 4cc85f4

Please sign in to comment.