Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add reference to martys99 for quaternions integrator #1048

Merged
merged 1 commit into from
Feb 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions doc/ug/otherrefs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,17 @@ @ARTICLE{marsili09
pages = {1106}
}

@article{martys99,
title = {Velocity Verlet algorithm for dissipative-particle-dynamics-based models of suspensions},
author = {Martys, Nicos S. and Mountain, Raymond D.},
journal = {Phys. Rev. E},
volume = {59},
issue = {3},
pages = {3733--3736},
year = {1999},
doi = {10.1103/PhysRevE.59.3733}
}

@ARTICLE{mehlig92,
author = {Mehlig, B. and Heermann, D. W. and Forrest, B. M.},
title = {Hybrid Monte Carlo method for condensed-matter systems},
Expand Down
3 changes: 3 additions & 0 deletions doc/ug/run.tex
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ \section{\texttt{integrate}: Running the simulation}
box is assumed.
\end{itemize}

For systems with the \feature{ROTATION} feature, the integration is done using the
quaternion-based Velocity Verlet scheme by Martys and Mountain~\cite{martys99}.

\section{\texttt{time_integration}: Runtime of the integration loop}
\newescommand[time-integration]{time_integration}

Expand Down