|
|
gromppTable of contentsThe GROMACS preprocessor reads a molecular topology file, checks the validity of the file, expands the topology from a molecular description to an atomic description. The topology file contains information about molecule types and the number of molecules, the preprocessor copies each molecule as needed. There is no limitation on the number of molecule types. Bonds and bond-angles can be converted into constraints, separately for hydrogens and heavy atoms. Then a coordinate file is read and velocities can be generated from a Maxwellian distribution if requested. grompp also reads parameters for the mdrun (eg. number of MD steps, timestep, cutoff), and others such as non-equilibrium MD parameters, which are corrected so that the net acceleration is zero. Eventually a binary .tpr file is produced that can serve as the sole input file for the MD program. grompp works by running another pre-processor (described in Include File Mechanism), and if you choose to make use of the Parallel calculationsNote that in order to run a parallel calculation in GROMACS 3.x over In GROMACS 4.x, Reference
|