MDP files for protein-ligand MD Simulation

 Copy the script of respective .mdp file and paste it into notepad and save as .mdp file (ions.mdp, em.mdp, nvt.mdp, npt.mdp, md.mdp)


-----------------------------------------------------------------------------------------------------------------------------

ions.mdp

 

; LINES STARTING WITH ';' ARE COMMENTS

title          = Minimization    ; Title of run

 

; Parameters describing what to do, when to stop and what to save

integrator     = steep           ; Algorithm (steep = steepest descent minimization)

emtol          = 1000.0    ; Stop minimization when the maximum force < 10.0 kJ/mol

emstep          = 0.01      ; Energy step size

nsteps              = 50000          ; Maximum number of (minimization) steps to perform

 

; Parameters describing how to find the neighbors of each atom and how to calculate the interactions

nstlist             = 1             ; Frequency to update the neighbor list and long range forces

cutoff-scheme   = Verlet

ns_type             = grid      ; Method to determine neighbor list (simple, grid)

rlist          = 1.0       ; Cut-off for making neighbor list (short range forces)

coulombtype         = cutoff    ; Treatment of long range electrostatic interactions

rcoulomb       = 1.0       ; long range electrostatic cut-off

rvdw           = 1.0       ; long range Van der Waals cut-off

pbc             = xyz            ; Periodic Boundary Conditions

 

------------------------------------- 

em.mdp

; LINES STARTING WITH ';' ARE COMMENTS

title          = Minimization    ; Title of run

 

; Parameters describing what to do, when to stop and what to save

integrator     = steep           ; Algorithm (steep = steepest descent minimization)

emtol          = 1000.0    ; Stop minimization when the maximum force < 10.0 kJ/mol

emstep          = 0.01      ; Energy step size

nsteps              = 50000          ; Maximum number of (minimization) steps to perform

 

; Parameters describing how to find the neighbors of each atom and how to calculate the interactions

nstlist             = 1                 ; Frequency to update the neighbor list and long range forces

cutoff-scheme   = Verlet

ns_type             = grid          ; Method to determine neighbor list (simple, grid)

rlist          = 1.2           ; Cut-off for making neighbor list (short range forces)

coulombtype         = PME           ; Treatment of long range electrostatic interactions

rcoulomb       = 1.2           ; long range electrostatic cut-off

vdwtype         = cutoff

vdw-modifier    = force-switch

rvdw-switch     = 1.0

rvdw           = 1.2           ; long range Van der Waals cut-off

pbc             = xyz                ; Periodic Boundary Conditions

DispCorr        = no

--------------------------------------

 

Nvt.mdp

 

title = Protein-ligand complex NVT equilibration

define                  = -DPOSRES  ; position restrain the protein and ligand

; Run parameters

integrator              = md        ; leap-frog integrator

nsteps                  = 50000     ; 2 * 50000 = 100 ps

dt                      = 0.002     ; 2 fs

; Output control

nstenergy               = 500   ; save energies every 1.0 ps

nstlog                  = 500   ; update log file every 1.0 ps

nstxout-compressed      = 500   ; save coordinates every 1.0 ps

; Bond parameters

continuation            = no        ; first dynamics run

constraint_algorithm    = lincs     ; holonomic constraints

constraints             = h-bonds   ; bonds to H are constrained

lincs_iter              = 1         ; accuracy of LINCS

lincs_order             = 4         ; also related to accuracy

; Neighbor searching and vdW

cutoff-scheme           = Verlet

ns_type                 = grid      ; search neighboring grid cells

nstlist                 = 20        ; largely irrelevant with Verlet

rlist                   = 1.2

vdwtype                 = cutoff

vdw-modifier            = force-switch

rvdw-switch             = 1.0

rvdw                    = 1.2       ; short-range van der Waals cutoff (in nm)

; Electrostatics

coulombtype             = PME       ; Particle Mesh Ewald for long-range electrostatics

rcoulomb                = 1.2       ; short-range electrostatic cutoff (in nm)

pme_order               = 4         ; cubic interpolation

fourierspacing          = 0.16      ; grid spacing for FFT

; Temperature coupling

tcoupl                  = V-rescale                     ; modified Berendsen thermostat

tc-grps                 = Protein_LIGAND Water_and_ions    ; two coupling groups - more accurate

tau_t                   = 0.1   0.1                     ; time constant, in ps

ref_t                   = 300   300                     ; reference temperature, one for each group, in K

; Pressure coupling

pcoupl                  = no        ; no pressure coupling in NVT

; Periodic boundary conditions

pbc                     = xyz       ; 3-D PBC

; Dispersion correction is not used for proteins with the C36 additive FF

DispCorr                = no

; Velocity generation

gen_vel                 = yes       ; assign velocities from Maxwell distribution

gen_temp                = 300       ; temperature for Maxwell distribution

gen_seed                = -1        ; generate a random seed

 

--------------------------------------

 

 

