BALL::EnergyMinimizer::Option Struct Reference

#include <BALL/MOLMEC/MINIMIZATION/energyMinimizer.h>

List of all members.


Static Public Attributes

static const char * MAXIMAL_NUMBER_OF_ITERATIONS
static const char * ENERGY_OUTPUT_FREQUENCY
static const char * SNAPSHOT_FREQUENCY
static const char * NUMBER_OF_ITERATION
static const char * ENERGY_DIFFERENCE_BOUND
static const char * MAX_SAME_ENERGY
static const char * MAX_GRADIENT
static const char * MAXIMUM_DISPLACEMENT

Detailed Description

Option names


Member Data Documentation

Energy difference bound

Energy output frequency

The maximum RMS gradient allowed for convergence. If the current rms gradient is below this one, we are converged.

The number of iterations without any change in energy. This is used to detect convergence.

Max number of iterations

Max shift of an atom per iteration

Number of iteration

Trajectory ouput frequency