FREQ Section

The FREQ section controls harmonic frequency analysis and thermochemistry.

Keywords

KeywordTypeDefaultDescription
Hessiananalytical | semianalyticalHessian source (default: analytical for RHF/UHF)
NumericalbooleanfalseForce finite-difference Hessian
Stepfloat0.01Finite-difference step (Bohr)
Temperaturefloat298.15Temperature for thermochemistry (K)
Pressurefloat1.0Pressure for thermochemistry (atm)
Scalefloat1.0Frequency scaling factor for ZPE / thermal corrections
SymmetryNumberintegerautoRotational symmetry number (auto-detected)
ReadfileRead Hessian from checkpoint file
SavebooleanfalseWrite Hessian to checkpoint after computation

Examples

Standard frequency analysis:

FREQ
  Hessian     analytical
  Temperature 298.15
  Pressure    1.0
END

Force numerical Hessian:

FREQ
  Numerical true
  Step        0.01
END

Read Hessian from checkpoint:

FREQ
  Read  myjob.oqd
END

Custom thermochemistry conditions:

FREQ
  Temperature 350.0
  Pressure    1.0
  Scale       0.9854
END

Custom symmetry number:

FREQ
  SymmetryNumber 2
END

Notes

  • The analytical Hessian is the default for RHF/UHF single-point frequency calculations.
  • Hessian semi forces finite-difference of gradients (slower but can be used for methods without analytical Hessian).
  • The symmetry number is auto-detected from the point group. Override with SymmetryNumber N if needed.
  • Frequency scaling factor applies to ZPE and all thermal corrections.
  • Temperature and pressure affect thermal corrections and entropy.