Ignore:
Timestamp:
Nov 29, 2017, 11:06:09 PM (7 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued_betteresults
Children:
0dd99b
Parents:
08470b8
git-author:
Frederik Heber <frederik.heber@…> (08/03/17 09:24:07)
git-committer:
Frederik Heber <frederik.heber@…> (11/29/17 23:06:09)
Message:

ForceAnnealing functions now have better readable time step variables.

  • _TimeStep is the parameter, Old.. and CurrentTimeStep designate the two reference time steps for calculating step width.
  • Split functions into simple step width and using BB step width.
  • TESTFIX: Removed XFAIL from all Python ForceAnnealing tests.
  • TESTFIX: 5-body annealing without bond graph has slightly changed but quality of results is the same.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/MoleculeAction/ForceAnnealingAction.cpp

    r08470b8 r9f1fee5  
    120120  // perform optimization step
    121121  LOG(1, "Structural optimization.");
    122   optimizer(CurrentStep-1, 1, params.UseBondGraph.get());
     122  optimizer(CurrentStep, 1, params.UseBondGraph.get());
    123123  STATUS("Successfully optimized structure by one step.");
    124124
Note: See TracChangeset for help on using the changeset viewer.