#include <energyMinimizer.h>
Static Public Attributes |
|
static const char * | MAXIMAL_NUMBER_OF_ITERATIONS |
Max number of iterations. |
|
static const char * | ENERGY_OUTPUT_FREQUENCY |
Energy output frequency. |
|
static const char * | SNAPSHOT_FREQUENCY |
Trajectory ouput
frequency. |
|
static const char * | NUMBER_OF_ITERATION |
Number of iteration. |
|
static const char * | ENERGY_DIFFERENCE_BOUND |
Energy difference bound. |
|
static const char * | MAX_SAME_ENERGY |
The number of iterations without any
change in energy. |
|
static const char * | MAX_GRADIENT |
The maximum RMS gradient allowed for
convergence. |
|
static const char * | MAXIMUM_DISPLACEMENT |
Max shift of an atom per
iteration. |
const char*
BALL::EnergyMinimizer::EnergyMinimizer::Option::MAX_GRADIENT
[static] |
The maximum RMS gradient allowed for convergence.
If the current rms gradient is below this one, we are converged.
const char*
BALL::EnergyMinimizer::EnergyMinimizer::Option::MAX_SAME_ENERGY
[static] |
The number of iterations without any change in energy.
This is used to detect convergence.