This commit is contained in:
Daniel Bauer
2018-06-17 22:39:35 +02:00
parent f905853d29
commit 510cc6f04b
4 changed files with 54 additions and 38 deletions

View File

@@ -18,6 +18,6 @@ sed -i -e "s/LAMBDA2/${lambda2}/g" $FOLDER/plumed.dat
cd $FOLDER
source /usr/local/gromacs/bin/GMXRC
gmx --quiet mdrun -deffnm topol -plumed plumed.dat -nsteps 100000 2>&1
gmx --quiet mdrun -deffnm topol -plumed plumed.dat -nsteps 250000 2>&1
cd ../..