Commit c23ace9c authored by julient31's avatar julient31
Browse files

Commit JT 032219

- fixed bug 1: precession_spin had no min_setup
- fixed bug 2: incorrect init of spins in neb/spin
- improved doc min_spin.txt (added eqs, and connected to related
files).
parent 2cbf5684
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}
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ fix 1 all precession/spin zeeman 0.1 0.0 0.0 1.0 anisotropy 0.001 0.0 0.0 1.0 :p

[Description:]

Impose a force torque to each magnetic spin in the group.
This fix applies a precession torque to each magnetic spin in the group.

Style {zeeman} is used for the simulation of the interaction
between the magnetic spins in the defined group and an external
Loading