ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/flucq/FluctuatingChargeNVT.cpp
(Generate patch)

Comparing branches/development/src/flucq/FluctuatingChargeNVT.cpp (file contents):
Revision 1764 by gezelter, Tue Jul 3 18:32:27 2012 UTC vs.
Revision 1766 by gezelter, Thu Jul 5 17:08:25 2012 UTC

# Line 123 | Line 123 | namespace OpenMD {
123          cfrc = atom->getFlucQFrc();
124          cmass = atom->getChargeMass();      
125  
126 +        cerr << cpos << "\t" << cvel << "\t" << cfrc << "\t" << instTemp << "\t" <<chi << "\t" << integralOfChidt << "\n";
127          // velocity half step
128          cvel += dt2_ * cfrc / cmass - dt2_*chi*cvel;                    
129          // position whole step

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines