diff --git a/doc/html/fix_nve_manifold_rattle.html b/doc/html/fix_nve_manifold_rattle.html index dbcf0a2488f497e88e58d8ab5792bd2a007c888f..3f7633ded41aaed60e1d5aa27ed508c6acb28a3f 100644 --- a/doc/html/fix_nve_manifold_rattle.html +++ b/doc/html/fix_nve_manifold_rattle.html @@ -158,7 +158,7 @@ keyword = <em>every</em> <p>Perform constant NVE integration to update position and velocity for atoms constrained to a curved surface (manifold) in the group each timestep. The constraint is handled by RATTLE <a class="reference internal" href="fix_shake.html#andersen"><span class="std std-ref">(Andersen)</span></a> written out for the special case of -single-particle constraints as explained in <a class="reference internal" href="manifolds.html#paquay"><span class="std std-ref">(Paquay)</span></a>. +single-particle constraints as explained in <a class="reference internal" href="fix_nvt_manifold_rattle.html#paquay"><span class="std std-ref">(Paquay)</span></a>. V is volume; E is energy. This way, the dynamics of particles constrained to curved surfaces can be studied. If combined with <a class="reference internal" href="fix_langevin.html"><span class="doc">fix langevin</span></a>, this generates Brownian motion of particles constrained to a curved surface. For a list of currently supported @@ -191,9 +191,6 @@ This fix is not invoked during <a class="reference internal" href="minimize.html <p>This fix is part of the USER-MANIFOLD package. It is only enabled if LAMMPS was built with that package. See the <a class="reference internal" href="Section_start.html#start-3"><span class="std std-ref">Making LAMMPS</span></a> section for more info.</p> -<p>Only use this with <em>min_style hftn</em> or <em>min_style quickmin</em>. If not, the constraints -will not be satisfied very well at all. A warning is generated if the <em>min_style</em> is -incompatible but no error.</p> </div> <hr class="docutils" /> <div class="section" id="related-commands"> @@ -202,7 +199,7 @@ incompatible but no error.</p> <p><strong>Default:</strong> every = 0, tchain = 3</p> <hr class="docutils" /> <p id="andersen"><strong>(Andersen)</strong> Andersen, J. Comp. Phys. 52, 24, (1983).</p> -<p id="paquay"><strong>(Paquay)</strong> Paquay and Kusters, Biophys. J., 110, ???, (2016), to be published, +<p id="paquay"><strong>(Paquay)</strong> Paquay and Kusters, Biophys. J., 110, 6, (2016). preprint available at <a class="reference external" href="http://arxiv.org/abs/1411.3019/">arXiv:1411.3019</a>.</p> </div> </div> diff --git a/doc/html/fix_nvt_manifold_rattle.html b/doc/html/fix_nvt_manifold_rattle.html index 98dd612247e8fb35d4829bd16da9d170996ea5a7..35e6ea6135f9aef00e8fa8a88a462bef8daf4af5 100644 --- a/doc/html/fix_nvt_manifold_rattle.html +++ b/doc/html/fix_nvt_manifold_rattle.html @@ -157,7 +157,7 @@ keyword = <em>temp</em> or <em>tchain</em> or <em>every</em> </div> <div class="section" id="description"> <h2>Description</h2> -<p>This fix combines the RATTLE-based <a class="reference internal" href="fix_shake.html#andersen"><span class="std std-ref">(Andersen)</span></a> time integrator of <a class="reference internal" href="fix_nve_manifold_rattle.html"><span class="doc">fix nve/manifold/rattle</span></a> <a class="reference internal" href="manifolds.html#paquay"><span class="std std-ref">(Paquay)</span></a> with a Nose-Hoover-chain thermostat to sample the +<p>This fix combines the RATTLE-based <a class="reference internal" href="fix_shake.html#andersen"><span class="std std-ref">(Andersen)</span></a> time integrator of <a class="reference internal" href="fix_nve_manifold_rattle.html"><span class="doc">fix nve/manifold/rattle</span></a> <a class="reference internal" href="#paquay"><span class="std std-ref">(Paquay)</span></a> with a Nose-Hoover-chain thermostat to sample the canonical ensemble of particles constrained to a curved surface (manifold). This sampling does suffer from discretization bias of O(dt). For a list of currently supported manifolds and their parameters, see <a class="reference internal" href="manifolds.html"><span class="doc">manifolds</span></a></p> </div> @@ -176,9 +176,6 @@ This fix is not invoked during <a class="reference internal" href="minimize.html <p>This fix is part of the USER-MANIFOLD package. It is only enabled if LAMMPS was built with that package. See the <a class="reference internal" href="Section_start.html#start-3"><span class="std std-ref">Making LAMMPS</span></a> section for more info.</p> -<p>Only use this with <em>min_style hftn</em> or <em>min_style quickmin</em>. If not, the constraints -will not be satisfied very well at all. A warning is generated if the <em>min_style</em> is -incompatible but no error.</p> </div> <hr class="docutils" /> <div class="section" id="related-commands"> @@ -187,7 +184,7 @@ incompatible but no error.</p> <strong>Default:</strong> every = 0</p> <hr class="docutils" /> <p id="andersen"><strong>(Andersen)</strong> Andersen, J. Comp. Phys. 52, 24, (1983).</p> -<p id="paquay"><strong>(Paquay)</strong> Paquay and Kusters, Biophys. J., 110, ???, (2016), to be published, +<p id="paquay"><strong>(Paquay)</strong> Paquay and Kusters, Biophys. J., 110, 6, (2016). preprint available at <a class="reference external" href="http://arxiv.org/abs/1411.3019/">arXiv:1411.3019</a>.</p> </div> </div> diff --git a/doc/src/fix_nve_manifold_rattle.txt b/doc/src/fix_nve_manifold_rattle.txt index 8d0eb8e57c8d03803c29d5465188eb3b3a52b1ee..a35c234e636e1595be0f71c97f32dada9dd3d241 100644 --- a/doc/src/fix_nve_manifold_rattle.txt +++ b/doc/src/fix_nve_manifold_rattle.txt @@ -76,10 +76,6 @@ This fix is part of the USER-MANIFOLD package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -Only use this with {min_style hftn} or {min_style quickmin}. If not, the constraints -will not be satisfied very well at all. A warning is generated if the {min_style} is -incompatible but no error. - :line [Related commands:] @@ -94,7 +90,7 @@ incompatible but no error. [(Andersen)] Andersen, J. Comp. Phys. 52, 24, (1983). :link(Paquay) -[(Paquay)] Paquay and Kusters, Biophys. J., 110, ???, (2016), to be published, +[(Paquay)] Paquay and Kusters, Biophys. J., 110, 6, (2016). preprint available at "arXiv:1411.3019"_http://arxiv.org/abs/1411.3019/. diff --git a/doc/src/fix_nvt_manifold_rattle.txt b/doc/src/fix_nvt_manifold_rattle.txt index f117d10eb962ed1fdaf2d4c4445b9f8ae84dea29..42a06d4ed779c84e5468584b4764b0d97f5fbf39 100644 --- a/doc/src/fix_nvt_manifold_rattle.txt +++ b/doc/src/fix_nvt_manifold_rattle.txt @@ -62,10 +62,6 @@ This fix is part of the USER-MANIFOLD package. It is only enabled if LAMMPS was built with that package. See the "Making LAMMPS"_Section_start.html#start_3 section for more info. -Only use this with {min_style hftn} or {min_style quickmin}. If not, the constraints -will not be satisfied very well at all. A warning is generated if the {min_style} is -incompatible but no error. - :line @@ -80,6 +76,6 @@ incompatible but no error. [(Andersen)] Andersen, J. Comp. Phys. 52, 24, (1983). :link(Paquay) -[(Paquay)] Paquay and Kusters, Biophys. J., 110, ???, (2016), to be published, +[(Paquay)] Paquay and Kusters, Biophys. J., 110, 6, (2016). preprint available at "arXiv:1411.3019"_http://arxiv.org/abs/1411.3019/.