<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
Hi,<br>
<br>
You use reaction-field (even generalized rf, which I wouldn't use).<br>
Reaction-field also has a correction for excluded pairs.<br>
So rf, correctly, shows an effect of decoupling the molecule<br>
from the surrounding dielectric.<br>
<br>
PS using mdrun -seppot will show in the log file that the contribution<br>
to dhdl is from rf-excl.<br>
<br>
Berk<br><br><br>&gt; Date: Tue, 3 Aug 2010 13:26:32 +1000<br>&gt; From: itamar.kass@monash.edu<br>&gt; To: gmx-users@gromacs.org<br>&gt; Subject: [gmx-users] TI calculation in vacuum gives number which is not zero for small molecule.<br>&gt; <br>&gt;   Shalom all,<br>&gt; <br>&gt; I wish to calculate the free energy of solvation of acetic acid using <br>&gt; thermodynamics integration. So I built the topology:<br>&gt; <br>&gt; ; Include forcefield parameters<br>&gt; #include "ffG53a6.itp"<br>&gt; <br>&gt; [ moleculetype ]<br>&gt; ; Name            nrexcl<br>&gt; Protein             3<br>&gt; <br>&gt; [ atoms ]<br>&gt; ;   nr       type  resnr residue  atom   cgnr     charge       mass  <br>&gt; typeB    chargeB      massB<br>&gt;       1        CH3      1   ASPH     CB      2          0     15.035   <br>&gt; DUM        0        15.035<br>&gt;       2          C      1   ASPH     CG      3       0.33     12.011   <br>&gt; DUM        0        12.011<br>&gt;       3          O      1   ASPH    OD1      3      -0.45    15.9994   <br>&gt; DUM        0        15.9994<br>&gt;       4         OA      1   ASPH    OD2      3     -0.288    15.9994   <br>&gt; DUM        0        15.9994<br>&gt;       5          H      1   ASPH    HD2      3      0.408      1.008   <br>&gt; DUM        0        1.008<br>&gt; [ bonds ]<br>&gt; ;  ai    aj funct            c0            c1            c2            c3<br>&gt;      1     2     2    gb_27<br>&gt;      2     3     2    gb_5<br>&gt;      2     4     2    gb_13<br>&gt;      4     5     2    gb_1<br>&gt; <br>&gt; [ pairs ]<br>&gt; ;  ai    aj funct            c0            c1            c2            c3<br>&gt;      1     5     1<br>&gt; <br>&gt; [ angles ]<br>&gt; ;  ai    aj    ak funct            c0            c1            <br>&gt; c2            c3<br>&gt;      1     2     3     2    ga_30<br>&gt;      1     2     4     2    ga_19<br>&gt;      3     2     4     2    ga_33<br>&gt;      2     4     5     2    ga_12<br>&gt; <br>&gt; [ dihedrals ]<br>&gt; ;  ai    aj    ak    al funct            c0            c1            <br>&gt; c2            c3            c4            c5<br>&gt;      1     2     4     5     1    gd_12<br>&gt; <br>&gt; [ dihedrals ]<br>&gt; ;  ai    aj    ak    al funct            c0            c1            <br>&gt; c2            c3<br>&gt;      1     4     3     2     2    gi_1<br>&gt; <br>&gt; and put the molecule in an empty box at the size of 5.32 nm^3 and <br>&gt; simulated using the below parameters:<br>&gt; <br>&gt; integrator                =  sd<br>&gt; ld_seed                  =  -1<br>&gt; dt                        =  0.002    ; ps !<br>&gt; nsteps                    =  550000    ; total 1.1ns.<br>&gt; <br>&gt; ; OPTIONS FOR BONDS<br>&gt; ; Constrain control<br>&gt; constraints             =  all-bonds<br>&gt; ; Do not constrain the start configuration<br>&gt; continuation         = no<br>&gt; ; Type of constraint algorithm<br>&gt; constraint-algorithm     =  lincs<br>&gt; <br>&gt; ; OUTPUT CONTROL OPTIONS<br>&gt; ; Output frequency for coords (x), velocities (v) and forces (f)<br>&gt; nstxout                   =  10000<br>&gt; nstvout                   =  10000<br>&gt; nstfout                   =  10000<br>&gt; ; Output frequency and precision for xtc file<br>&gt; nstxtcout                 =  500<br>&gt; xtc-precision             =  1000<br>&gt; ; Energy monitoring<br>&gt; energygrps                =  protein<br>&gt; nstenergy             =  500<br>&gt; <br>&gt; ; NEIGHBORSEARCHING PARAMETERS<br>&gt; ; nblist update frequency<br>&gt; nstlist                   =  5<br>&gt; ; ns algorithm (simple or grid)<br>&gt; ns-type                   =  Grid<br>&gt; ; nblist cut-off<br>&gt; rlist                     =  0.8<br>&gt; <br>&gt; ; OPTIONS FOR ELECTROSTATICS AND VDW<br>&gt; ; Method for doing electrostatics<br>&gt; coulombtype              = Generalized-Reaction-Field<br>&gt; rcoulomb                 = 1.4<br>&gt; epsilon_rf               = 62<br>&gt; ; Method for doing Van der Waals<br>&gt; vdw-type                 = Cut-off<br>&gt; ; cut-off lengths<br>&gt; rvdw-switch              = 0<br>&gt; rvdw                     = 1.4<br>&gt; ; Apply long range dispersion corrections for Energy and Pressure<br>&gt; DispCorr                 = no<br>&gt; <br>&gt; ; OPTIONS FOR WEAK COUPLING ALGORITHMS<br>&gt; ; Temperature coupling<br>&gt; tcoupl                   = no<br>&gt; ; Groups to couple separately, time constant (ps) and reference <br>&gt; temperature (K)<br>&gt; tc-grps                  = system<br>&gt; tau-t                    = 0.2<br>&gt; ref-t                    = 298<br>&gt; ; Pressure coupling<br>&gt; Pcoupl                   = no<br>&gt; ; Generate velocites is on at 290K - do not get velocity from gro file.<br>&gt; gen_vel             =  yes<br>&gt; gen_temp            =  290<br>&gt; gen-seed            =  -1<br>&gt; <br>&gt; ; Free energy control stuff<br>&gt; free-energy              = yes<br>&gt; init-lambda              = 0 ; Topology A (lambda=0) to topology B <br>&gt; (lambda=1).<br>&gt; delta-lambda             = 0<br>&gt; sc-alpha                 = 0.5 ; soft core potantial<br>&gt; sc-power                 = 1<br>&gt; sc-sigma                 = 0.3<br>&gt; <br>&gt; ; Center of mass control<br>&gt; nstcomm              =  1000<br>&gt; ; Periodic boundary conditions<br>&gt; pbc                  =  xyz<br>&gt; ; Mode for center of mass motion removal<br>&gt; comm_mode            =  Linear<br>&gt; ; Groups for center of mass motion removal<br>&gt; comm-grps            =  system<br>&gt; <br>&gt; The FE value out of the in vacuum simulation should be 0, as I don't <br>&gt; have any interactions larger then 1-4, but what I get is -0.0956224 <br>&gt; kJ/mol. Some more technical data - I have done 40 (delta_lambda = <br>&gt; 0.025), for each lambda value I had calculated the dg/dl for the last <br>&gt; 1ns (out of 1.1ns).  Any idea why this happen?<br>&gt; <br>&gt; All the best,<br>&gt; Itamar<br>&gt; <br>&gt; -- <br>&gt; <br>&gt; <br>&gt; "In theory, there is no difference between theory and practice. But, in practice, there is." - Jan L.A. van de Snepscheut<br>&gt; <br>&gt; ===========================================<br>&gt; | Itamar Kass, Ph.D.<br>&gt; | Postdoctoral Research Fellow<br>&gt; |<br>&gt; | Department of Biochemistry and Molecular Biology<br>&gt; | Building 77 Clayton Campus<br>&gt; | Wellington Road<br>&gt; | Monash University,<br>&gt; | Victoria 3800<br>&gt; | Australia<br>&gt; |<br>&gt; | Tel: +61 3 9902 9376<br>&gt; | Fax: +61 3 9902 9500<br>&gt; | E-mail: Itamar.Kass@monash.edu<br>&gt; ============================================<br>&gt; <br>&gt; -- <br>&gt; gmx-users mailing list    gmx-users@gromacs.org<br>&gt; http://lists.gromacs.org/mailman/listinfo/gmx-users<br>&gt; Please search the archive at http://www.gromacs.org/search before posting!<br>&gt; Please don't post (un)subscribe requests to the list. Use the <br>&gt; www interface or send it to gmx-users-request@gromacs.org.<br>&gt; Can't post? Read http://www.gromacs.org/mailing_lists/users.php<br>                                               </body>
</html>