-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added large membrane protien test system.
- Loading branch information
Showing
34 changed files
with
940,286 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
set -e | ||
cd gmx | ||
gmx grompp -f martini_md.mdp -c minimized.gro -p system.top -n system.ndx -o run.tpr -maxwarn 1 | ||
gmx mdrun -deffnm run -rerun minimized.gro -nt 1 | ||
echo pot | gmx energy -f run > energy.txt | ||
echo 0 | gmx traj -f run -s run -of forces | ||
# use double precision for everything | ||
gmx_d grompp -f martini_md.mdp -c minimized.gro -p system.top -n system.ndx -o run.tpr -r minimized.gro -maxwarn 1 -v | ||
gmx_d mdrun -deffnm run -rerun minimized.gro -nt 1 -v | ||
echo pot | gmx_d energy -f run > energy.txt | ||
echo 0 | gmx_d traj -f run -s run -of forces | ||
rm mdout.mdp | ||
rm run.edr run.log run.tpr run.trr | ||
cd .. |
Oops, something went wrong.