-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'openmm' keyword to 'energy' action (#1042)
* Update for precision * Add openmm keyword to energy action, but keep it hidden for now * Reorder the terms in esander output so they match energy output for easier comparisons * Put the new esander term ordering behind CPPTRAJ_ESANDER_ENERGY_ORDER define for better backwards compatibility. * Add new ordering option for test saves * Add openmm and related keywords to energy help * Add the 'name' keyword to help. * Update manual emin entry, add name keyword. Add 'openmm' keyword to energy manual entry. * Add a tolerance * 6.20.2. Revision bump for adding 'openmm' keyword to 'energy' action. * Try to fix python build by using setup-python@v4 * Try to fix python environment * Try to fix the python CI install --------- Co-authored-by: Daniel R. Roe <[email protected]>
- Loading branch information
Showing
21 changed files
with
425 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
channels: | ||
- conda-forge | ||
- defaults | ||
dependencies: | ||
- netcdf4 | ||
- pyflakes | ||
- python=3.8 | ||
- numpy | ||
- cython | ||
- parmed | ||
- pytest | ||
- mock | ||
- pytest | ||
- cython | ||
- setuptools | ||
- curl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.