"platforms/cuda2/src/CudaArray.cpp" did not exist on "ad4e12035451b108334fe1fdad549d55a4ce4892"
- 02 Aug, 2023 1 commit
-
-
Emilio Gallicchio authored
* Draft integration of the Alchemical Transfer Method (ATM) plugin * Attempt to store and retrieve forces--does not compile * Implement addForce()/getForce() methods * Throw exception when specifying properties without a Platform (#4130) * Fixed DOF calculation for NoseHooverIntegrator (#4128) * Fix variance in documentation of VerletIntegrator (#4138) * Python API for ATMForce * Fixed compilation error * Minor cleanup of formatting and documentation * Files for ATMForce test cases * More cleanup * Removed variable groups * Test ATMForce with two particles * More tests for ATMForce plus fixes * Added missing header * Rework interface to pass displacements as vector of parameters * Revert "Rework interface to pass displacements as vector of parameters" This reverts commit 5e092031f31ded1137b677588f007add1c2d6f82. * Test with nonbonded force * Allow energy expression to be customized * Optional displacements at the initial state * Fixed compilation error build C wrapper * Address edge case of default energy expression * Consistent naming of the variables of the displacement states * Test of soft core function of the default energy expression * Mark addForce() as taking ownership * initial python test for ATMForce * Test custom expressions * Expanded C++ API documentation for ATMForce * Energy parameter derivatives * Serialization for ATMForce * Documentation, cleanup, and fixes * Fixed typos * getPerturbationEnergy() computes energy * Another test case * Minor edits --------- Co-authored-by:
Peter Eastman <peastman@stanford.edu> Co-authored-by:
Michael Plainer <plainer@ymail.com>
-
- 04 May, 2020 1 commit
-
-
Andy Simmonett authored
* Convert Nose-Hoover into LF middle scheme by copying NH kernels * Rebrand VelocityVerletIntegrator as NoseHooverIntegrator * Consolidate NH tests * NoseHooverChainKernel begone * Make Windows builds happy * Add missing header for Windows build * Fix mistake in CommonKernels header * Add 6th Yoshida-Suzuki and make it the default
-
- 14 Feb, 2020 1 commit
-
-
Peter Eastman authored
-
- 24 Oct, 2019 2 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 07 Oct, 2019 1 commit
-
-
peastman authored
-
- 22 Jan, 2018 1 commit
-
-
peastman authored
-
- 08 Jun, 2017 1 commit
-
-
peastman authored
-
- 16 Feb, 2016 1 commit
-
-
peastman authored
-
- 19 Nov, 2015 1 commit
-
-
Peter Eastman authored
-
- 01 Sep, 2015 1 commit
-
-
peastman authored
-
- 20 Feb, 2015 1 commit
-
-
peastman authored
-
- 05 Aug, 2014 1 commit
-
-
peastman authored
-
- 25 Oct, 2012 1 commit
-
-
Peter Eastman authored
-
- 09 May, 2012 1 commit
-
-
Peter Eastman authored
-
- 31 Jan, 2012 1 commit
-
-
Peter Eastman authored
-
- 15 Dec, 2011 1 commit
-
-
Peter Eastman authored
-
- 17 Jul, 2010 1 commit
-
-
Peter Eastman authored
-
- 13 Jul, 2010 1 commit
-
-
Peter Eastman authored
-
- 12 May, 2010 1 commit
-
-
Peter Eastman authored
-
- 23 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 30 Jan, 2010 1 commit
-
-
Peter Eastman authored
-
- 29 Jan, 2010 1 commit
-
-
Peter Eastman authored
-
- 24 Nov, 2009 1 commit
-
-
Peter Eastman authored
-
- 11 Nov, 2009 1 commit
-
-
Peter Eastman authored
-
- 10 Nov, 2009 1 commit
-
-
Peter Eastman authored
-
- 22 Sep, 2009 1 commit
-
-
Peter Eastman authored
-
- 19 Sep, 2009 1 commit
-
-
Peter Eastman authored
Restructured how force and energy computations are done to make it easier to write plugins for the CUDA platform
-
- 29 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 14 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 10 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 08 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 23 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 18 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 21 Apr, 2009 1 commit
-
-
Peter Eastman authored
-
- 09 Apr, 2009 1 commit
-
-
Mark Friedrichs authored
-
- 19 Nov, 2008 1 commit
-
-
Peter Eastman authored
Optimization: introduced a kernel to clear forces at the start of each time step rather than relying on the stream
-
- 29 Oct, 2008 1 commit
-
-
Peter Eastman authored
-
- 22 Oct, 2008 1 commit
-
-
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
-