- 24 Jun, 2014 1 commit
-
-
John Chodera (MSKCC) authored
Removed 'void' declarations from getCutoff/getCutoffDistance methods so that swigInputBuilder.py would correctly wrap return values.
-
- 23 Jun, 2014 3 commits
-
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
John Chodera (MSKCC) authored
-
- 22 Jun, 2014 1 commit
-
-
John Chodera (MSKCC) authored
-
- 17 Jun, 2014 1 commit
-
-
peastman authored
Fix Clang warning about unhandled enum values.
-
- 16 Jun, 2014 3 commits
-
-
peastman authored
In travis, use multiple cores.
-
Christopher Dembia authored
Travis VM's have up through 2 cores. Passing a -j2 flag should make/ctest the builds/tests faster.
-
Christopher Dembia authored
Clang had been generating the following warning: ``` ParsedExpression.cpp:123:13: warning: 30 enumeration values not handled in switch: 'CONSTANT', 'VARIABLE', 'CUSTOM'... [-Wswitch] switch (node.getOperation().getId()) { ^ 1 warning generated. ``` To get rid of this warning, I added a default case, which does nothing.
-
- 13 Jun, 2014 2 commits
- 12 Jun, 2014 2 commits
-
-
peastman authored
Fix residue assignment in PSF parser
-
Jason Swails authored
(which means that consecutive residues may have the same residue number _and_ name, but are different residues).
-
- 11 Jun, 2014 3 commits
- 10 Jun, 2014 7 commits
- 09 Jun, 2014 1 commit
-
-
Matthew Harrigan authored
-
- 07 Jun, 2014 1 commit
-
-
Matthew Harrigan authored
-
- 06 Jun, 2014 3 commits
-
-
peastman authored
Improve unit handling in charmm crd file classes.
-
Jason Swails authored
-
peastman authored
-
- 03 Jun, 2014 4 commits
-
-
peastman authored
Fixed a crash with virtual sites in double precision mode
-
peastman authored
Fix Amber inpcrd file in the examples directory
-
Jason Swails authored
the 3rd and 4th columns, making it an invalid Amber inpcrd file (which the new parser cannot handle).
-
peastman authored
-
- 02 Jun, 2014 2 commits
- 30 May, 2014 3 commits
-
-
peastman authored
Make separate lists for dihedrals and the dihedrals with loaded parameters.
-
peastman authored
Fix the handling and units of box lengths in CHARMM files
-
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 3 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.
-
peastman authored
Small tweak to fix parsing of par_all36_carb.prm
-
Jason Swails authored
different from _all_ of the others.
-