- 09 Apr, 2014 1 commit
-
-
Robert McGibbon authored
-
- 05 Apr, 2014 1 commit
-
-
John Chodera (MSKCC) authored
A previous commit had changed OpenMM_headers.i to OpenMMSwigHeaders.i without changing the corresponding include statement in OpenMM.i.
-
- 04 Apr, 2014 2 commits
- 02 Apr, 2014 1 commit
-
-
peastman authored
-
- 28 Mar, 2014 3 commits
-
-
John Chodera (MSKCC) authored
Added step limit for LocalEnergyMinimizer in Modeller.addHydrogens() to prevent hangs with bad structures.
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 27 Mar, 2014 9 commits
-
-
Robert McGibbon authored
-
Robert McGibbon authored
-
peastman authored
-
peastman authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 13 Mar, 2014 1 commit
-
-
peastman authored
-
- 12 Mar, 2014 2 commits
-
-
Lee-Ping authored
-
Robert McGibbon authored
-
- 05 Mar, 2014 1 commit
-
-
peastman authored
-
- 26 Feb, 2014 1 commit
-
-
Robert McGibbon authored
-
- 18 Feb, 2014 1 commit
-
-
Lee-Ping authored
-
- 06 Feb, 2014 1 commit
-
-
peastman authored
-
- 05 Feb, 2014 1 commit
-
-
Jason Swails authored
'const char*' by passing it straight to the std::string constructor rather than through a reinterpret_cast. This solves segfaults when trying to use the OpenMM C-API (which is auto-generated from the generate*Wrappers.py scripts) when used with gcc/g++. clang and clang++ seem to accept this (perhaps why it was not caught before). After these changes, the OpenMM-Tinker binding works again with the current git version of OpenMM.
-
- 01 Feb, 2014 1 commit
-
-
peastman authored
-
- 31 Jan, 2014 4 commits
-
-
Carlos Hernández authored
Added catch for zinc.
-
Carlos Hernández authored
Added catch for zinc.
-
peastman authored
-
peastman authored
Renamed methods for dealing with TabulatedFunctions to avoid problems in wrapper APIs. Also fixed a few bugs.
-
- 30 Jan, 2014 1 commit
-
-
peastman authored
-
- 28 Jan, 2014 4 commits
-
-
Jason Swails authored
-
Jason Swails authored
Fix case when OBC2 GB model is used and the salt concentration is non-zero. When the salt concentration is non-zero, the customgbforces implementation has to be used (since the native kernel does not support salt concentrations). However, since the native kernel runs ~2x faster on CUDA (and most likely far more efficiently on CPU and Reference, most likely), it is worth continuing to use the native kernel when possible.
-
Jason Swails authored
implicitSolventKappa is provided it will be used. Otherwise, implicitSolventSaltConc will be used to compute kappa from the solvent dielectric constant and simulation temperature. In order to provide a target temperature, an optional 'temperature' parameter had to be added to the function call. The docstring makes it clear that temperature is only used for the salt concentration -> debye length conversion.
-
Jason Swails authored
to 4 -- this would be a SyntaxError in Python3).
-
- 22 Jan, 2014 1 commit
-
-
peastman authored
-
- 16 Jan, 2014 1 commit
-
-
Peter Eastman authored
-
- 14 Jan, 2014 1 commit
-
-
Jason Swails authored
implicitSolventKappa the same (black-magic) way that Amber does. I have never been able to reproduce the prefactor used to convert to kappa in Amber... sigh.
-
- 09 Jan, 2014 1 commit
-
-
Peter Eastman authored
-
- 08 Jan, 2014 1 commit
-
-
peastman authored
-