Example: Analytic Frequencies: CH4

Download CH4_SecDeriv.run

In this example we perform a geometry optimization immediately followed by calculation of frequencies. This is done by specifying the Geometry and AnalyticalFreq input blocks in one file.

Note: when using this feature, one might improve the precision if one uses NUMERICALQUALITY GOOD. In order to save time this is not done in this example.

$ADFBIN/adf << eor
title CH4 LDA potential

Define
 ZERO = 0.0
 RCH = 1.0850
 DCH = sqrt(3)*(RCH/3)
End

Atoms
 C  0.0  0.0  0.0
 H  DCH -DCH  DCH
 H  DCH  DCH -DCH
 H -DCH  DCH  DCH
 H -DCH -DCH -DCH
End

Basis
 Type TZP
 Core None
End

Geometry
  Optim all
  converge grad=0.0001
End

AnalyticalFreq
End

End input
eor