ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/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.
trunk/src/flucq/FluctuatingChargeNVT.cpp (file contents), Revision 1782 by gezelter, Wed Aug 22 02:28:28 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