"platforms/opencl/vscode:/vscode.git/clone" did not exist on "e7b18ca435ed91eccaa938a0ccab42fba4f9aab2"
  1. 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
  2. 05 Sep, 2024 1 commit
  3. 04 Sep, 2024 1 commit
  4. 19 Aug, 2024 1 commit
  5. 17 Feb, 2024 1 commit
  6. 02 Feb, 2024 1 commit
  7. 20 Dec, 2023 1 commit
  8. 14 Dec, 2023 1 commit
  9. 12 Dec, 2023 1 commit
  10. 11 Dec, 2023 1 commit
  11. 31 Oct, 2023 1 commit
  12. 24 Oct, 2023 1 commit
  13. 14 Oct, 2023 1 commit
  14. 16 Sep, 2023 1 commit
  15. 18 Aug, 2023 1 commit
  16. 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
  17. 24 Jul, 2023 1 commit
  18. 23 May, 2023 1 commit
  19. 30 Mar, 2023 1 commit
  20. 02 Mar, 2023 1 commit
  21. 25 Feb, 2023 1 commit
  22. 14 Feb, 2023 1 commit
  23. 13 Feb, 2023 1 commit
  24. 09 Feb, 2023 1 commit
  25. 31 Jan, 2023 3 commits
  26. 29 Nov, 2022 1 commit
  27. 11 Nov, 2022 1 commit
  28. 12 Sep, 2022 1 commit
  29. 08 Sep, 2022 1 commit
  30. 17 Aug, 2022 1 commit
  31. 12 Aug, 2022 1 commit
  32. 15 Jul, 2022 1 commit
  33. 30 Jun, 2022 1 commit
    • Peter Eastman's avatar
      Use PocketFFT (#3667) · 1dac981a
      Peter Eastman authored
      * Use PocketFFT instead of FFTW
      
      * Minor cleanup
      
      * Use PocketFFT instead of fftpack for reference platform
      
      * Remove FFTW as a dependency
      
      * Converted a test case to use PocketFFT
      
      * Fixed an incorrect comment
      1dac981a
  34. 01 Jun, 2022 1 commit
    • Xavier Hallade's avatar
      fix divergence in barriers (#3621) · 7af08783
      Xavier Hallade authored
      Without this fix, we see cases in which not all work-items in a thread group end up hitting the same number of barriers, which leads to a hang in OpenCL GPU execution.
      7af08783
  35. 17 May, 2022 1 commit
  36. 07 Mar, 2022 1 commit
  37. 01 Mar, 2022 1 commit
  38. 16 Feb, 2022 1 commit