npt.mdp

 

title = Protein-ligand complex NPT equilibration

 

define                  = -DPOSRES  ; position restrain the protein and ligand

; Run parameters

integrator              = md        ; leap-frog integrator

nsteps                  = 50000     ; 2 * 50000 = 100 ps

dt                      = 0.002     ; 2 fs

; Output control

nstenergy               = 500       ; save energies every 1.0 ps

nstlog                  = 500       ; update log file every 1.0 ps

nstxout-compressed      = 500       ; save coordinates every 1.0 ps

; Bond parameters

continuation            = yes       ; continuing from NVT

constraint_algorithm    = lincs     ; holonomic constraints

constraints             = h-bonds   ; bonds to H are constrained

lincs_iter              = 1         ; accuracy of LINCS

lincs_order             = 4         ; also related to accuracy

; Neighbor searching and vdW

cutoff-scheme           = Verlet

ns_type                 = grid      ; search neighboring grid cells

nstlist                 = 20        ; largely irrelevant with Verlet

rlist                   = 1.2

vdwtype                 = cutoff

vdw-modifier            = force-switch

rvdw-switch             = 1.0

rvdw                    = 1.2       ; short-range van der Waals cutoff (in nm)

; Electrostatics

coulombtype             = PME       ; Particle Mesh Ewald for long-range electrostatics

rcoulomb                = 1.2

pme_order               = 4         ; cubic interpolation

fourierspacing          = 0.16      ; grid spacing for FFT

; Temperature coupling

tcoupl                  = V-rescale                     ; modified Berendsen thermostat

tc-grps                 = Protein_LIGAND Water_and_ions    ; two coupling groups - more accurate

tau_t                   = 0.1   0.1                     ; time constant, in ps

ref_t                   = 300   300                     ; reference temperature, one for each group, in K

; Pressure coupling

pcoupl                  = Berendsen                     ; pressure coupling is on for NPT

pcoupltype              = isotropic                     ; uniform scaling of box vectors

tau_p                   = 2.0                           ; time constant, in ps

ref_p                   = 1.0                           ; reference pressure, in bar

compressibility         = 4.5e-5                        ; isothermal compressibility of water, bar^-1

refcoord_scaling        = com

; Periodic boundary conditions

pbc                     = xyz       ; 3-D PBC

; Dispersion correction is not used for proteins with the C36 additive FF

DispCorr                = no

; Velocity generation

gen_vel                 = no        ; velocity generation off after NVT

------------------------------------- 

 

md.mdp

 

title = Protein-ligand complex MD simulation

; Run parameters

integrator              = md        ; leap-frog integrator

nsteps                  = 5000000   ; 2 * 5000000 = 10000 ps (10 ns)

dt                      = 0.002     ; 2 fs

; Output control

nstenergy               = 5000      ; save energies every 10.0 ps

nstlog                  = 5000      ; update log file every 10.0 ps

nstxout-compressed      = 5000      ; save coordinates every 10.0 ps

; Bond parameters

continuation            = yes       ; continuing from NPT

constraint_algorithm    = lincs     ; holonomic constraints

constraints             = h-bonds   ; bonds to H are constrained

lincs_iter              = 1         ; accuracy of LINCS

lincs_order             = 4         ; also related to accuracy

; Neighbor searching and vdW

cutoff-scheme           = Verlet

ns_type                 = grid      ; search neighboring grid cells

nstlist                 = 20        ; largely irrelevant with Verlet

rlist                   = 1.2

vdwtype                 = cutoff

vdw-modifier            = force-switch

rvdw-switch             = 1.0

rvdw                    = 1.2       ; short-range van der Waals cutoff (in nm)

; Electrostatics

coulombtype             = PME       ; Particle Mesh Ewald for long-range electrostatics

rcoulomb                = 1.2

pme_order               = 4         ; cubic interpolation

fourierspacing          = 0.16      ; grid spacing for FFT

; Temperature coupling

tcoupl                  = V-rescale                     ; modified Berendsen thermostat

tc-grps                 = Protein_LIGAND Water_and_ions    ; two coupling groups - more accurate

tau_t                   = 0.1   0.1                     ; time constant, in ps

ref_t                   = 300   300                     ; reference temperature, one for each group, in K

; Pressure coupling

pcoupl                  = Parrinello-Rahman             ; pressure coupling is on for NPT

pcoupltype              = isotropic                     ; uniform scaling of box vectors

tau_p                   = 2.0                           ; time constant, in ps

ref_p                   = 1.0                           ; reference pressure, in bar

compressibility         = 4.5e-5                        ; isothermal compressibility of water, bar^-1

; Periodic boundary conditions

pbc                     = xyz       ; 3-D PBC

; Dispersion correction is not used for proteins with the C36 additive FF

DispCorr                = no

; Velocity generation

gen_vel                 = no        ; continuing from NPT equilibration

--------------------------------------------------------------------

Previous Post Next Post

Contact Form