Mercurial > repos > chemteam > gmx_sim
annotate test-data/minim.mdp @ 1:ec3f665cca3e draft
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 10f45d117e34624bceb32442742ae0b8eb2dae30"
author | chemteam |
---|---|
date | Wed, 30 Oct 2019 13:34:07 -0400 |
parents | 1a5960636405 |
children | a97dcfc23b4b |
rev | line source |
---|---|
0
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
1 ; minim.mdp - used as input into grompp to generate em.tpr |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
2 integrator = steep ; Algorithm (steep = steepest descent minimization) |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
3 emtol = 1000.0 ; Stop minimization when the maximum force < 1000.0 kJ/mol/nm |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
4 emstep = 0.01 ; Energy step size |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
5 nsteps = 50000 ; Maximum number of (minimization) steps to perform |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
6 |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
7 ; Parameters describing how to find the neighbors of each atom and how to calculate the interactions |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
8 nstlist = 1 ; Frequency to update the neighbor list and long range forces |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
9 cutoff-scheme = Verlet |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
10 ns_type = grid ; Method to determine neighbor list (simple, grid) |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
11 coulombtype = PME ; Treatment of long range electrostatic interactions |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
12 rcoulomb = 1.0 ; Short-range electrostatic cut-off |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
13 rvdw = 1.0 ; Short-range Van der Waals cut-off |
1a5960636405
"planemo upload for repository https://github.com/galaxycomputationalchemistry/galaxy-tools-compchem/tools/gromacs commit 3b99f08f22b9e0c16c0a0adc82f8c16c1a25cedf"
chemteam
parents:
diff
changeset
|
14 pbc = xyz ; Periodic Boundary Conditions (yes/no) |