<spanid="index-0"></span><h1>fix reax/bonds command<aclass="headerlink"href="#fix-reax-bonds-command"title="Permalink to this headline">¶</a></h1>
</div>
<divclass="section"id="fix-reax-c-bonds-command">
<h1>fix reax/c/bonds command<aclass="headerlink"href="#fix-reax-c-bonds-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 reax/bonds Nevery filename
</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>reax/bonds = style name of this fix command</li>
<li>Nevery = output interval in timesteps</li>
<li>filename = name of output file</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 reax/bonds 100 bonds.tatb
fix 1 all reax/c/bonds 100 bonds.reaxc
</pre></div>
</div>
</div>
<divclass="section"id="description">
<h2>Description<aclass="headerlink"href="#description"title="Permalink to this headline">¶</a></h2>
<p>Write out the bond information computed by the ReaxFF potential
specified by <aclass="reference internal"href="pair_reax.html"><em>pair_style reax</em></a> or <aclass="reference internal"href="pair_reax_c.html"><em>pair_style reax/c</em></a> in the exact same format as the original
<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>No information about this fix is written to <aclass="reference internal"href="restart.html"><em>binary restart files</em></a>. None of the <aclass="reference internal"href="fix_modify.html"><em>fix_modify</em></a> options
by this fix for access by various <aclass="reference internal"href="Section_howto.html#howto-15"><span>output commands</span></a>. No parameter of this fix can
be used with the <em>start/stop</em> keywords of the <aclass="reference internal"href="run.html"><em>run</em></a> command.
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>The fix reax/bonds command requires that the <aclass="reference internal"href="pair_reax.html"><em>pair_style reax</em></a> be invoked. This fix is part of the REAX
The fix reax/c/bonds command requires that the <aclass="reference internal"href="pair_reax_c.html"><em>pair_style reax/c</em></a> be invoked. This fix is part of the
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>.