- 15 Aug, 2019 1 commit
-
-
Michael Schnieders authored
for the AmoebaVdwLambda global parameter was added that returns the parameter's name; added the value None to the AlchemicalMethod enumeration; provided default values for the isAlchemical flag
-
- 14 Aug, 2019 1 commit
-
-
Michael Schnieders authored
-
- 16 Apr, 2019 1 commit
-
-
Peter Eastman authored
-
- 12 Apr, 2019 1 commit
-
-
Peter Eastman authored
-
- 09 Apr, 2019 1 commit
-
-
peastman authored
* Created API for HIPPO force field * Beginning of reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Continuing reference implementation of HIPPO * Completed reference of HIPPO with no cutoff * Beginning cutoffs/PME for reference implementation of HIPPO * Continuing PME for reference implementation of HIPPO * Continuing PME for reference implementation of HIPPO * Continuing PME for reference implementation of HIPPO * Completed reference implementation of HIPPO * Cleanup and optimization to HIPPO reference * Further cleanup to HIPPO * Combined direct space interactions into a single loop * Compute direct space interactions in quasi-internal frame * Beginning of CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Continuing CUDA implementation of HIPPO * Finished CUDA implementation of HIPPO * More features and test cases for HippoNonbondedForce * Serialization and Python API for HippoNonbondedForce * Fixed sign error in computing forces
-
- 03 Jul, 2017 1 commit
-
-
peastman authored
-
- 07 Apr, 2017 1 commit
-
-
Peter Eastman authored
-
- 24 Mar, 2017 1 commit
-
-
peastman authored
-
- 28 Oct, 2016 1 commit
-
-
peastman authored
-
- 21 Sep, 2016 1 commit
-
-
peastman authored
-
- 01 Jul, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 30 Jun, 2016 2 commits
-
-
Saurabh Belsare authored
-
peastman authored
-
- 20 Apr, 2016 1 commit
-
-
Peter Eastman authored
-
- 04 Mar, 2016 1 commit
-
-
Peter Eastman authored
-
- 03 Feb, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 23 Jan, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 20 Jan, 2016 2 commits
-
-
Saurabh Belsare authored
-
Saurabh Belsare authored
-
- 18 Jan, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 14 Jan, 2016 1 commit
-
-
Saurabh Belsare authored
-
- 16 Dec, 2015 1 commit
-
-
Peter Eastman authored
-
- 11 Dec, 2015 1 commit
-
-
Saurabh Belsare authored
-
- 09 Dec, 2015 1 commit
-
-
Andy Simmonett authored
-
- 05 Nov, 2015 2 commits
-
-
Jason Swails authored
-
Jason Swails authored
These are worth fixing because they're in header files that are always included (rather than just hitting them at OpenMM compile-time). The SWIG interface now builds without warnings on my machine.
-
- 03 Nov, 2015 1 commit
-
-
Robert McGibbon authored
Swigged python docstrings now include documented return values and type information or their arguments. They are generated in numpydoc format. Furthermore, all of the Python app layer docstrings have been changed to numpydoc format. The filterPythonFiles.py script which helps to generate the Doxygen Python API docs has been updated to reflect these changes.
-
- 29 Sep, 2015 5 commits
-
-
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
-
Jason Swails authored
-
Jason Swails authored
-
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.
-
- 25 Sep, 2015 1 commit
-
-
Andy Simmonett authored
Specified units for getOPTCoefficients() routine and switched µ for mu, to avoid unicode writing errors.
-
- 22 Sep, 2015 1 commit
-
-
Andy Simmonett authored
-
- 03 Sep, 2015 1 commit
-
-
peastman authored
-
- 19 Mar, 2015 1 commit
-
-
peastman authored
-
- 23 Feb, 2015 1 commit
-
-
peastman authored
-
- 21 Feb, 2015 1 commit
-
-
peastman authored
-
- 08 Feb, 2015 2 commits
-
-
Jason Swails authored
Update the Python application layer to use both force constants when building the AmoebaStretchBendForce.
-
Jason Swails authored
stretch-bend test correctly. The potential energy calculation done in the ReferenceStretchBendTest file was updated to mirror that of the Reference kernel, but first I made sure that the test passed *before* updating to the new energy expression, just to make sure that the energies and forces didn't *change* with the new expression.
-