- 03 Aug, 2019 1 commit
-
-
Andreas Krämer authored
when the number of molecules does not agree with the number of holders.
-
- 02 Aug, 2019 1 commit
-
-
Andreas Krämer authored
-
- 01 Aug, 2019 1 commit
-
-
peastman authored
-
- 31 Jul, 2019 1 commit
-
-
peastman authored
-
- 15 Jun, 2019 1 commit
-
-
huangj authored
-
- 06 Jun, 2019 1 commit
-
-
Jing Huang authored
-
- 20 Dec, 2018 1 commit
-
-
peastman authored
-
- 17 Aug, 2018 1 commit
-
-
huangj authored
-
- 08 Aug, 2018 1 commit
-
-
peastman authored
-
- 01 Aug, 2018 1 commit
-
-
huangj authored
-
- 11 Jul, 2018 1 commit
-
-
huangj authored
-
- 10 Jul, 2018 1 commit
-
-
huangj authored
-
- 09 Jul, 2018 1 commit
-
-
Jing Huang authored
-
- 07 Mar, 2018 1 commit
-
-
Sunhwan Jo authored
-
- 18 Jan, 2018 1 commit
-
-
Alan Grossfield authored
-
- 15 Aug, 2017 1 commit
-
-
John Chodera authored
-
- 05 May, 2017 1 commit
-
-
Jason Swails authored
createSystem for both Amber and CHARMM files.
-
- 14 Apr, 2017 1 commit
-
-
jchodera authored
-
- 15 Mar, 2017 2 commits
- 26 Jan, 2017 1 commit
-
-
Peter Eastman authored
-
- 05 Jul, 2016 1 commit
-
-
peastman authored
-
- 29 May, 2016 1 commit
-
-
Justin MacCallum authored
The previous version of this code would compute the values of d0 and m0 for every iteration. This was unnecessary as these values are fixed at the start of the calculation by the radii of the particles involved. This resulted in unnecessary computation and memory access that dramatically slowed simulations using the GBn or GBn2 solvation models. The new version pre-computes the values based on the radii that are present in the system. Linear interpolation is used, which is consistent with Amber. The previous version of OpenMM used cubic, which gives slightly different results.
-
- 02 Apr, 2016 1 commit
-
-
Jason Swails authored
See https://simtk.org/forums/viewtopic.php?f=161&t=6512&p=16820#p16820 for more information
-
- 19 Jan, 2016 1 commit
-
-
Jason Swails authored
Previously, parameters were defined in multiple places -- amber_file_parser.py and charmmpsffile.py.
-
- 23 Dec, 2015 1 commit
-
-
Jason Swails authored
-
- 05 Nov, 2015 2 commits
-
-
Robert McGibbon authored
-
Robert McGibbon authored
-
- 04 Nov, 2015 1 commit
-
-
Robert McGibbon authored
-
- 03 Nov, 2015 1 commit
-
-
Robert McGibbon authored
Swigged python docstrings now include documented return values and type information or their arguments. They are generated in numpydoc format. Furthermore, all of the Python app layer docstrings have been changed to numpydoc format. The filterPythonFiles.py script which helps to generate the Doxygen Python API docs has been updated to reflect these changes.
-
- 09 Oct, 2015 1 commit
-
-
Jason Swails authored
Add relevant tests (that used to fail). This also fixes a subtle bug where switching functions were not applied when NBFIXes were specified.
-
- 27 Aug, 2015 1 commit
-
-
peastman authored
-
- 22 Apr, 2015 1 commit
-
-
Jason Swails authored
Also fixes the test case. Everything should pass now.
-
- 20 Apr, 2015 1 commit
-
-
Jason Swails authored
-
- 10 Apr, 2015 1 commit
-
-
Jason Swails authored
Apparently CHARMM PSF files (particularly those printed by VMD's psfgen) can have an insertion code tacked on to the end of the residue number, meaning that casting to an integer will invariably fail. We can't just ignore the insertion code, though, since it will differentiate from the residues that came before and after (which will likely have the same number -- same general idea as insertion codes from PDB files). So instead we pull the insertion code off of the residue number and extend the Residue object to accommodate that. This is the port of the fix from ParmEd: ParmEd/ParmEd#98 I added a test for this case.
-
- 05 Mar, 2015 1 commit
-
-
Jason Swails authored
-
- 11 Feb, 2015 1 commit
-
-
Jason Swails authored
to support triclinic cells. Also extend unitcell.computePeriodicBoxVectors to take Quantity inputs rather than *just* scalars assumed to be nanometers.
-
- 09 Feb, 2015 1 commit
-
-
Jason Swails authored
now that triclinics are supported this is important).
-
- 23 Oct, 2014 1 commit
-
-
Peter Eastman authored
-
- 20 Aug, 2014 1 commit
-
-
Jason Swails authored
-