1. 01 Nov, 2024 1 commit
  2. 31 Oct, 2024 1 commit
  3. 23 Oct, 2024 1 commit
  4. 16 Oct, 2024 3 commits
  5. 09 Oct, 2024 1 commit
  6. 04 Oct, 2024 1 commit
  7. 02 Oct, 2024 2 commits
    • Marc Schuh's avatar
      Increase describeNextReport readability and allow requesting more values (#4671) · 693756ba
      Marc Schuh authored
      * added type checking for Simulation.step()
      
      * changed how to check if step is an integer number
      
      * allow for dicts to be returned from Reporter.describeNextReport
      remove deprecated getState parameters ( #4437 )
      
      * convert old format into new format
      
      * update docstring
      
      * nested set comprehension to set.union
      
      * Allow 'periodic':None
      update describeNextReport in all occurrences in the code
      
      * debug
      
      * update documentation
      
      * add a reporter for energyParameterDerivative
      
      * Revert "add a reporter for energyParameterDerivative"
      
      This reverts commit 1d44dc3f60153defb6252ab56a3b85350fa24826.
      
      * Edit documentation
      693756ba
    • Peter Eastman's avatar
      e370c346
  8. 01 Oct, 2024 2 commits
  9. 27 Sep, 2024 1 commit
  10. 24 Sep, 2024 1 commit
  11. 23 Sep, 2024 1 commit
    • Anton Gorenko's avatar
      Optimize PME spread charge kernel (#4633) · 8ea42950
      Anton Gorenko authored
      * PME_ORDER threads process one atom;
      * PME_ORDER threads access consecutive addresses;
      * No need to permute z indices with zindexTable;
      * finishSpreadCharge is needed only with fixed point charge spreading;
      8ea42950
  12. 18 Sep, 2024 1 commit
  13. 13 Sep, 2024 1 commit
  14. 10 Sep, 2024 3 commits
  15. 06 Sep, 2024 1 commit
    • Peter Eastman's avatar
      Optimize updateParametersInContext() (#4610) · 78902bed
      Peter Eastman authored
      * Optimize CustomNonbondedForce.updateParametersInContext()
      
      * Optimized uploading changed values to GPU
      
      * Optimized updateParametersInContext() for lots of bonded forces
      
      * Optimized updateParametersInContext() for CustomExternalForce
      
      * Optimized updateParametersInContext() for NonbondedForce
      
      * Code changes for HIP platform
      78902bed
  16. 05 Sep, 2024 16 commits
  17. 04 Sep, 2024 2 commits
  18. 02 Sep, 2024 1 commit