GitXplorerGitXplorer
t

mdrun-rerun

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4ad9a361731897e7534a2e32303457b83652207f

Cleared up title of md run with forces

ttomjakubowski committed 14 years ago
Unverified
7e543347a6f84810e529452bbe740908c2a9f3bf

Fleshed out the README some more and cleaned up the scripts a bit.

ttomjakubowski committed 14 years ago
Unverified
73f446832dba9a534374146bbd14c66664500cf0

Added scripts and initial input files/structure/topology.

ttomjakubowski committed 14 years ago
Unverified
9ef452628502be0b803fdac6d370a659d6fae092

Added some files I forgot to the gitignore

ttomjakubowski committed 14 years ago
Unverified
8173fbbea9ff70ed902ff209a1fe8ebcd9f03385

Trimmed the demo file for clarity.

ttomjakubowski committed 14 years ago
Unverified
d375a84a070d1d1a5505f96b385ff9a4589547d7

Initial commit, using the demo files from gromacs/share/tutor/gmxdemo for now.

ttomjakubowski committed 14 years ago

README

The README file for this repository.

mdrun-rerun

Run make_tpr.sh followed by run_md.sh. This will create three trajectories:

  1. cpeptide_md.trr - the no-forces trr. No forces are written to this trajectory.
  2. cpeptide_md-with-forces.trr - the with-forces trr. Forces are written to this trajectory.
  3. cpeptide_md-rerun.trr - created by mdrun -rerun, using the with-forces tpr on the no-forces trr

If all goes well, the forces in cpeptide_md-with-forces.trr and cpeptide_md-rerun.trr should be identical.

TODO

  • A quick script to compare the forces in cpeptide_md-with-forces.trr and cpeptide_md-rerun.trr, using gmxdump/g_traj and diff.