../
|
ConstraintsMaker.java
|
680
(11 years ago)
by duarte:
New feature: now we can enforce omega trans conformation for the torsion angle of the peptide bond.
New method in Pdb: getOmega
|
GromacsError.java
|
713
(11 years ago)
by duarte:
Initial commit of script and classes to interface with gromacs.
|
GromacsMDP.java
|
713
(11 years ago)
by duarte:
Initial commit of script and classes to interface with gromacs.
|
GromacsRunner.java
|
715
(11 years ago)
by duarte:
New option -s to do split output.
Now converting final gro file to pdb
Fixed bugs:
- now flushing correctly the gromacs.log (by closing log)
- now properly cleaning up temp files (the ones written to /tmp)
|
PRMInfo.java
|
539
(11 years ago)
by stehr:
some refactoring in TinkerRunner and related classes (moved forceConstant parameter from constructor to reconstruct method; made force field file type an enum)
|
TinkerError.java
|
492
(11 years ago)
by duarte:
Copied the aglappe-jung branch into trunk.
|
TinkerRunner.java
|
786
(11 years ago)
by duarte:
Implemented a more robust approach to failure of jobs in parallel distgeom. Now we send 1.1*n jobs and require that only n of them finish successfully. These solves many issues: even if 0.1*n jobs fail the whole thing will be successful, if a jobs hangs forever we will not wait for it to finish.
|