1. 16 Feb, 2026 1 commit
  2. 09 Feb, 2026 1 commit
  3. 30 Jan, 2026 1 commit
  4. 18 Jun, 2025 1 commit
  5. 10 Oct, 2023 1 commit
  6. 08 Nov, 2022 1 commit
  7. 31 Oct, 2022 2 commits
  8. 27 Jan, 2022 1 commit
    • 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
  9. 03 Dec, 2021 1 commit
  10. 17 Sep, 2021 1 commit
  11. 16 Jul, 2021 1 commit
    • Josh A. Mitchell's avatar
      Reorganise documentation (#3165) · f5166695
      Josh A. Mitchell authored
      * Break user guide into parts
      
      * Break up file I missed
      
      * Add basic .gitignore to suit out-of-tree builds in build, build1, build2 ... build9
      
      * Small changes to autonumber.py for doc compilation
      
      This is a small change designed not to fix the incorrect logic of
      autonumber.py, but just to get the docs compiling. While assigning
      numbers, the code now just ignores the autonumber_by_chapter
      setting for a particular object if it can't find the appropriate
      section in section_numbers. This is a temporary fix!
      
      * Include part and chapter in autonumbered objects
      
      * Fix autonumber.py to correctly reference autonumber roles in file-level sections
      
      * Unify and simplify styling across documentation
      
      * Break dev docs down into individual chapter-files
      
      * Correct absolute links to relative
      
      * Disable browser suggestions for lunrsearch box in API docs
      
      * Remove part name from chapter 2.1
      
      * Rename ambiguous 'Home' link to OpenMM.org
      
      * Typo
      
      * Minor fixes and reversions
      
      Reverts some changes I had made and later thought better of,
      and fixes some recurring typos across the documentation.
      
      * Number developers guide chapters
      
      * Fix responsiveness
      
      * Remove header.rst and center captions
      
      * Add a level of depth to main TOC and styling to accomodate
      
      * Add third level to Part-level TOCs
      
      * Use :numref: instead of :ref: to number links to sections
      
      * Continuously number chapters in user guide
      
      * navbar links to other docs relative, not absolute
      
      * Improve navbar spacing with new template
      
      * Fix sidebar while allowing it to scroll
      
      * Hard -> Soft links for navigation.html template
      
      * Add navigation.html template to cmakelists
      
      * Add another level of .. to relative links
      
      * Fix flex on C++ and remove layer of ..
      f5166695