<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>I dont know how well v-rescale works with pulling.&nbsp; It could be after removing some restraints it still had not reached a good equilibrium (ie let it run a while/nanosecound or 5, before pulling it), or maybe generating velocities on start causes more caos than the proteins or system can handle, still it may be the real system minus several initial time frames, ie it either isnt bound from the start as it is in reality or it prefers to be free...But I may be wrong on some of this...so just suggestions.&nbsp; Also, 500 picoseconds is short for measring things, and would probably be dominated by starting velocity for at least 40-80 picoseconds, thus look at how fast it declines...there are some printed standards for protein-protein delG or domain changes of around 3-4 ns to make sure small loop/domain changes are represented in the energy profile.&nbsp; There was (on some comments) talk of making this around 6 ns..but I dont know if there are set real standards for this held fast to (i&#39;ve read 2 papers with 400 ns to see domain changes with no pull, and a good 5-6 at 4 ns with pulling so?).</div>

<div>&nbsp;</div>

<div>Stephan Wakins</div>

<div>&nbsp;
<div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin:0 0 10px 0;"><b>Gesendet:</b>&nbsp;Dienstag, 29. Oktober 2013 um 20:27 Uhr<br/>
<b>Von:</b>&nbsp;&quot;XAvier Periole&quot; &lt;x.periole@rug.nl&gt;<br/>
<b>An:</b>&nbsp;&quot;Discussion list for GROMACS users&quot; &lt;gmx-users@gromacs.org&gt;<br/>
<b>Betreff:</b>&nbsp;Re: [gmx-users] Constant-Force Pulling of Ubiquitin</div>

<div name="quoted-content"><br/>
You want to switch to sd instead of md.<br/>
<br/>
&gt; On Oct 29, 2013, at 17:43, Vivian &lt;wwtao@bu.edu&gt; wrote:<br/>
&gt;<br/>
&gt; Hi GMX Users,<br/>
&gt;<br/>
&gt; I am using Gromacs (Version 4.5.5) to do constant-force pulling of ubiquitin<br/>
&gt; and it&#39;s a implicit model. My mdp file for pulling is shown as following.<br/>
&gt;<br/>
&gt; integrator = md<br/>
&gt; dt = 0.001 ; ps !<br/>
&gt; nsteps = 500000 ; total 500 ps.<br/>
&gt;<br/>
&gt; nstxout = 100<br/>
&gt; nstvout = 100<br/>
&gt; nstfout = 100<br/>
&gt; nstlist = 10<br/>
&gt; nstlog = 100<br/>
&gt; nstcalcenergy =100<br/>
&gt;<br/>
&gt; rlist = 5<br/>
&gt; rvdw = 5<br/>
&gt; rcoulomb = 5<br/>
&gt; coulombtype = cut-off<br/>
&gt; vdwtype = cut-off<br/>
&gt; table-extension = 5<br/>
&gt; bd_fric = 0<br/>
&gt; ld_seed = -1<br/>
&gt; pbc = no<br/>
&gt; ns_type = simple<br/>
&gt; constraints = all-bonds<br/>
&gt; lincs_order = 4<br/>
&gt; lincs_iter = 1<br/>
&gt; lincs-warnangle = 30<br/>
&gt;<br/>
&gt; Tcoupl = v-rescale<br/>
&gt; tau_t = 1.0<br/>
&gt; tc-grps = Protein<br/>
&gt; ref_t = 300<br/>
&gt;<br/>
&gt; Pcoupl = no<br/>
&gt;<br/>
&gt; gen_vel = yes<br/>
&gt; gen_temp = 300<br/>
&gt; gen_seed = 173529<br/>
&gt;<br/>
&gt; comm_mode = Angular<br/>
&gt; nstcomm =100<br/>
&gt;<br/>
&gt;<br/>
&gt; ; IMPLICIT SOLVENT ALGORITHM<br/>
&gt; implicit_solvent = gbsa<br/>
&gt;<br/>
&gt; ; GENERALIZED BORN ELECTROSTATICS<br/>
&gt; ; Algorithm for calculating Born radii<br/>
&gt; gb_algorithm = Still<br/>
&gt; ; Frequency of calculating the Born radii inside rlist<br/>
&gt; nstgbradii = 1<br/>
&gt; ; Cutoff for Born radii calculation; the contribution from atoms<br/>
&gt; ; between rlist and rgbradii is updated every nstlist steps<br/>
&gt; rgbradii = 5<br/>
&gt; ; Dielectric coefficient of the implicit solvent<br/>
&gt; gb_epsilon_solvent = 80<br/>
&gt; ; Salt concentration in M for Generalized Born models<br/>
&gt; gb_saltconc = 0<br/>
&gt; ; Scaling factors used in the OBC GB model. Default values are OBC(II)<br/>
&gt; gb_obc_alpha = 1<br/>
&gt; gb_obc_beta = 0.8<br/>
&gt; gb_obc_gamma = 4.85<br/>
&gt; gb_dielectric_offset = 0.009<br/>
&gt; sa_algorithm = Ace-approximation<br/>
&gt; ; Surface tension (kJ/mol/nm^2) for the SA (nonpolar surface) part of GBSA<br/>
&gt; ; The value -1 will set default value for Still/HCT/OBC GB-models.<br/>
&gt; sa_surface_tension = 2.05016<br/>
&gt;<br/>
&gt; ; Pull code<br/>
&gt; pull = constant_force<br/>
&gt; ;Center of mass pulling using a linear potential and therefore a constant<br/>
&gt; force.<br/>
&gt; pull_geometry = direction<br/>
&gt; pull_start = yes ; define initial COM distance &gt; 0<br/>
&gt; pull_ngroups = 1<br/>
&gt; pull_group1 = Chain_B<br/>
&gt; pull_group0 = Chain_A<br/>
&gt; pull_k1 = -500 ; kJ mol^-1 nm^-2<br/>
&gt; pull_vec1 = 0.0 0.0 1.0<br/>
&gt;<br/>
&gt; However, after pulling simulation, it turns out the potential of this system<br/>
&gt; becomes lower rather than higher (from -10000 to -20000). It&#39;s very wired<br/>
&gt; since potential should become larger after pulling.<br/>
&gt; Here is the notification after g_energy:<br/>
&gt;<br/>
&gt; Energy Average Err.Est. RMSD Tot-Drift<br/>
&gt; -------------------------------------------------------------------------------<br/>
&gt; Potential -20734.5 230 1268.47 -1385.71<br/>
&gt; (kJ/mol)<br/>
&gt;<br/>
&gt; You may want to use the -driftcorr flag in order to correct for spurious<br/>
&gt; drift in the graphs. Note that this is not<br/>
&gt; a substitute for proper equilibration and sampling! You should select the<br/>
&gt; temperature in order to obtain fluctuation properties.<br/>
&gt;<br/>
&gt; I wonder whether there is any problem with my mdp file.<br/>
&gt; Thank you so much!!<br/>
&gt;<br/>
&gt; Best,<br/>
&gt; Vivian<br/>
&gt;<br/>
&gt; --<br/>
&gt; View this message in context: <a href="http://gromacs.5086.x6.nabble.com/Constant-Force-Pulling-of-Ubiquitin-tp5012065.html" target="_blank">http://gromacs.5086.x6.nabble.com/Constant-Force-Pulling-of-Ubiquitin-tp5012065.html</a><br/>
&gt; Sent from the GROMACS Users Forum mailing list archive at Nabble.com.<br/>
&gt; --<br/>
&gt; gmx-users mailing list gmx-users@gromacs.org<br/>
&gt; <a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br/>
&gt; * Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/Search</a> before posting!<br/>
&gt; * Please don&#39;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&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a><br/>
--<br/>
gmx-users mailing list gmx-users@gromacs.org<br/>
<a href="http://lists.gromacs.org/mailman/listinfo/gmx-users" target="_blank">http://lists.gromacs.org/mailman/listinfo/gmx-users</a><br/>
* Please search the archive at <a href="http://www.gromacs.org/Support/Mailing_Lists/Search" target="_blank">http://www.gromacs.org/Support/Mailing_Lists/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 gmx-users-request@gromacs.org.<br/>
* Can&#39;t post? Read <a href="http://www.gromacs.org/Support/Mailing_Lists" target="_blank">http://www.gromacs.org/Support/Mailing_Lists</a></div>
</div>
</div>
</div></div></body></html>