Changeset d34446 for src/Dynamics/ForceAnnealing.hpp
- Timestamp:
- Nov 12, 2017, 8:40:54 AM (7 years ago)
- Branches:
- ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- e96f35
- Parents:
- 59634f
- git-author:
- Frederik Heber <frederik.heber@…> (06/20/17 20:26:12)
- git-committer:
- Frederik Heber <frederik.heber@…> (11/12/17 08:40:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Dynamics/ForceAnnealing.hpp
r59634f rd34446 125 125 } 126 126 127 127 128 LOG(1, "STATUS: Largest remaining force components at step #" 128 129 << currentStep << " are " << maxComponents); … … 219 220 * 220 221 * 221 * \param CurrentTimeStep current time step (i.e. t where \f$ t + \Delta t \f$ isin the sense of the velocity verlet)222 * \param CurrentTimeStep current time step (i.e. \f$ t + \Delta t \f$ in the sense of the velocity verlet) 222 223 * \param offset offset in matrix file to the first force component 223 224 * \param maxComponents to be filled with maximum force component over all atoms … … 538 539 walker->getPositionAtStep(CurrentTimeStep-1>=0 ? CurrentTimeStep - 1 : 0) 539 540 + update); 541 walker->setAtomicVelocity(update); 540 542 // walker->setAtomicForce( RemnantGradient_per_atom[walker->getId()] ); 541 543 }
Note:
See TracChangeset
for help on using the changeset viewer.