Changeset 5bbaca for src/Dynamics/ForceAnnealing.hpp
- Timestamp:
- Aug 8, 2017, 8:46:12 PM (8 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued
- Children:
- 9e4e21
- Parents:
- ff60380
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
rff60380 r5bbaca 422 422 const Vector &walkerGradient = walker.getAtomicForceAtStep(ReferenceTimeStep); 423 423 LOG(3, "DEBUG: Gradient of atom #" << walker.getId() << ", namely " 424 << walker << " is " << walkerGradient); 424 << walker << " is " << walkerGradient << " with magnitude of " 425 << walkerGradient.Norm()); 425 426 426 427 const BondList& ListOfBonds = walker.getListOfBonds();
Note:
See TracChangeset
for help on using the changeset viewer.