1. 17 May, 2022 1 commit
  2. 11 May, 2022 1 commit
  3. 17 Apr, 2022 1 commit
  4. 15 Apr, 2022 1 commit
  5. 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
  6. 13 Apr, 2022 1 commit
  7. 09 Apr, 2022 1 commit
  8. 28 Mar, 2022 1 commit
  9. 24 Mar, 2022 1 commit
  10. 07 Mar, 2022 1 commit
  11. 04 Mar, 2022 2 commits
  12. 02 Mar, 2022 1 commit
  13. 01 Mar, 2022 1 commit
  14. 16 Feb, 2022 1 commit
  15. 13 Feb, 2022 1 commit
  16. 27 Jan, 2022 2 commits
  17. 10 Jan, 2022 1 commit
  18. 27 Dec, 2021 1 commit
  19. 30 Nov, 2021 1 commit
  20. 20 Nov, 2021 1 commit
  21. 19 Nov, 2021 1 commit
  22. 15 Nov, 2021 1 commit
  23. 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
  24. 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
  25. 08 Oct, 2021 1 commit
  26. 06 Oct, 2021 1 commit
  27. 04 Oct, 2021 1 commit
  28. 30 Sep, 2021 2 commits
  29. 20 Sep, 2021 1 commit
  30. 16 Sep, 2021 1 commit
  31. 08 Sep, 2021 1 commit
  32. 13 Aug, 2021 1 commit
  33. 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
  34. 23 Jul, 2021 1 commit
  35. 15 Jul, 2021 1 commit
  36. 23 Jun, 2021 1 commit
  37. 15 Jun, 2021 1 commit