<br><br><div class="gmail_quote">On Wed, Apr 8, 2009 at 7:53 AM, Joe Joe <span dir="ltr">&lt;<a href="mailto:ilchorny@gmail.com">ilchorny@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

HI Chris,<br><br><div class="gmail_quote"><div class="im">On Tue, Apr 7, 2009 at 9:31 PM,  <span dir="ltr">&lt;<a href="mailto:chris.neale@utoronto.ca" target="_blank">chris.neale@utoronto.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Hi Ilya,<br>
<br>
First thing that comes to mind is that it is strange to couple a coulombic switching function with PME. While this could possibly be done correctly, I doubt that it is in fact done in the way that you expect (i.e. correctly) in gromacs. In fact, I think that grompp/mdrun should probably throw an error here -- unless it is actually handled in the proper way, and a developer could help you here to figure out if you are indeed getting what you desire.<br>



<br>
coulombtype              = PME<br>
rcoulomb-switch          = .9<br>
rcoulomb                 = 1.0</blockquote><div><br></div></div><div>I am pretty sure gromacs ignores the rcoulomb-switch parameter in the case of PME but I will give it a try.</div></div></blockquote><div><br>It is indeed supported and does work correctly. But you have to set coulombtype PME-Switch. mdp options says:<br>

&quot;This is mainly useful constant energy simulations. For constant temperature
simulations the advantage of improved energy conservation
is usually outweighed by the small loss in accuracy of the electrostatics.
&quot;<br> <br>Roland<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div></div><div><div></div><div class="h5">


