- 20 Feb, 2015 1 commit
-
-
peastman authored
-
- 10 Jan, 2015 1 commit
-
-
Jason Swails authored
-
- 05 Jan, 2015 1 commit
-
-
Jason Swails authored
Context into the platform rather than hacked into getRandomNumberSeed... Someone please check this.
-
- 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.
-
- 15 May, 2013 1 commit
-
-
Peter Eastman authored
-
- 30 Oct, 2012 1 commit
-
-
Mark Friedrichs authored
-
- 11 May, 2012 1 commit
-
-
Peter Eastman authored
-
- 26 Jan, 2012 1 commit
-
-
Peter Eastman authored
Tony's changes to error handling in the CUDA platform so it throws exceptions instead of calling exit()
-
- 25 May, 2011 1 commit
-
-
Peter Eastman authored
-
- 21 Mar, 2011 1 commit
-
-
Mark Friedrichs authored
-
- 17 Mar, 2011 1 commit
-
-
Peter Eastman authored
-
- 16 Mar, 2011 1 commit
-
-
Peter Eastman authored
-
- 03 Jan, 2011 1 commit
-
-
Peter Eastman authored
-
- 21 Jul, 2010 1 commit
-
-
Peter Eastman authored
-
- 04 Jun, 2010 1 commit
-
-
Mark Friedrichs authored
-
- 21 May, 2010 2 commits
-
-
Mark Friedrichs authored
-
Mark Friedrichs authored
-
- 10 May, 2010 1 commit
-
-
Peter Eastman authored
Moved SFMT into libraries folder, and restructured it to allow multiple independent random number generators
-
- 10 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 03 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 11 Dec, 2009 1 commit
-
-
Peter Eastman authored
Use a consistent (and more accurate) value for electric constant everywhere. Also cleaned up handling of constants and units in various places.
-
- 25 Nov, 2009 1 commit
-
-
Christopher Bruns authored
Incorporate Normal Mode Langevin openmm code from Chris Sweet as a plugin. (compiles on windows, but no actual testing done)
-
- 03 Nov, 2009 1 commit
-
-
Mark Friedrichs authored
Free energy plugin added Plugin will not run w/ Obc or GB/VI forces unless line 2004 of gpu.cpp (gpu->sim.totalNonbondOutputBuffers = 2*gpu->sim.nonbondOutputBuffers;) is commented in -- working on removing this constraint Also unit tests for GB/VI currently fail
-
- 25 Jun, 2009 1 commit
-
-
Michael Sherman authored
- MingW, where "WIN32" is set by CMake but the compiler is not Microsoft's (should use _MSC_VER) in that case, and - in gcc 4.4 which is fussy about some issues that earlier versions were silent about, such as passing a string constant to a "char*" rather than a "const char*". I also fixed a syntax error in CMakeLists that showed up in the OpenMM workshop for some unknown reason. Brook is not currently building correctly; I think it has not yet been fully converted to the getTime() interface needed for variable step integrators.
-
- 21 Apr, 2009 1 commit
-
-
Peter Eastman authored
-
- 20 Feb, 2009 1 commit
-
-
Peter Eastman authored
Implemented setting random seed for reference platform, as well as adding it as an option to BrownianIntegrator and AndersenThermostat.
-
- 24 Sep, 2008 3 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
-
Peter Eastman authored
-
- 23 Jun, 2008 1 commit
-
-
Christopher Bruns authored
1) Added DLL export macros to many classes; enough to get tests to compile 2) Cosmetic changes to reduce warnings in Visual Studio: a) change many "for (int i ="... to "for (size_t i ="... to avoid unsigned mismatch warnings b) included many explicit static_cast<OpenMMReal>() casts to document places where double->float conversion warnings occur
-
- 14 May, 2008 1 commit
-
-
Mark Friedrichs authored
Added 'return platform' to registerReferencePlatform() -- VisualStudio complained about no return value Added #include "../sfmt/SFMT.h" to SimTKOpenMMUtilities.h to get 'uint32_t' declaration
-
- 02 May, 2008 1 commit
-
-
Peter Eastman authored
-
- 25 Apr, 2008 1 commit
-
-
Peter Eastman authored
Continuing to implement ReferencePlatform (implemented kinetic energy calculation and LangevinIntegrator)
-
- 23 Apr, 2008 1 commit
-
-
Peter Eastman authored
-
- 22 Apr, 2008 1 commit
-
-
Peter Eastman authored
-
- 19 Apr, 2008 1 commit
-
-
Peter Eastman authored
-
- 17 Apr, 2008 1 commit
-
-
Peter Eastman authored
-