<p>Assign each atom type in the system to be one of 3 kinds of atoms
within the Drude polarization model. This fix is designed to be
used with the <a class="reference internal" href="tutorial_drude.html"><span class="doc">thermalized Drude oscillator model</span></a>. Polarizable models in LAMMPS
are described in <a class="reference internal" href="Section_howto.html#howto-25"><span class="std std-ref">this Section</span></a>.</p>
<p>The three possible types can be designated with an integer (0,1,2)
or capital letter (N,C,D):</p>
<ul class="simple">
<li>0 or N = non-polarizable atom (not part of Drude model)</li>
<li>1 or C = Drude core</li>
<li>2 or D = Drude electron</li>
</ul>
</div>
<div class="section" id="restrictions">
<h2>Restrictions</h2>
<p>This fix should be invoked before any other commands that implement
the Drude oscillator model, such as <a class="reference internal" href="fix_langevin_drude.html"><span class="doc">fix langevin/drude</span></a>, <a class="reference internal" href="fix_drude_transform.html"><span class="doc">fix drude/transform</span></a>, <a class="reference internal" href="compute_temp_drude.html"><span class="doc">compute temp/drude</span></a>, <a class="reference internal" href="pair_thole.html"><span class="doc">pair_style thole</span></a>.</p>
Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.