- 14 Aug, 2025 1 commit
-
-
Peter Eastman authored
* Reference implementation of RGForce * GPU implementation of RGForce * Serialization * Documentation * Fix compilation error * Fixed error building API docs
-
- 11 Aug, 2025 1 commit
-
-
Peter Eastman authored
* Began implementing QTBIntegrator * Adaptation and deconvolution * Continuing reference implementation * Continuing to implement QTBIntegrator * Use common thread pool * More tests, documentation, and threading * Fix segfault * Serialize adapted friction when creating a State * Beginning of GPU implementation * Added missing files * Bug fixes * Fixed inverse FFT * Continuing GPU implementation * Checkpointing * Bug fixes * Test cases run faster * Changes needed for latest main branch * Minor optimizations * Documentation * Fixed atom reordering * Added parahydrogen test case * Workaround for bug in Microsoft's compiler * Added a Python test * Normalize kernel in deconvolution * Minor documentation improvements
-
- 28 Apr, 2025 1 commit
-
-
Peter Eastman authored
* Created CustomVolumeForce * Serialization for CustomVolumeForce * Documentation for CustomVolumeForce * Code simplification * Removed unused code
-
- 14 Apr, 2025 1 commit
-
-
Peter Eastman authored
* Created DPDIntegrator class * Reference implementation of DPDIntegrator * Build neighbor list for DPDIntegrator * Minor fixes * Documentation for DPDIntegrator * Python API for DPDIntegrator * Preliminary OpenCL implementation of DPDIntegrator * Enable USE_PERIODIC * Use updated positions in DPD thermostat * Working on neighbor list for OpenCL DPDIntegrator * ReorderListener for particle types * Serialization for DPDIntegrator * CUDA implementation of DPDIntegrator * HIP implementation of DPDIntegrator * Fixed compile error in Python wrapper * Fixed compile error in wrappers * Fixed uninitialized memory in reference neighbor list * Added DPDIntegrator to C++ API docs * Fixed incorrect launch size * Fixed nan in DPD random number generator * Minor optimizations * Improved load balancing * Fixed an indexing error * Neighbor list uses the maximum cutoff of any force * Fixed HIP compilation error * Fixed access to invalid memory * Added test case for diffusion coefficient * Try to debug segfaults on CI * Debugging * Debugging * Debugging * Debugging * Debugging * Debugging * Possible fix * Debugging * Debugging * Debugging * Use correct block size on CPU OpenCL * Workaround for bug in Intel's OpenCL for CPUs * Removed an unnecessary define * Removed debugging code * Include Dart * More Intel workarounds * Workaround for error in NVIDIA OpenCL
-
- 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 custom...
-
- 14 Oct, 2021 1 commit
-
-
Peter Eastman authored
* Created MonteCarloFlexibleBarostat * Improved test cases * Documentation for MonteCarloFlexibleBarostat * Added a missing include * Serialization for MonteCarloFlexibleBarostat * Added MonteCarloFlexibleBarostat to C++ API docs index * Added citation for MonteCarloFlexibleBarostat
-
- 14 Feb, 2020 1 commit
-
-
Peter Eastman authored
-
- 04 Nov, 2019 1 commit
-
-
Andy Simmonett authored
-
- 24 Oct, 2019 3 commits
-
-
Andy Simmonett authored
-
Andy Simmonett authored
-
Andy Simmonett authored
-
- 07 Oct, 2019 1 commit
-
-
peastman authored
-
- 23 Jan, 2018 1 commit
-
-
Peter Eastman authored
-
- 07 Jun, 2017 1 commit
-
-
peastman authored
-
- 11 Feb, 2016 1 commit
-
-
peastman authored
-
- 19 Nov, 2015 1 commit
-
-
Peter Eastman authored
-
- 04 Nov, 2015 1 commit
-
-
Peter Eastman authored
-
- 02 Sep, 2015 1 commit
-
-
peastman authored
-
- 03 Oct, 2014 1 commit
-
-
peastman authored
-
- 07 Aug, 2014 1 commit
-
-
peastman authored
-
- 23 Jan, 2014 1 commit
-
-
peastman authored
-
- 04 Dec, 2013 1 commit
-
-
peastman authored
-
- 20 Jun, 2013 1 commit
-
-
Peter Eastman authored
-
- 10 May, 2012 1 commit
-
-
Peter Eastman authored
-
- 20 Jan, 2012 1 commit
-
-
Peter Eastman authored
-
- 17 Dec, 2011 1 commit
-
-
Peter Eastman authored
-
- 17 Jul, 2010 1 commit
-
-
Peter Eastman authored
-
- 09 Jul, 2010 1 commit
-
-
Peter Eastman authored
-
- 21 May, 2010 1 commit
-
-
Peter Eastman authored
-
- 23 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 02 Feb, 2010 1 commit
-
-
Peter Eastman authored
-
- 24 Nov, 2009 1 commit
-
-
Peter Eastman authored
-
- 17 Nov, 2009 1 commit
-
-
Peter Eastman authored
Redesigned CustomNonbondedForce to eliminate combining rules and allow the expression to directly use parameters for individual particles.
-
- 29 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 14 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 10 Jul, 2009 1 commit
-
-
Peter Eastman authored
-
- 23 Jun, 2009 1 commit
-
-
Peter Eastman authored
-
- 22 Apr, 2009 1 commit
-
-
Peter Eastman authored
-
- 21 Apr, 2009 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
-