1. 02 Oct, 2024 1 commit
  2. 18 Sep, 2024 1 commit
  3. 13 Sep, 2024 1 commit
  4. 05 Sep, 2024 1 commit
  5. 02 Sep, 2024 1 commit
  6. 23 Aug, 2024 1 commit
  7. 06 Aug, 2024 1 commit
  8. 25 Jul, 2024 1 commit
  9. 09 Jul, 2024 1 commit
  10. 13 May, 2024 1 commit
  11. 03 May, 2024 1 commit
  12. 29 Apr, 2024 2 commits
  13. 10 Apr, 2024 1 commit
  14. 09 Apr, 2024 1 commit
  15. 28 Mar, 2024 1 commit
  16. 21 Mar, 2024 1 commit
  17. 05 Mar, 2024 1 commit
  18. 13 Feb, 2024 1 commit
  19. 24 Jan, 2024 1 commit
  20. 03 Jan, 2024 1 commit
  21. 15 Dec, 2023 1 commit
  22. 05 Dec, 2023 1 commit
  23. 30 Nov, 2023 1 commit
  24. 28 Nov, 2023 1 commit
    • Nicola De Mitri 2's avatar
      Preserve bond type and order in all `Modeller` operations (#4323) · 127a3733
      Nicola De Mitri 2 authored
      * Py wrapper: preserve bond data in Modeller operations
      
      * regression tests for add(), delete(), deleteWater(), addSolvent()
      
      * Tests for addHydrogens and addExtraParticles
      
      * Cosmetic
      
      * A single regression test spanning a whole workflow
      
      * Remove now-redundant tests
      
      * Test also deleteWater and addHydrogens. Remove excessive assertions.
      127a3733
  25. 16 Nov, 2023 1 commit
  26. 02 Nov, 2023 1 commit
  27. 01 Nov, 2023 1 commit
  28. 26 Oct, 2023 1 commit
  29. 23 Oct, 2023 1 commit
  30. 17 Oct, 2023 1 commit
  31. 28 Sep, 2023 1 commit
  32. 27 Sep, 2023 1 commit
  33. 19 Sep, 2023 1 commit
  34. 07 Sep, 2023 1 commit
  35. 04 Sep, 2023 1 commit
  36. 16 Aug, 2023 1 commit
  37. 08 Aug, 2023 1 commit
  38. 03 Aug, 2023 1 commit
  39. 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