"devtools/packaging/vscode:/vscode.git/clone" did not exist on "00d8068fbebc22aec1e2a08af82c62d2098cc89e"
- 01 Feb, 2021 1 commit
-
-
Peter Eastman authored
* Top level Python module is now "openmm" * Updated module names in examples * Updated module names in documentation * Updated module in CI scripts * Added deprecation warning
-
- 05 Jan, 2021 1 commit
-
-
peastman authored
* Do not alter mass of hydrogens in rigid water * Do not alter mass of hydrogens in rigid water
-
- 20 Dec, 2020 1 commit
-
-
qiuzy authored
* nbthole * Update charmmpsffile.py * Update charmmpsffile.py * Update charmmparameterset.py fix multiple dihedral with the same periodicity and add a warning reminder for improper dihedral * add test example for NBTHole add system files of CYT-GUA-CYT DNA segment for testing NBThole * Update TestCharmmFiles.py
-
- 19 Apr, 2020 1 commit
-
-
YevChern authored
-
- 18 Apr, 2020 1 commit
-
-
YevChern authored
Make CharmmPsfFile ignore H-H water bond that is required for rigid water with original CHARMM implementation of constrains.
-
- 31 Mar, 2020 1 commit
-
-
peastman authored
-
- 17 Mar, 2020 2 commits
-
-
Zheng Gong authored
-
Zheng Gong authored
-
- 16 Mar, 2020 1 commit
-
-
Zheng Gong authored
-
- 06 Feb, 2020 1 commit
-
-
peastman authored
-
- 10 Dec, 2019 1 commit
-
-
Zheng Gong authored
-
- 05 Sep, 2019 2 commits
- 06 Aug, 2019 1 commit
-
-
Andreas Krämer authored
-
- 05 Aug, 2019 1 commit
-
-
Andreas Krämer authored
-
- 03 Aug, 2019 1 commit
-
-
Andreas Krämer authored
-
- 02 Aug, 2019 1 commit
-
-
Andreas Krämer authored
-
- 01 Aug, 2019 1 commit
-
-
peastman authored
-
- 16 Jun, 2019 1 commit
-
-
huangj authored
-
- 15 Jun, 2019 1 commit
-
-
huangj authored
-
- 14 Jun, 2019 1 commit
-
-
huangj authored
-
- 01 Aug, 2018 1 commit
-
-
huangj authored
-
- 05 May, 2017 1 commit
-
-
Jason Swails authored
createSystem for both Amber and CHARMM files.
-
- 25 Apr, 2017 1 commit
-
-
peastman authored
-
- 05 Jul, 2016 1 commit
-
-
peastman authored
-
- 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.
-
- 07 Oct, 2015 1 commit
-
-
M J Harvey authored
-
- 27 Aug, 2015 1 commit
-
-
peastman authored
-
- 22 Apr, 2015 1 commit
-
-
Jason Swails authored
Also fixes the test case. Everything should pass now.
-
- 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.
-
- 23 Oct, 2014 1 commit
-
-
Peter Eastman authored
-
- 21 Jul, 2014 1 commit
-
-
Jason Swails authored
simtk.openmm.app namespace to allow users to filter that warning out if they want to.
-
- 15 Apr, 2014 1 commit
-
-
Jason Swails authored
-
- 10 Apr, 2014 2 commits
-
-
Jason Swails authored
(again, code pulled from ParmEd) and update the tests to include this.
-
Jason Swails authored
pick up some bugs that were not caught in my initial test following the port from ParmEd. All 4 tests pass right now, although no periodic systems are being tested. Currently CHARMM, XPLOR, and VMD tests are all being run (for the same ala-3 system). Disable implicit solvent tests, since there is no robust radii assignment routine yet (the radii are stored in the Amber topology file). I will port my assignment routine from ParmEd here shortly and then re-enable the GB tests.
-