<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?action=history&amp;feed=atom&amp;title=Global_optimization_of_biomolecules_using_AMBER9</id>
	<title>Global optimization of biomolecules using AMBER9 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?action=history&amp;feed=atom&amp;title=Global_optimization_of_biomolecules_using_AMBER9"/>
	<link rel="alternate" type="text/html" href="https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?title=Global_optimization_of_biomolecules_using_AMBER9&amp;action=history"/>
	<updated>2026-04-12T04:37:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?title=Global_optimization_of_biomolecules_using_AMBER9&amp;diff=1157&amp;oldid=prev</id>
		<title>Adk44: Created page with &quot;Here you can find examples of input files necessary to work with GMIN:  1. &#039;&#039;coords.inpcrd&#039;&#039; -- file with coordinates  2. &#039;&#039;coords.prmtop&#039;&#039; -- topology file (see [http://wwmm....&quot;</title>
		<link rel="alternate" type="text/html" href="https://wikis.ch.cam.ac.uk/ro-walesdocs/wiki/index.php?title=Global_optimization_of_biomolecules_using_AMBER9&amp;diff=1157&amp;oldid=prev"/>
		<updated>2019-05-10T17:08:01Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Here you can find examples of input files necessary to work with GMIN:  1. &amp;#039;&amp;#039;coords.inpcrd&amp;#039;&amp;#039; -- file with coordinates  2. &amp;#039;&amp;#039;coords.prmtop&amp;#039;&amp;#039; -- topology file (see [http://wwmm....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Here you can find examples of input files necessary to work with GMIN:&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;coords.inpcrd&amp;#039;&amp;#039; -- file with coordinates&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;coords.prmtop&amp;#039;&amp;#039; -- topology file (see [http://wwmm.ch.cam.ac.uk/wikis/cuc3/index.php/Perm-prmtop.py here])&lt;br /&gt;
&lt;br /&gt;
3. &amp;#039;&amp;#039;min.in&amp;#039;&amp;#039; -- file with AMBER9 keywords describing the conditions for AMBER minimization of the studied system, however in this particular case AMBER9 calculates only energy of the system, e.g.:&lt;br /&gt;
&lt;br /&gt;
   # Minimization Parameters&lt;br /&gt;
   &amp;amp;cntrl&lt;br /&gt;
      imin   = 1,&lt;br /&gt;
      ncyc = 1,&lt;br /&gt;
      maxcyc = 1,&lt;br /&gt;
      igb = 2, saltcon=0.1,&lt;br /&gt;
      ntb    = 0,&lt;br /&gt;
      cut = 8.22,&lt;br /&gt;
      rgbmax = 8.22,&lt;br /&gt;
      ifswitch = 1,&lt;br /&gt;
    /&lt;br /&gt;
&lt;br /&gt;
4. &amp;#039;&amp;#039;min_md.in&amp;#039;&amp;#039; -- this file controls conditions for molecular dynamics in AMBER9, e.g.:&lt;br /&gt;
&lt;br /&gt;
   # MD  Paramaters&lt;br /&gt;
   &amp;amp;cntrl&lt;br /&gt;
      imin = 0,&lt;br /&gt;
      tempi = 0.0, temp0 = 400.0,&lt;br /&gt;
      ntt = 3, gamma_ln = 10.0,&lt;br /&gt;
      nstlim = 500, dt = 0.001,&lt;br /&gt;
      igb = 2, saltcon = 0.1,   &lt;br /&gt;
      ntb = 0,nscm=0,&lt;br /&gt;
      ntc = 2,ntf = 2, &lt;br /&gt;
      ntpr = 500, ntwx = 500, ntwr=500, &lt;br /&gt;
      nrespa=1,&lt;br /&gt;
      cut = 999.0,&lt;br /&gt;
      rgbmax = 8.22,&lt;br /&gt;
      ifswitch = 1,&lt;br /&gt;
   /&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For the MD steps, &amp;lt;b&amp;gt;imin=0&amp;lt;/b&amp;gt;, no minisations are performed. and no cutoffs &amp;lt;b&amp;gt;cut = 999.0&amp;lt;/b&amp;gt; should be used.&lt;br /&gt;
&lt;br /&gt;
Also &amp;lt;b&amp;gt;igb=2&amp;lt;/b&amp;gt; means that we are using the 2nd GB models is expected to perform well on proteins.  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;saltcon=0.2&amp;lt;/b&amp;gt; sets the surrounding (monovalent) salt concentration to 0.2 [mol/L].  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;tempi = 0&amp;lt;/b&amp;gt; sets the initial temperature &amp;lt;b&amp;gt;temp0 = 400&amp;lt;/b&amp;gt;  sets final temperature in Kelvin.&lt;br /&gt;
&lt;br /&gt;
.5ps of MD with a 1.0fs time step is set by&amp;lt;b&amp;gt;nstlim=500, dt=0.001&amp;lt;/b&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt; ntt=3 &amp;lt;/b&amp;gt; Langevin dynamics with &amp;lt;b&amp;gt; gamma_ln = 10.0 &amp;lt;/b&amp;gt; sets frequency of coupling to heat bath to the collision rate of 10  ps-1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;ntpr = 100 &amp;lt;/b&amp;gt;  Energy output frequency&lt;br /&gt;
&amp;lt;b&amp;gt;ntwr = 100 &amp;lt;/b&amp;gt;  Restart file frequency&lt;br /&gt;
&amp;lt;b&amp;gt;ntwx = 100 &amp;lt;/b&amp;gt;  Trajectory file frequency&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt; ntb = 0 &amp;lt;/b&amp;gt; non-periodic, use cutoff for non-bond&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;ntc=2, ntf=2,&amp;lt;/b&amp;gt; use SHAKE to constrain only H bonds (ntc=2) and omit force evaluations for these bonds (ntf=2). &lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;nrespa=2, &amp;lt;/b&amp;gt; take a bigger time stepfor evaluating the slow-varying terms in the force field.  In this setting, the time step is equal to nrespa * dt ( 2 * 2 fs = 4 fs.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;ntr=1,restraint_wt=30.0, &amp;lt;/b&amp;gt;  set constraint and strength.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;rstraintmask=&amp;#039;@N,C,CA&amp;#039;, &amp;lt;/b&amp;gt;   constrain backbone atoms only&lt;br /&gt;
&lt;br /&gt;
5. &amp;#039;&amp;#039;data&amp;#039;&amp;#039; -- file with GMIN keywords:&lt;br /&gt;
&lt;br /&gt;
  SLOPPYCONV   1.0D-2              &lt;br /&gt;
  TIGHTCONV    1.0D-3              &lt;br /&gt;
  UPDATES      8000                &lt;br /&gt;
  MAXERISE     0.001                  &lt;br /&gt;
  STEPS        100  1.0                  &lt;br /&gt;
  STEP         0.00 0.0      &lt;br /&gt;
  AMBER9 coords.inpcrd inpcrd          &lt;br /&gt;
  AMBERMDSTEPS                    &lt;br /&gt;
  MAXIT        10000 10000               &lt;br /&gt;
  MAXBFGS      1.0               &lt;br /&gt;
  SAVE         100    &lt;br /&gt;
  TEMPERATURE  1.0                &lt;br /&gt;
  RADIUS       300.0                    &lt;br /&gt;
  DUMPSTRUCTURES         &lt;br /&gt;
&lt;br /&gt;
Thats all for the beginning!&lt;/div&gt;</summary>
		<author><name>Adk44</name></author>
	</entry>
</feed>