1. 10 Jun, 2022 1 commit
  2. 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
  3. 19 May, 2022 1 commit
  4. 17 May, 2022 1 commit
  5. 11 May, 2022 1 commit
  6. 17 Apr, 2022 1 commit
  7. 15 Apr, 2022 1 commit
  8. 14 Apr, 2022 1 commit
    • Peter Eastman's avatar
      Vectorized CpuCustomNonbondedForce (#3568) · c8981916
      Peter Eastman authored
      * Began vectorizing CustomNonbondedForce
      
      * Refactored CpuCustomNonbondedForce to support multiple vector sizes
      
      * AVX implementation of CpuCustomNonbondedForce
      
      * Fixed compilation errors
      c8981916
  9. 13 Apr, 2022 1 commit
  10. 09 Apr, 2022 1 commit
  11. 28 Mar, 2022 1 commit
  12. 24 Mar, 2022 1 commit
  13. 07 Mar, 2022 1 commit
  14. 04 Mar, 2022 2 commits
  15. 02 Mar, 2022 1 commit
  16. 01 Mar, 2022 1 commit
  17. 16 Feb, 2022 1 commit
  18. 13 Feb, 2022 1 commit
  19. 27 Jan, 2022 2 commits
  20. 10 Jan, 2022 1 commit
  21. 27 Dec, 2021 1 commit
  22. 30 Nov, 2021 1 commit
  23. 20 Nov, 2021 1 commit
  24. 19 Nov, 2021 1 commit
  25. 15 Nov, 2021 1 commit
  26. 02 Nov, 2021 1 commit
    • Peter Eastman's avatar
      updateParametersInContext() can change tabulated functions (#3307) · 27bcb657
      Peter Eastman authored
      * updateParametersInContext() can change tabulated functions
      
      * Fixed error in building C wrappers
      
      * updateParametersInContext() can change tabulated functions for CustomCentroidBondForce
      
      * CustomNonbondedForce can update tabulated functions
      
      * CustomGBForce can update tabulated functions
      
      * CustomManyParticleForce can update tabulated functions
      
      * CustomHbondForce can update tabulated functions
      27bcb657
  27. 14 Oct, 2021 1 commit
    • Peter Eastman's avatar
      Created MonteCarloFlexibleBarostat (#3284) · 9270d590
      Peter Eastman authored
      * Created MonteCarloFlexibleBarostat
      
      * Improved test cases
      
      * Documentation for MonteCarloFlexibleBarostat
      
      * Added a missing include
      
      * Serialization for MonteCarloFlexibleBarostat
      
      * Added MonteCarloFlexibleBarostat to C++ API docs index
      
      * Added citation for MonteCarloFlexibleBarostat
      9270d590
  28. 08 Oct, 2021 1 commit
  29. 06 Oct, 2021 1 commit
  30. 04 Oct, 2021 1 commit
  31. 30 Sep, 2021 2 commits
  32. 20 Sep, 2021 1 commit
  33. 16 Sep, 2021 1 commit
  34. 08 Sep, 2021 1 commit
  35. 13 Aug, 2021 1 commit
  36. 11 Aug, 2021 1 commit
    • Josh A. Mitchell's avatar
      Move to actively maintained dependencies for API docs (#3201) · ae2fe2fd
      Josh A. Mitchell authored
      * Proof of concept matching current behaviour with Breathe
      
      * Reorganise C++ API docs to work without autosummary
      
      * Revert to Sphinx-native search
      
      * Move remaining pip deps to conda
      
      * Remove unnecessary lunrsearch templates
      
      * Remove lunrsearch from cmake
      
      * Tidy up layout of API docs
      
      * Get code blocks to work with Breathe
      
      Breathe doesn't seem to support the Doxygen <preformatted> tag.
      It does support the <code> tag, but better yet it supports using
      <verbatim> tags to embed rst into docstrings. This commit changes
      all <pre> tags to use RST verbatim, and updates the Python
      documentation machinery to support it too.
      
      * Clarified some language
      
      * Have doxygen exclude undocumented classes and have sphinx fail on warnings for C++ API docs
      
      * List custom forces and integrators last
      
      * Add breathe to documentation CI
      
      * Typo
      
      * Fix link to custom forces in extras.rst
      
      * Have Breathe process only public classes
      
      * Strip OpenMM:: prefix from rst files to avoid colons in links
      
      * Remove existing private classes from EXCLUDE_SYMBOLS
      
      * Add comment to C++ cmake describing why we promote warnings to errors
      
      * Revise documentation build instructions for new dependencies
      ae2fe2fd
  37. 23 Jul, 2021 1 commit