OpenMM-Torch 0.5
This release adds the ability to output the computed atomic force directly (#52) without using the back-propagation of energy; and fixes a long-standing issue the CUDA context synchronization (#47, #49), which was causing crashes or incorrect results. All the users are advised to update.
What's Changed
- Improved coordination of CUDA contexts with PyTorch by @peastman in #47
- Update CI by @raimis in #53
- Test if a PyTorch module receives corrects arguments by @raimis in #50
- Models can directly output forces by @peastman in #52
- Fix the synchronisation between the CUDA contexts by @raimis in #49
Full Changelog: v0.4...v0.5