1. 02 Oct, 2023 1 commit
  2. 28 Sep, 2023 2 commits
  3. 27 Sep, 2023 1 commit
  4. 19 Sep, 2023 1 commit
  5. 16 Sep, 2023 1 commit
  6. 07 Sep, 2023 2 commits
  7. 04 Sep, 2023 2 commits
  8. 02 Sep, 2023 1 commit
  9. 01 Sep, 2023 1 commit
  10. 28 Aug, 2023 2 commits
  11. 24 Aug, 2023 1 commit
  12. 18 Aug, 2023 2 commits
  13. 16 Aug, 2023 3 commits
  14. 13 Aug, 2023 1 commit
  15. 08 Aug, 2023 1 commit
  16. 04 Aug, 2023 1 commit
  17. 03 Aug, 2023 1 commit
  18. 02 Aug, 2023 3 commits
    • 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 custom...
      d8c67699
    • Peter Eastman's avatar
    • Peter Eastman's avatar
  19. 25 Jul, 2023 1 commit
  20. 24 Jul, 2023 1 commit
  21. 21 Jul, 2023 1 commit
  22. 20 Jul, 2023 1 commit
  23. 14 Jul, 2023 1 commit
  24. 07 Jul, 2023 1 commit
  25. 04 Jul, 2023 1 commit
  26. 01 Jul, 2023 1 commit
  27. 23 Jun, 2023 1 commit
  28. 21 Jun, 2023 1 commit
  29. 16 Jun, 2023 1 commit
  30. 12 Jun, 2023 1 commit
  31. 09 Jun, 2023 1 commit
    • Richard Gowers's avatar
      addSolvent now only replaces newly added water molecules with ions (#4104) · 3b3def0e
      Richard Gowers authored
      * addSolvent now only replaces newly added water molecules with ions
      
      previously pre-existing (i.e. potentially crystallographic waters) were candidates for replacement with an ion.
      
      concentration calculations (i.e. total water molecules) still include these pre-existing water molecules
      
      * only include added water in concentration calc
      3b3def0e