ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/DLM.cpp
(Generate patch)

Comparing trunk/src/integrators/DLM.cpp (file contents):
Revision 1216 by xsun, Wed Jan 23 21:22:50 2008 UTC vs.
Revision 1339 by gezelter, Thu Apr 23 18:31:05 2009 UTC

# Line 129 | Line 129 | namespace oopse {
129      // rotate the momentum acoording to: ji[] = rot[][] * ji[]
130      ji = rot * ji;
131  
132
132      // This code comes from converting an algorithm detailed in
133      // J. Chem. Phys. 107 (15), pp. 5840-5851 by Dullweber,
134      // Leimkuhler and McLachlan (DLM) for use in our code.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines