- 27 Feb, 2014 1 commit
-
-
peastman authored
-
- 24 Feb, 2014 2 commits
- 18 Feb, 2014 1 commit
-
-
Lee-Ping authored
-
- 10 Feb, 2014 2 commits
- 07 Feb, 2014 2 commits
- 06 Feb, 2014 3 commits
- 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.
-
- 03 Feb, 2014 1 commit
-
-
peastman authored
Forgotten zinc
-
- 01 Feb, 2014 1 commit
-
-
peastman authored
-
- 31 Jan, 2014 5 commits
-
-
Carlos Hernández authored
Added catch for zinc.
-
Carlos Hernández authored
Added catch for zinc.
-
peastman authored
-
peastman authored
-
peastman authored
Renamed methods for dealing with TabulatedFunctions to avoid problems in wrapper APIs. Also fixed a few bugs.
-
- 30 Jan, 2014 8 commits
-
-
peastman authored
-
peastman authored
-
peastman authored
-
peastman authored
-
peastman authored
Add build status (travis) to readme.md
-
Robert McGibbon authored
-
Robert McGibbon authored
-
peastman authored
[WIP] Travis CI yml
-
- 29 Jan, 2014 3 commits
-
-
peastman authored
-
Patrick Grinaway authored
-
peastman authored
-
- 28 Jan, 2014 10 commits
-
-
peastman authored
-
peastman authored
Static build
-
peastman authored
Improve usability of salt concentration in Amber custom GB forces
-
Yutong Zhao authored
-
Yutong Zhao authored
-
peastman authored
Fix bug in _is_string
-
Yutong Zhao authored
-
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.
-