Ignore:
Timestamp:
Nov 12, 2017, 8:40:54 AM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
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)
Message:

ForceAnnealing can now be used either atom- or bond-centered.

  • atom is old annealing method, bond graph is new annealing method where the bond neighborhood is shifted as well to anneal to force projected onto the BondVector.
  • In the first step we always use atom-centered annealing where we use the given deltat step width. Afterwards Barzilai-Borwein may then proceed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Dynamics/ForceAnnealing.hpp

    r59634f rd34446  
    125125    }
    126126
     127
    127128    LOG(1, "STATUS: Largest remaining force components at step #"
    128129        << currentStep << " are " << maxComponents);
     
    219220   *
    220221   *
    221    * \param CurrentTimeStep current time step (i.e. t where \f$ t + \Delta t \f$ is in 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)
    222223   * \param offset offset in matrix file to the first force component
    223224   * \param maxComponents to be filled with maximum force component over all atoms
     
    538539          walker->getPositionAtStep(CurrentTimeStep-1>=0 ? CurrentTimeStep - 1 : 0)
    539540          + update);
     541      walker->setAtomicVelocity(update);
    540542//      walker->setAtomicForce( RemnantGradient_per_atom[walker->getId()] );
    541543    }
Note: See TracChangeset for help on using the changeset viewer.