<div><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>
Chris<br>
<br>
-- original message --<br>
<br>
Hi<br>
I am having some pressure coupling issues. I have a fairly large<br>
protein/water system 400K+ atoms. It minimizes just fine (F &lt; 1000). If I<br>
run NVE it conserves energy with appropriate parameter settings. If I run<br>
NVT it is stable. When I turn on Pcoupl (i.e. Berendsen or Parinello<br>
Rahman), the system just continuously expands. My parameters are as follows.<br>
Any ideas?<br>
<br>
Best,<br>
<br>
Ilya<br>
<br>
;<br>
;       File &#39;mdout.mdp&#39; was generated<br>
;       By user: relly (508)<br>
;       On host: <a href="http://master.simprota.com" target="_blank">master.simprota.com</a><br>
;       At date: Fri Mar  6 20:17:33 2009<br>
;<br>
<br>
; VARIOUS PREPROCESSING OPTIONS<br>
; Preprocessor information: use cpp syntax.<br>
; e.g.: -I/home/joe/doe -I/home/mary/hoe<br>
include                  =<br>
; e.g.: -DI_Want_Cookies -DMe_Too<br>
define                   =<br>
<br>
; RUN CONTROL PARAMETERS<br>
integrator               = md<br>
; Start time and timestep in ps<br>
tinit                    = 0<br>
dt                       = 0.004<br>
;nsteps                   = 250000<br>
nsteps                   = 2500000<br>
; For exact run continuation or redoing part of a run<br>
; Part index is updated automatically on checkpointing (keeps files<br>
separate)<br>
simulation_part          = 1<br>
init_step                = 0<br>
; mode for center of mass motion removal<br>
comm_mode                = linear<br>
; number of steps for center of mass motion removal<br>
nstcomm                  = 1<br>
; group(s) for center of mass motion removal<br>
comm_grps                = system<br>
<br>
; OUTPUT CONTROL OPTIONS<br>
; Output frequency for coords (x), velocities (v) and forces (f)<br>
nstxout                  = 0<br>
nstvout                  = 0<br>
nstfout                  = 0<br>
<br>
; Output frequency for energies to log file and energy file<br>
nstlog                   = 10<br>
nstenergy                = 10<br>
; Output frequency and precision for xtc file<br>
nstxtcout                = 250<br>
xtc-precision            = 1000<br>
; This selects the subset of atoms for the xtc file. You can<br>
; select multiple groups. By default all atoms will be written.<br>
xtc-grps                 = protein<br>
; Selection of energy groups<br>
energygrps               =<br>
<br>
; NEIGHBORSEARCHING PARAMETERS<br>
; nblist update frequency<br>
nstlist                  = 5<br>
; ns algorithm (simple or grid)<br>
ns_type                  = grid<br>
; Periodic boundary conditions: xyz, no, xy<br>
pbc                      = xyz<br>
periodic_molecules       = no<br>
; nblist cut-off<br>
rlist                    = 1.0<br>
<br>
; OPTIONS FOR ELECTROSTATICS AND VDW<br>
; Method for doing electrostatics<br>
coulombtype              = PME<br>
rcoulomb-switch          = .9<br>
rcoulomb                 = 1.0<br>
; Relative dielectric constant for the medium and the reaction field<br>
epsilon-r                = 80<br>
epsilon_rf               = 1<br>
; Method for doing Van der Waals<br>
vdw-type                 = Switch<br>
; cut-off lengths<br>
rvdw-switch              = .9<br>
rvdw                     = 1.0<br>
; Apply long range dispersion corrections for Energy and Pressure<br>
DispCorr                 = EnerPres<br>
; Extension of the potential lookup tables beyond the cut-off<br>
table-extension          = 1<br>
; Seperate tables between energy group pairs<br>
energygrp_table          =<br>
; Spacing for the PME/PPPM FFT grid<br>
fourierspacing           = 0.12<br>
; FFT grid size, when a value is 0 fourierspacing will be used<br>
fourier_nx               = 0<br>
fourier_ny               = 0<br>
fourier_nz               = 0<br>
; EWALD/PME/PPPM parameters<br>
pme_order                = 4<br>
ewald_rtol               = 1.e-05<br>
ewald_geometry           = 3d<br>
epsilon_surface          = 0<br>
optimize_fft             = no<br>
; OPTIONS FOR WEAK COUPLING ALGORITHMS<br>
; Temperature coupling<br>
Tcoupl                   = V-rescale<br>
; Groups to couple separately<br>
tc-grps                  = System<br>
; Time constant (ps) and reference temperature (K)<br>
tau_t                    = 0.1<br>
ref_t                    = 298.0<br>
; Pressure coupling<br>
Pcoupl                   = Berendsen<br>
Pcoupltype               = Isotropic<br>
; Time constant (ps), compressibility (1/bar) and reference P (bar)<br>
tau_p                    = 10<br>
compressibility          = 4.5e-5<br>
ref_p                    = 1.01325<br>
; Scaling of reference coordinates, No, All or COM<br>
refcoord_scaling         = No<br>
; Random seed for Andersen thermostat<br>
andersen_seed            = 815131<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
<br>
_______________________________________________<br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org" target="_blank">gmx-users@gromacs.org</a><br>
<a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use thewww interface or send it to <a href="mailto:gmx-users-request@gromacs.org" target="_blank">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br>
</blockquote></div></div></div><br>
<br>_______________________________________________<br>
gmx-users mailing list    <a href="mailto:gmx-users@gromacs.org">gmx-users@gromacs.org</a><br>
<a href="http://www.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://www.gromacs.org/mailman/listinfo/gmx-users</a><br>
Please search the archive at <a href="http://www.gromacs.org/search" target="_blank">http://www.gromacs.org/search</a> before posting!<br>
Please don&#39;t post (un)subscribe requests to the list. Use the<br>
www interface or send it to <a href="mailto:gmx-users-request@gromacs.org">gmx-users-request@gromacs.org</a>.<br>
Can&#39;t post? Read <a href="http://www.gromacs.org/mailing_lists/users.php" target="_blank">http://www.gromacs.org/mailing_lists/users.php</a><br></blockquote></div><br><br clear="all"><br>-- <br>ORNL/UT Center for Molecular Biophysics <a href="http://cmb.ornl.gov">cmb.ornl.gov</a><br>

865-241-1537, ORNL PO BOX 2008 MS6309<br>