"platforms/vscode:/vscode.git/clone" did not exist on "dbc94d898967ac1eb82559af21ec24a859bf8190"
- 11 Jul, 2014 2 commits
-
-
Jason Swails authored
itself. This way each parm is only read once for every test (rather than being read for every test, even when they're not used, as part of the setUp routine). For large systems, this makes the tests run a lot faster (for small systems it's not a large speedup). All tests continue to pass. This change also tests that the various calls to createSystem and such do not actually change the object in a detrimental way.
-
Robert McGibbon authored
-
- 07 Jul, 2014 1 commit
-
-
Jason Swails authored
the switchDistance argument to CharmmPsfFile.createSystem(). Also add a check to protect against negative switching distances.
-
- 05 Jul, 2014 3 commits
-
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
- 03 Jul, 2014 1 commit
-
-
Jason Swails authored
- Adjust CharmmPsfFile parser to accept multiple blank lines before the NATOM record (I saw 1 PSF file like this... not sure how common it really is) - Removed the shebang line from element.py and removed execute permissions-- it should never be executed directly (evidenced by the fact that the original shebang line was wrong and would never work, anyway). - Fix a test to determine if a Bond is part of an Angle in the PSF data structures.
-
- 02 Jul, 2014 4 commits
- 29 Jun, 2014 1 commit
-
-
Lee-Ping authored
-
- 27 Jun, 2014 1 commit
-
-
peastman authored
-
- 24 Jun, 2014 2 commits
-
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
- 23 Jun, 2014 2 commits
-
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
- 12 Jun, 2014 1 commit
-
-
Jason Swails authored
(which means that consecutive residues may have the same residue number _and_ name, but are different residues).
-
- 11 Jun, 2014 1 commit
-
-
peastman authored
-
- 10 Jun, 2014 2 commits
- 09 Jun, 2014 1 commit
-
-
Matthew Harrigan authored
-
- 07 Jun, 2014 1 commit
-
-
Matthew Harrigan authored
-
- 06 Jun, 2014 2 commits
-
-
Jason Swails authored
-
peastman authored
-
- 30 May, 2014 1 commit
-
-
Jason Swails authored
former has a single entry for all unique dihedrals. The latter has a separate entry for every _term_ of every dihedral (and the latter is the one with the parameters loaded into it). This way, parameter sets can be reloaded at will without relying on the hack that createSystem previously employed (i.e., backing up the dihedral array, clobbering it, then putting it back). This way is cleaner and safer (although functionally equivalent for typical OpenMM use).
-
- 29 May, 2014 2 commits
-
-
Jason Swails authored
boxVectors, so they should be a property computed from the vectors). Also make sure that any attempts to change the boxVectors correspondingly deletes the cached copies of the box lengths so they are recomputed if necessary.
-
Jason Swails authored
different from _all_ of the others.
-
- 28 May, 2014 6 commits
-
-
Jason Swails authored
-
Lee-Ping authored
-
Lee-Ping authored
-
Jason Swails authored
-
Lee-Ping authored
-
Jason Swails authored
-
- 27 May, 2014 3 commits
-
-
Jason Swails authored
element.
-
Jason Swails authored
fix the remaining CI issues. Also make sure .ncrst files are copied over in the test directory.
-
Jason Swails authored
-
- 22 May, 2014 1 commit
-
-
Jason Swails authored
-
- 21 May, 2014 2 commits
-
-
Jason Swails authored
and angles makes numbers exactly 0 that _should_ be zero (but aren't due to precision and round-off issues). Now the box vector code in the prmtop file is fully general for every type of box that Amber supports.
-
Jason Swails authored
Again, this will need to be done in the future anyway for general triclinic support.
-