- 11 Apr, 2022 1 commit
-
-
Peter Eastman authored
-
- 11 Mar, 2022 1 commit
-
-
Peter Eastman authored
* Max Drude distance defaults to 0.2 nm * Fixed incorrect number in docs * Fixed a test case
-
- 04 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Replaced several AMOEBA bonded forces with custom forces * Deleted obsolete AMOEBA forces * Replaced AmoebaPiTorsionForce with custom force
-
- 01 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Top level Python module is now "openmm" * Updated module names in examples * Updated module names in documentation * Updated module in CI scripts * Added deprecation warning
-
- 18 Aug, 2020 1 commit
-
-
peastman authored
* Updated to latest values for physical constants * Updated documentation on physical constants * Updated Python unit definitions * Fixed constants in test case * Added a comment
-
- 16 Jul, 2020 1 commit
-
-
Peter Eastman authored
-
- 01 Nov, 2019 2 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 30 Sep, 2019 1 commit
-
-
peastman authored
-
- 22 Aug, 2019 1 commit
-
-
Michael Schnieders authored
Improve the performance of sending the AmoebaVdwLambda to Cuda using pinned host memory; Updated the AmoebaVdwForceProxy to version 3, and added backward compatibility to version 2; updated TestAPIUnits.py to handle the per particle lambda flag
-
- 26 Jan, 2017 1 commit
-
-
Peter Eastman authored
-
- 06 Oct, 2015 1 commit
-
-
peastman authored
-
- 01 Oct, 2015 1 commit
-
-
Jason Swails authored
Now that I have my head on straight, that is.
-
- 29 Sep, 2015 17 commits
-
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
and DrudeLangevinIntegrator.
-
Jason Swails authored
and VariableLangevinIntegrator
-
Jason Swails authored
right). Add a test for AmoebaMultipoleForce.
-
Jason Swails authored
- Remove API change for AmoebaAngleForce so it goes back to only taking degrees. Handle conversion via a pythonprepend (since stripUnits is done in C++ now). - Do the same thing for TorsionTorsionForce, since angles are in degrees again - Add AmoebaVdwForce and AmoebaWcaForce tests
-
Jason Swails authored
work for the input variable type.
-
Jason Swails authored
-
Jason Swails authored
-
Jason Swails authored
cubic/quartic/pentic/etc. terms are NOT working for some reason.
-
Jason Swails authored
expansion coefficients.
-
Jason Swails authored
docstring says it should be (kJ/nm^2) -- the swig input generator had the inverse. Adds a test case for the AmoebaGeneralizedKirkwoodForce API.
-
Jason Swails authored
angles are in degrees (unlike *every* other angle force out there), and stripUnits automatically reduces all angles to radians if they come in with units. The approach here is to *slightly* change the API, so that AmoebaAngleForce.addAngle interprets input angles <2*pi as radians, and >2*pi as degrees. This is heuristic, but should work in every case out in the wild so far. I've also updated the documentation to reflect this behavior, and fixed the units attached to the return value of AmoebaAngleForce.getAngleParameters() to return degrees instead of radians.
-
Jason Swails authored
AmoebaBondForce.
-
Jason Swails authored
Turns out CustomManyParticleForce is broken when adding per-particle parameters with units.
-
Jason Swails authored
-
Jason Swails authored
-