<spanid="index-0"></span><h1>fix nvt/sllod/eff command<aclass="headerlink"href="#fix-nvt-sllod-eff-command"title="Permalink to this headline">¶</a></h1>
<divclass="section"id="syntax">
<h2>Syntax<aclass="headerlink"href="#syntax"title="Permalink to this headline">¶</a></h2>
<divclass="highlight-python"><divclass="highlight"><pre>fix ID group-ID nvt/sllod/eff keyword value ...
</pre></div>
</div>
<ulclass="simple">
<li>ID, group-ID are documented in <aclass="reference internal"href="fix.html"><em>fix</em></a> command</li>
<li>nvt/sllod/eff = style name of this fix command</li>
<li>additional thermostat related keyword/value pairs from the <aclass="reference internal"href="fix_nh_eff.html"><em>fix nvt/eff</em></a> command can be appended</li>
</ul>
</div>
<divclass="section"id="examples">
<h2>Examples<aclass="headerlink"href="#examples"title="Permalink to this headline">¶</a></h2>
<divclass="highlight-python"><divclass="highlight"><pre>fix 1 all nvt/sllod/eff temp 300.0 300.0 0.1
fix 1 all nvt/sllod/eff temp 300.0 300.0 0.1 drag 0.2
</pre></div>
</div>
</div>
<divclass="section"id="description">
<h2>Description<aclass="headerlink"href="#description"title="Permalink to this headline">¶</a></h2>
<p>Perform constant NVT integration to update positions and velocities
each timestep for nuclei and electrons in the group for the <aclass="reference internal"href="pair_eff.html"><em>electron force field</em></a> model, using a Nose/Hoover temperature
trajectory consistent with the canonical ensemble.</p>
<p>The operation of this fix is exactly like that described by the <aclass="reference internal"href="fix_nvt_sllod.html"><em>fix nvt/sllod</em></a> command, except that the radius and
<h2>Restart, fix_modify, output, run start/stop, minimize info<aclass="headerlink"href="#restart-fix-modify-output-run-start-stop-minimize-info"title="Permalink to this headline">¶</a></h2>
<p>This fix writes the state of the Nose/Hoover thermostat to <aclass="reference internal"href="restart.html"><em>binary restart files</em></a>. See the <aclass="reference internal"href="read_restart.html"><em>read_restart</em></a>
the system’s potential energy as part of <aclass="reference internal"href="thermo_style.html"><em>thermodynamic output</em></a>.</p>
<p>This fix computes the same global scalar and global vector of
quantities as does the <aclass="reference internal"href="fix_nh_eff.html"><em>fix nvt/eff</em></a> command.</p>
<p>This fix can ramp its target temperature over multiple runs, using the
<em>start</em> and <em>stop</em> keywords of the <aclass="reference internal"href="run.html"><em>run</em></a> command. See the
<aclass="reference internal"href="run.html"><em>run</em></a> command for details of how to do this.</p>
<p>This fix is not invoked during <aclass="reference internal"href="minimize.html"><em>energy minimization</em></a>.</p>
</div>
<divclass="section"id="restrictions">
<h2>Restrictions<aclass="headerlink"href="#restrictions"title="Permalink to this headline">¶</a></h2>
<p>This fix is part of the USER-EFF package. It is only enabled if
LAMMPS was built with that package. See the <aclass="reference internal"href="Section_start.html#start-3"><span>Making LAMMPS</span></a> section for more info.</p>
<p>This fix works best without Nose-Hoover chain thermostats, i.e. using
Built with <ahref="http://sphinx-doc.org/">Sphinx</a> using a <ahref="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <ahref="https://readthedocs.org">Read the Docs</a>.