MODE_SELECTIVE

All parameters needed for to run a mode selective vibrational analysis. The keywords FREQUENCY, RANGE, and the subsection INVOLVED_ATOMS are mutually exclusive. [Edit on GitHub]

Subsections

Keywords

Keyword descriptions

ATOMS

Type: integer[ ]
Usage: ATOMS {integer} {integer} .. {integer}

Description: Specifies the list of atoms which should be displaced for the Initial guess

[Edit on GitHub]

EPS_MAX_VAL

Type: real
Default: 5.00000000E-007
Usage: EPS_MAX_VAL {REAL}

Description: Convergence criterion for the davidson algorithm. Specifies the maximal value in the residuum vectors

[Edit on GitHub]

EPS_NORM

Type: real
Default: 2.00000000E-006
Usage: EPS_NORM {REAL}

Description: Convergence criterion for the davidson algorithm. Specifies the maximal value of the norm of the residuum vectors

[Edit on GitHub]

FREQUENCY

Type: real
Default: -1.00000000E+000
Usage: FREQUENCY {REAL}

Description: value close to the expected value of the frequency to look for. If the block Davidson algorithm is applied, the nrep closest frequencies are tracked.

[Edit on GitHub]

INITIAL_GUESS

Type: enum
Default: ATOMIC
Usage: INITIAL_GUESS BFGS_HESS

Description: The type of initial guess for the normal modes

Valid values:

  • BFGS_HESS get the first displacement vector out of the BFGS approximate Hessian

  • ATOMIC use random displacements for a set of atoms specified

  • RESTART use data from MS_RESTART as initial guess

  • RESTART_VEC use a vector from MS_RESTART, useful if you want to increase accurcy by changing functionals or basis

  • MOLDEN_RESTART use the .mol file of a former run, to restart a vector (similar to Restart_vec, but a different file FORMAT is used)

[Edit on GitHub]

LOWEST_FREQUENCY

Type: real
Default: 0.00000000E+000
Usage: LOWEST_FREQUENCY

Description: Lowest frequency mode to include when writing output. Use a negative value to print imaginary frequencies. Useful for visualizing the imaginary frequency along a reaction path coordinate Depending on accuracy settings, the output might include spurious low frequency imaginary modes which should be visually checked (see MOLDEN_VIB).

[Edit on GitHub]

RANGE

Type: real[ ]
Usage: RANGE {REAL} {REAL}

Description: Track modes in a given range of frequencies. No warranty that the set of frequencies is complete.

[Edit on GitHub]

RESTART_FILE_NAME

Type: string
Usage: RESTART_FILE_NAME {filename}

Description: Specifies the name of the file used to create the restarted vectors

[Edit on GitHub]