"openmmapi/src/NoseHooverIntegrator.cpp" did not exist on "182f7f15f81daa36a23f81f08653405e6739581d"
  1. 23 Feb, 2023 1 commit
    • bdenhollander's avatar
      Add OpenCLPlatformIndex to benchmark.py (#3976) · aa363660
      bdenhollander authored
      Fix specifying a device will fail to run when multiple OpenCL platforms are available. Specifying `--verbose` prints the following exception:
      ```
      Specified DeviceIndex but not OpenCLPlatformIndex. When multiple platforms are available, a platform index is needed to specify a device.
      ```
      aa363660
  2. 17 Feb, 2023 2 commits
  3. 14 Feb, 2023 1 commit
  4. 13 Feb, 2023 1 commit
  5. 09 Feb, 2023 1 commit
  6. 31 Jan, 2023 9 commits
  7. 20 Jan, 2023 1 commit
  8. 17 Jan, 2023 1 commit
  9. 09 Jan, 2023 2 commits
  10. 05 Jan, 2023 2 commits
  11. 15 Dec, 2022 1 commit
  12. 14 Dec, 2022 1 commit
  13. 13 Dec, 2022 1 commit
  14. 12 Dec, 2022 1 commit
  15. 01 Dec, 2022 1 commit
  16. 29 Nov, 2022 2 commits
  17. 15 Nov, 2022 1 commit
  18. 11 Nov, 2022 1 commit
  19. 09 Nov, 2022 1 commit
  20. 08 Nov, 2022 2 commits
    • Peter Eastman's avatar
      Document LennardJonesForce tag (#3838) · e2a5b168
      Peter Eastman authored
      e2a5b168
    • John Chodera's avatar
      Fix #3790: Collision rate for MTS BAOAB Langevin integrator now correctly... · 28394f50
      John Chodera authored
      
      Fix #3790: Collision rate for MTS BAOAB Langevin integrator now correctly accounts for number of substeps (#3791)
      
      * Fix #3790: Collision rate for MTS BAOAB Langevin integrator now correctly accounts for number of substeps. Fix suggested by Charlie Matthews (@c-matthews)
      
      * Fix computation of total number of substeps
      
      * Add test for MTS friction
      
      * Fix typo
      
      * Fix yet another typo
      
      * Fix typo and check against analytical result
      
      * Fix typo
      
      * Fix typos
      
      * Fix more typos
      
      * Integrate MTSLangevinIntegrator for longer to allow thermalization
      
      * Revert number of integrator steps
      
      * Update TestIntegrators.py
      
      Fixed a failing test case
      Co-authored-by: default avatarPeter Eastman <peter.eastman@gmail.com>
      28394f50
  21. 07 Nov, 2022 1 commit
  22. 01 Nov, 2022 1 commit
  23. 31 Oct, 2022 5 commits