I am performing molecular dynamics simulation using NAMD for a protein-protein complex.
The configuration files were generated by Charmm GUI.
Step4_equilibration.inp (at the end of the file):
minimize 10000
numsteps 90000000
run 125000
Step5_production.inp (at the end of the file):
# run
numsteps 500000; # run stops when this step is reached
run 500000; # 1ns
I want to run the MD for 100 ns. What should I edit in these files to make the run 100ns ??
Do I edit in both files ( equilibration and production files) or only the edit will be in the production file?