welcome: please sign in
location: Diff for "numgrad"
Differences between revisions 4 and 5
Revision 4 as of 2020-09-10 09:55:50
Size: 1126
Editor: wangzikuan
Comment:
Revision 5 as of 2020-12-27 08:53:07
Size: 1338
Editor: wangzikuan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
=== CCSD ===
{{{#!wiki
 Calculate CCSD or CCSD(T) numerical gradient. If itriple 1 is specified in $ccsdso, the CCSD(T) numerical gradient is calculated, else the CCSD
numerical gradient is calculated.}}}

NumGrad

NumGrad is used to calculate numerical gradients. It can be combined with BDFOPT module so as to perform geometry optimizations based on numeric gradients: simply write the $numgrad block after the $bdfopt block, followed by the modules needed in computing the energy.

Note that translational invariance and the point group symmetry of the molecule are fully exploited to bring down the number of necessary displacements. Rotational invariance is not yet made use of, however.

General keywords

IPRT

  • Print level.

RSTEP

  • The numerical difference, default is 5.D-3.

SCF

  • Calculate SCF numerical gradient.

MCSCF

  • Calculate MCSCF numerical gradient.

XIANCI

  • Calculate XIANCI methods numerical gradient.

CCSD

  • Calculate CCSD or CCSD(T) numerical gradient. If itriple 1 is specified in $ccsdso, the CCSD(T) numerical gradient is calculated, else the CCSD

numerical gradient is calculated.

NOTRANSINVAR

  • Do not exploit translational invariance.

}}}

numgrad (last edited 2021-06-01 12:25:07 by wangzikuan)