You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very nice plugin! Would you be interested in exposing it through OpenMM-ML? It provides a standard interface for creating simulations with ML potentials. You just have to write two Python classes to implement the interface. See mlpotential.py for the generic interface and anipotential.py for an example of implementing a specific model. If you're interested I can help.
The text was updated successfully, but these errors were encountered:
Yeah, of course. We really enjoyed exposing DeepmdForce to OpenMM-ML.
Before integrating the DeepmdPlugin with OpenMM-ML, I need to build the conda packaging script and upload it to conda-forge chanel.
This way we can import DeepmdForce in dppotential.py. After packaging, we will submit a pull request to OpenMM-ML.
Any suggestions and comments on this plugin and PR are welcome.
Very nice plugin! Would you be interested in exposing it through OpenMM-ML? It provides a standard interface for creating simulations with ML potentials. You just have to write two Python classes to implement the interface. See mlpotential.py for the generic interface and anipotential.py for an example of implementing a specific model. If you're interested I can help.
The text was updated successfully, but these errors were encountered: