Ignore:
Timestamp:
Aug 8, 2017, 8:46:12 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
9e4e21
Parents:
ff60380
Message:

tempcommit: Gradient is printed with magnitude.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Dynamics/ForceAnnealing.hpp

    rff60380 r5bbaca  
    422422        const Vector &walkerGradient = walker.getAtomicForceAtStep(ReferenceTimeStep);
    423423        LOG(3, "DEBUG: Gradient of atom #" << walker.getId() << ", namely "
    424             << walker << " is " << walkerGradient);
     424            << walker << " is " << walkerGradient << " with magnitude of "
     425            << walkerGradient.Norm());
    425426
    426427        const BondList& ListOfBonds = walker.getListOfBonds();
Note: See TracChangeset for help on using the changeset viewer.