Changeset 322d58 for doc/userguide/userguide.xml
- Timestamp:
- Apr 4, 2018, 4:59:48 PM (7 years ago)
- Branches:
- AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- bca6b6
- Parents:
- 1e49e6
- git-author:
- Frederik Heber <heber@…> (04/06/17 05:09:37)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/04/18 16:59:48)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/userguide/userguide.xml
r1e49e6 r322d58 2431 2431 combines the same Actions as <emphasis role="bold">molecular-dynamics</emphasis> does. However, it 2432 2432 uses the <emphasis role="bold">force-annealing</emphasis> action instead of <emphasis role="bold">verlet-integration</emphasis>.</para> 2433 <remark>Because it is a MacroAction we cannot use any more elaborate 2434 line search method during the optimization. In essence, we minimize the 2435 energy function that depends on the nuclei coordinates. The function is 2436 non-linear and non-convex. The best choice, given that we have gradient 2437 information, would be the Conjugate Gradient method (such as Fletcher- 2438 Reeves which work well also for non-linear functions). However, these 2439 methods perform a line search along the gradient direction which we 2440 cannot as our Actions do not contain any internal information (apart 2441 from the state for Undo/Redo). Therefore, we are restricted to the 2442 method of Barzilai-Borwein where no line-search is needed but that also 2443 works well for high-dimensional minimization problems.</remark> 2433 2444 <para>The command below performs a structure optimization of the 2434 2445 currently selected atoms (may also be a subset) for up to 100 time … … 2450 2461 Otherwise only two time steps would be created: the initial and 2451 2462 the final one containing the optimized structure.</para> 2463 <para>Because of the use of Barzilai-Borwein for computing the 2464 stepwidth we do not need any 'deltat' parameters. If the computed 2465 step width is zero, we use a default step width of 1.</para> 2452 2466 </section> 2453 2467 <section xml:id="dynamics.step-world-time">
Note:
See TracChangeset
for help on using the changeset viewer.