top of page
Search

Extend Gromacs Simulation

  • Writer: Mohd Athar
    Mohd Athar
  • May 8, 2021
  • 1 min read

To extend simulation to 50ns more, just run these two commands

gmx convert-tpr -s md_0_1.tpr -extend 50000 -o md_1_2.tpr

gmx mdrun -deffnm md_1_2 -cpi md_0_1.cpt -noappend

 
 
 

Recent Posts

See All
rsync at remote server

without password: ssh-keygen [WITHOUT entering any passphrase] ssh-copy-id user@remote-host (example: ssh-copy-id altair) nohup rsync...

 
 
 

Comments


bottom of page