Skip to content

OpenMM-Torch 0.6

Compare
Choose a tag to compare
@raimis raimis released this 01 Mar 20:34
· 37 commits to master since this release
e6a3179

This release fixes an issue where the PyTorch module was always loaded to the GPU device 0, regardless which device OpenMM was set to use (#70). Also, the Python API has been fixed by including TorchForce.getOutputsForces and TorchForce.setOutputsForces (#60).

A new tutorial illustrating Openmm-Torch with the accelerated kernel library NNPOps is available: Open On Colab

This version can be installed from conda-forge via

conda install -c conda-forge openmm-torch

What's Changed

Full Changelog: v0.5...v0.6