1. 15 Mar, 2022 1 commit
  2. 14 Mar, 2022 1 commit
  3. 11 Mar, 2022 1 commit
  4. 08 Mar, 2022 1 commit
  5. 04 Mar, 2022 1 commit
  6. 03 Mar, 2022 1 commit
  7. 01 Mar, 2022 2 commits
  8. 27 Feb, 2022 1 commit
  9. 22 Feb, 2022 1 commit
  10. 19 Feb, 2022 1 commit
  11. 18 Feb, 2022 1 commit
  12. 15 Feb, 2022 1 commit
  13. 07 Feb, 2022 1 commit
  14. 03 Feb, 2022 1 commit
  15. 02 Feb, 2022 1 commit
  16. 01 Feb, 2022 1 commit
  17. 27 Jan, 2022 2 commits
    • Peter Eastman's avatar
      CustomNonbondedForce supports computed values (#3412) · 33c694d4
      Peter Eastman authored
      * Reference implementation of computed values for CustomNonbondedForce
      
      * CPU implementation of computed values for CustomNonbondedForce
      
      * Common implementation of computed values for CustomNonbondedForce
      
      * Serialization of computed values
      
      * ForceField supports computed values
      33c694d4
    • Alberto Boldrini's avatar
      Remove generic patterns in Doxyfiles (#3430) · 05bb471c
      Alberto Boldrini authored
      Without this restriction, the compilation fails if the project folder has parent folders called "tests", "internal" or other words in these generic patterns.
      05bb471c
  18. 25 Jan, 2022 1 commit
  19. 22 Jan, 2022 1 commit
  20. 21 Jan, 2022 1 commit
  21. 18 Nov, 2021 1 commit
  22. 11 Nov, 2021 1 commit
  23. 05 Nov, 2021 1 commit
  24. 03 Nov, 2021 1 commit
  25. 29 Oct, 2021 1 commit
  26. 26 Oct, 2021 1 commit
    • Peter Eastman's avatar
      Added AMOEBA 2018 force field (#3299) · 06767dde
      Peter Eastman authored
      * Adding support for new AMOEBA features
      
      * Support modern method of specifying in-plane angles
      
      * Implemented stretch-torsions
      
      * Implemented angle-torsions
      
      * More AMOEBA fixes
      
      * Bug fix
      
      * Converted AMOEBA 2018 force field
      
      * Added documentation for AMOEBA 2018
      
      * Added a missing file for tests
      06767dde
  27. 11 Oct, 2021 1 commit
  28. 05 Oct, 2021 1 commit
  29. 01 Oct, 2021 1 commit
  30. 20 Sep, 2021 1 commit
  31. 17 Sep, 2021 1 commit
  32. 16 Sep, 2021 1 commit
  33. 09 Sep, 2021 1 commit
  34. 08 Sep, 2021 2 commits
  35. 07 Sep, 2021 1 commit
  36. 14 Aug, 2021 1 commit
  37. 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