- 08 Sep, 2021 3 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
* Simplified derivatives of min() and max() * Fixed compilation error in kernel
-
Peter Eastman authored
* Created OBC2 that works with current force fields * Created HCT, OBC1, GBn, and GBn2 that works with current force fields * Added documentation for GB models * Updates to documentation and tests based on comments * Added formula for screening parameter
-
- 07 Sep, 2021 1 commit
-
-
Peter Eastman authored
-
- 14 Aug, 2021 1 commit
-
-
Peter Eastman authored
-
- 13 Aug, 2021 1 commit
-
-
Dann239 authored
Made OpenCLContext::reduceBuffer additionally store the result into a 64-bit fixed point buffer. (#3209)
-
- 12 Aug, 2021 1 commit
-
-
David Clark authored
* Changes hydrogen mass for benchmarks * Adds amber case for hydrogen mass Co-authored-by:David Clark <daclark@nvidia.com>
-
- 11 Aug, 2021 1 commit
-
-
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
-
- 09 Aug, 2021 1 commit
-
-
Augustin Zidek authored
* Remove tri-sulfite bond formation. Pdbfixer attempts to add di-sulfide bonds to any pair of CYS "S" atoms that are less than 3 A. This procedure fails when multiple such bonds are assigned to a given atom. Here we rectify this issue by a greedy algorithm: Atom I is chosen to be bonded to `argmin(distance([:I-1, I])` over all candidate di-sulfide bonds. This procedure will not generally result in a set of minimal distance di-sulfide bonds, but will fix the "tri-sulfide bond" problem. Fixing the more general case would require a solution to global constraint satisfaction problem. **Legal** This patch is provided under the CC0 license (https://creativecommons.org/share-your-work/public-domain/cc0/). This is not an officially-supported Google product. It is provided ‘as-is’ without any warranty of any kind, whether expressed or implied. * Update topology.py Remove a redundant comment.
-
- 04 Aug, 2021 1 commit
-
-
Peter Eastman authored
-
- 30 Jul, 2021 1 commit
-
-
Josh A. Mitchell authored
* Accept relative links between documentation sites * add glob to linkinator * Recurse from index.html * Path is relative to server-root * Get all the dots and slashes just right * Report only the broken links * Treat linkinator's --skip argument as regex and skip the ks.uiuc.edu domain * Increase linkinator timeout rather than skip ks.uiuc.edu * typo * another typo * Delete .confirm_shortcut_change
-
- 28 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 27 Jul, 2021 1 commit
-
-
Peter Eastman authored
* Update instructions on compiling from source * Minor changes based on feedback
-
- 23 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 22 Jul, 2021 1 commit
-
-
Dann239 authored
* Deleted the default copy-constuctor for ContextImpl. * Deleted the default copy assignment operator for ContextImpl.
-
- 17 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 16 Jul, 2021 2 commits
-
-
Peter Eastman authored
-
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 ..
-
- 15 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 05 Jul, 2021 1 commit
-
-
Peter Eastman authored
-
- 30 Jun, 2021 1 commit
-
-
Peter Eastman authored
-
- 23 Jun, 2021 1 commit
-
-
David Clark authored
* Switches to using FindCUDAToolkit * Increases minimum CMake version to 3.17 for FindCUDAToolkit Co-authored-by:David Clark <daclark@nvidia.com>
-
- 21 Jun, 2021 1 commit
-
-
kyw220 authored
* Support of Amber FF19SB CMAP * Update: Support of Amber FF19SB CMAP Co-authored-by:Kye Won Wang <kyw220@sol.cc.lehigh.edu>
-
- 20 Jun, 2021 1 commit
-
-
Peter Eastman authored
-
- 15 Jun, 2021 2 commits
-
-
Peter Eastman authored
-
Peter Eastman authored
* Changes to work with recent versions of Sphinx * Updated Sphinx version used for CI
-
- 14 Jun, 2021 1 commit
-
-
Samarjeet authored
-
- 29 May, 2021 1 commit
-
-
Peter Eastman authored
-
- 22 May, 2021 1 commit
-
-
Peter Eastman authored
* Began converting AMOEBA to common platform * Beginning of OpenCL platform for AMOEBA * Converted AmoebaVdwForce to common platform * Cleaned up reference AMOEBA tests * Began converting AmoebaMultipoleForce to common platform * Continue converting AmoebaMultipoleForce to common platform * Bug fixes * Bug fix * Continue converting AmoebaMultipoleForce to common platform * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform * Converting AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce to common platform * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Creating OpenCL version of AmoebaMultipoleForce and AmoebaGeneralizedKirkwoodForce * Converted arrays from real3 to real * Bug fix to OpenCL AmoebaGeneralizedKirkwoodForce * Fixes for AMD GPUs * Began converting HippoNonbondedForce to common platform * Continuing to convert HippoNonbondedForce to common platform * Continuing to convert HippoNonbondedForce to common platform * Working on unifying PME kernels * Fixed error on devices without 64 bit atomics * Unified PME kernels * Converted HippoNonbondedForce to common platform * Creating OpenCL implementation of HippoNonbondedForce * Continuing OpenCL implementation of HippoNonbondedForce * Mostly finished OpenCL implementation of HippoNonbondedForce * Eliminated three component vector types in host code * Fix errors on CPU OpenCL * Skip double precision tests for AMOEBA on OpenCL * Bug fixes * Bug fixes * Fixed compilation error
-
- 21 May, 2021 1 commit
-
-
Peter Eastman authored
-
- 03 May, 2021 1 commit
-
-
Jaime Rodríguez-Guerra authored
-
- 14 Apr, 2021 1 commit
-
-
Jaime Rodríguez-Guerra authored
* add docs for conda forge releases * adapt to openmm git_url
-
- 12 Apr, 2021 1 commit
-
-
Peter Eastman authored
-
- 30 Mar, 2021 4 commits
-
-
John Chodera authored
Update openforcefield namespace to new conda-forge namespace in User guide
-
John Chodera authored
-
John Chodera authored
-
John Chodera authored
-
- 22 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Converted RPMD plugin to common platform * Merged RPMD tests for different platforms * Try to fix errors on CPU OpenCL
-
- 19 Mar, 2021 1 commit
-
-
Peter Eastman authored
* Converted more code to common platform * Converted more code to common platform
-
- 17 Mar, 2021 1 commit
-
-
Andy Simmonett authored
-