<p>Print a text string every N steps during a simulation run. This can
be used for diagnostic purposes or as a debugging tool to monitor some
quantity during a run. The text string must be a single argument, so
it should be enclosed in double quotes if it is more than one word.
If it contains variables it must be enclosed in double quotes to
insure they are not evaluated when the input script line is read, but
will instead be evaluated each time the string is printed.</p>
<p>The specified group-ID is ignored by this fix.</p>
<p>See the <a class="reference internal" href="variable.html"><span class="doc">variable</span></a> command for a description of <em>equal</em>
style variables which are the most useful ones to use with the fix
print command, since they are evaluated afresh each timestep that the
fix print line is output. Equal-style variables calculate formulas
involving mathematical operations, atom properties, group properties,
thermodynamic properties, global values calculated by a
<a class="reference internal" href="compute.html"><span class="doc">compute</span></a> or <a class="reference internal" href="fix.html"><span class="doc">fix</span></a>, or references to other
<p>If the <em>file</em> or <em>append</em> keyword is used, a filename is specified to
which the output generated by this fix will be written. If <em>file</em> is
used, then the filename is overwritten if it already exists. If
<em>append</em> is used, then the filename is appended to if it already
exists, or created if it does not exist.</p>
<p>If the <em>screen</em> keyword is used, output by this fix to the screen and
logfile can be turned on or off as desired.</p>
<p>The <em>title</em> keyword allow specification of the string that will be
printed as the first line of the output file, assuming the <em>file</em>
keyword was used. By default, the title line is as follows:</p>
<div class="highlight-default"><div class="highlight"><pre><span></span><span class="c1"># Fix print output for fix ID</span>
</pre></div>
</div>
<p>where ID is replaced with the fix-ID.</p>
<p><strong>Restart, fix_modify, output, run start/stop, minimize info:</strong></p>
<p>No information about this fix is written to <a class="reference internal" href="restart.html"><span class="doc">binary restart files</span></a>. None of the <a class="reference internal" href="fix_modify.html"><span class="doc">fix_modify</span></a> options
are relevant to this fix. No global or per-atom quantities are stored
by this fix for access by various <a class="reference internal" href="Section_howto.html#howto-15"><span class="std std-ref">output commands</span></a>. No parameter of this fix can
be used with the <em>start/stop</em> keywords of the <a class="reference internal" href="run.html"><span class="doc">run</span></a> command.
This fix is not invoked during <a class="reference internal" href="minimize.html"><span class="doc">energy minimization</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>.