Skip to content

Commit

Permalink
updated default mdps
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamilloni committed Dec 10, 2024
1 parent a5afe4b commit 2cada7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions mdps/ff_em.mdp
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ periodic-molecules = no
; a value of -1 means: use rlist
verlet-buffer-tolerance = -1
; nblist cut-off
rlist = 1.40
rlist = 1.38
; long-range cut-off for switched potentials

; OPTIONS FOR ELECTROSTATICS AND VDW
; Method for doing electrostatics
coulombtype = Cut-off
coulomb-modifier = Potential-shift-Verlet
rcoulomb-switch = 0
rcoulomb = 1.35
rcoulomb = 1.25
; Relative dielectric constant for the medium and the reaction field
epsilon-r = 1
epsilon-rf = 0
Expand All @@ -92,7 +92,7 @@ vdw-type = Cut-off
vdw-modifier = Potential-shift-Verlet
; cut-off lengths
rvdw-switch = 0
rvdw = 1.35
rvdw = 1.25
; Apply long range dispersion corrections for Energy and Pressure
DispCorr = No
; Extension of the potential lookup tables beyond the cut-off
Expand Down
6 changes: 3 additions & 3 deletions mdps/ff_rc.mdp
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ periodic-molecules = no
; a value of -1 means: use rlist
verlet-buffer-tolerance = -1
; nblist cut-off
rlist = 1.4
rlist = 1.38
; long-range cut-off for switched potentials

; OPTIONS FOR ELECTROSTATICS AND VDW
; Method for doing electrostatics
coulombtype = Cut-off
coulomb-modifier = Potential-shift-Verlet
rcoulomb-switch = 0
rcoulomb = 1.3
rcoulomb = 1.25
; Relative dielectric constant for the medium and the reaction field
epsilon-r = 1
epsilon-rf = 0
Expand All @@ -77,7 +77,7 @@ vdw-type = Cut-off
vdw-modifier = Potential-shift-Verlet
; cut-off lengths
rvdw-switch = 0
rvdw = 1.3
rvdw = 1.25
; Apply long range dispersion corrections for Energy and Pressure
DispCorr = No
; Extension of the potential lookup tables beyond the cut-off
Expand Down

0 comments on commit 2cada7c

Please sign in to comment.