1. 01 Sep, 2024 2 commits
  2. 19 Aug, 2024 1 commit
  3. 06 Apr, 2024 1 commit
  4. 24 Feb, 2024 1 commit
  5. 23 Feb, 2024 1 commit
  6. 17 Feb, 2024 1 commit
  7. 02 Feb, 2024 1 commit
  8. 18 Jan, 2024 1 commit
  9. 20 Dec, 2023 2 commits
  10. 14 Dec, 2023 1 commit
  11. 12 Dec, 2023 1 commit
  12. 11 Dec, 2023 1 commit
  13. 02 Nov, 2023 1 commit
  14. 31 Oct, 2023 1 commit
  15. 24 Oct, 2023 2 commits
  16. 16 Oct, 2023 1 commit
    • Christopher Woods's avatar
      WIP - looking for a way to optimise performance of creating contexts by... · 03ed8ff2
      Christopher Woods authored
      WIP - looking for a way to optimise performance of creating contexts by removing temporary arrays (and their associated mallocs/frees) (#4261)
      
      * Suggesting a "haveSameParameters" function for CustomNonbondedForce which could be
      used to avoid creating temporary copies of arrays when testing if particles are
      the same.
      
      Also updating "getParticleParameters" so that it re-uses the memory of the
      passed vector argument, rather than deallocating and reallocating it
      via a copy.
      
      * Revert "Suggesting a "haveSameParameters" function for CustomNonbondedForce which could be"
      
      This reverts commit e80ec2d2e9981abb90711636bf3a78d0c49e43fc.
      
      * Moved to `thread_local static` as suggested to prevent new vector allocations on each function call.
      
      Updated `getParameters` and `getBondParameters` to re-use the memory from the argument rather
      than re-allocating via the copy.
      
      * Forgot to reuse the memory for the groups...
      
      * Reverted back the manual copies via memcpy as they aren't needed. Looking at the header
      file and benchmarking shows that std::vector does the right thing.
      
      * Confined `thread_local static` only to ForceInfo methods, and have also put declarations
      for multiple variables back onto a single line
      
      * Removed `thread_local static` from the constructor
      
      * Moved constructor declarations back into the for loop
      03ed8ff2
  17. 14 Oct, 2023 2 commits
  18. 28 Sep, 2023 1 commit
  19. 16 Sep, 2023 1 commit
  20. 04 Sep, 2023 1 commit
  21. 02 Sep, 2023 1 commit
  22. 01 Sep, 2023 1 commit
  23. 28 Aug, 2023 1 commit
  24. 18 Aug, 2023 2 commits
  25. 02 Aug, 2023 1 commit
    • Emilio Gallicchio's avatar
      Draft integration of the Alchemical Transfer Method (ATM) plugin (#4110) · d8c67699
      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: default avatarPeter Eastman <peastman@stanford.edu>
      Co-authored-by: default avatarMichael Plainer <plainer@ymail.com>
      d8c67699
  26. 24 Jul, 2023 1 commit
  27. 21 Jul, 2023 1 commit
  28. 20 Jul, 2023 1 commit
  29. 14 Jul, 2023 1 commit
  30. 23 Jun, 2023 1 commit
  31. 12 Jun, 2023 1 commit
  32. 31 May, 2023 1 commit
  33. 23 May, 2023 1 commit
  34. 18 May, 2023 1 commit
  35. 14 May, 2023 1 commit