- 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.
-
- 28 Jan, 2014 1 commit
-
-
Yutong Zhao authored
-
- 24 Jan, 2014 1 commit
-
-
peastman authored
-
- 22 Jan, 2014 1 commit
-
-
peastman authored
-
- 14 Jan, 2014 1 commit
-
-
peastman authored
-
- 08 Jan, 2014 1 commit
-
-
Peter Eastman authored
-
- 13 Dec, 2013 1 commit
-
-
peastman authored
-
- 12 Dec, 2013 1 commit
-
-
peastman authored
Plugins work with CPU platform. This involved separating the reference implementations of plugins into their own libraries.
-
- 05 Dec, 2013 1 commit
-
-
peastman authored
-
- 26 Nov, 2013 3 commits
- 07 Nov, 2013 1 commit
-
-
peastman authored
-
- 17 Oct, 2013 1 commit
-
-
peastman authored
-
- 17 Jul, 2013 1 commit
-
-
peastman authored
-
- 09 Jul, 2013 2 commits
- 08 Jul, 2013 1 commit
-
-
peastman authored
Platform specific header files get installed. This allows plugins to be built with just an OpenMM installation, not a full source tree.
-
- 04 Jun, 2013 1 commit
-
-
peastman authored
Converted the array containing atom block indices for the neighbor list from ushort2 to int. This removes the hard limit of 2 million atoms.
-
- 06 May, 2013 1 commit
-
-
Peter Eastman authored
-
- 15 Apr, 2013 1 commit
-
-
Yutong Zhao authored
-
- 10 Apr, 2013 1 commit
-
-
Peter Eastman authored
-
- 03 Apr, 2013 2 commits
-
-
Peter Eastman authored
-
Lee-Ping Wang authored
-
- 26 Mar, 2013 1 commit
-
-
Peter Eastman authored
-
- 22 Mar, 2013 3 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
Peter Eastman authored
-
- 17 Mar, 2013 1 commit
-
-
Lee-Ping Wang authored
Fixed units for AMOEBA dipole and quadrupole moment (now returns Debye and Debye * Angstrom, not Debye/10 and Debye*Angstrom/100.) Rationale is that Debye/10 is not a common physical unit. Note that CUDA platform still gets quadrupole to be incorrect.
-
- 21 Jan, 2013 1 commit
-
-
Peter Eastman authored
-
- 12 Jan, 2013 2 commits
-
-
Lee-Ping Wang authored
-
Lee-Ping Wang authored
Modified the AmoebaMultipoleForce.getSystemMultipoleMoments method with two extra arguments; toggle whether to evaluate energy/force and select maximum multipole order.
-
- 21 Dec, 2012 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 18 Dec, 2012 1 commit
-
-
Peter Eastman authored
-
- 17 Dec, 2012 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
- 14 Dec, 2012 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
When converting to fixed point, multiply by 0x100000000 instead of 0xFFFFFFFF. This should be (very very slightly) more accurate, since its reciprocal can be exactly represented in floating point.
-