OPTIMIZE_LRI_BASIS
This section specifies the parameters for optimizing the lri auxiliary basis sets for LRIGPW. The Powell optimizer is used. [Edit on GitHub]
Subsections
Keywords
Keyword descriptions
- ACCURACY
Type: real
Default: 1.00000000E-005
Usage: ACCURACY 5.0E-4Description: Target accuracy for the objective function (RHOEND)
- CONDITION_WEIGHT
Type: real
Default: 1.00000000E-006
Usage: CONDITION_WEIGHT 1.0E-4Description: This keyword allows to give different weight factors to the condition number (LOG(cond) is used).
- DEGREES_OF_FREEDOM
Type: enum
Default: EXPONENTS
Usage: DEGREES_OF_FREEDOM ALLDescription: Specifies the degrees of freedom in the basis optimization.
Valid values:
ALLSet all parameters in the basis to be variable.COEFFICIENTSSet all coefficients in the basis set to be variable.EXPONENTSSet all exponents in the basis to be variable.
- GEOMETRIC_SEQUENCE
Type: logical
Default: F
Lone keyword: T
Usage: GEOMETRIC_SEQUENCEDescription: Exponents are assumed to be a geometric sequence. Only the minimal and maximal exponents of one set are optimized and the other exponents are obtained by geometric progression.
- MAX_FUN
Type: integer
Default: 4000
Usage: MAX_FUN 200Description: Maximum number of function evaluations
- STEP_SIZE
Type: real
Default: 5.00000000E-002
Usage: STEP_SIZE 1.0E-1Description: Initial step size for search algorithm (RHOBEG)
- USE_CONDITION_NUMBER
Type: logical
Default: F
Lone keyword: T
Usage: USE_CONDITION_NUMBERDescription: Determines whether condition number should be part of optimization or not