Commit 7a00997a authored by julient31's avatar julient31
Browse files

Commit2 JT 032519

- added equations for documentation
- updated examples (not calling fix nve/spin)
- replaced error message by warning in all pair/spin
parent a7263628
Loading
Loading
Loading
Loading
+6.87 KiB
Loading image diff...
+13 −0
Original line number Diff line number Diff line
\documentclass[preview]{standalone}
\usepackage{varwidth}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath, amssymb, graphics, setspace}

\begin{document}
\begin{varwidth}{50in}
  \begin{equation}
    \frac{d \vec{s}_{i}}{dt} = \lambda\, \vec{s}_{i} \times\left( \vec{\omega}_{i} \times\vec{s}_{i} \right)
    \nonumber
  \end{equation}
\end{varwidth}
\end{document}
+5.84 KiB
Loading image diff...
+14 −0
Original line number Diff line number Diff line
\documentclass[preview]{standalone}
\usepackage{varwidth}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath, amssymb, graphics, setspace}

\begin{document}
\begin{varwidth}{50in}
  \begin{equation}
    {\Delta t}_{\rm max} = \frac{2\pi}{\kappa
    \left|\vec{\omega}_{\rm max} \right|} 
    \nonumber
  \end{equation}
\end{varwidth}
\end{document}
+6 −2
Original line number Diff line number Diff line
@@ -27,7 +27,8 @@ timestep, according to:

:c,image(Eqs/min_spin_damping.jpg)

with lambda a damping coefficient (similar to a Gilbert damping)
with lambda a damping coefficient (similar to a Gilbert
damping).
Lambda can be defined by setting the {alpha_damp} keyword with the 
"min_modify"_min_modify.html command. 

@@ -50,7 +51,10 @@ command.
NOTE: The {spin} style replaces the force tolerance by a torque
tolerance. See "minimize"_minimize.html for more explanation. 

[Restrictions:] none
[Restrictions:] 

This minimization procedure is only applied to spin degrees of
fredom for a frozen lattice configuration.

[Related commands:]

Loading