Scalar relativistic Hamiltonians¶
Code author: Prakash Verma and Francesco A. Evangelista
Section author: Prakash Verma, Wallace D. Derricotte, and Francesco A. Evangelista
The exact-two-component (X2C) approach is a convenient way to introduce scalar
relativistic effects in DFT and wave function-based methods.
PSI4 implements the spin-free one-electron version of X2C, which produces
a modified one-electron Hamiltonian
that is a sum of a kinetic energy (
Note
See also Interface to DKH by A. Wolf, M. Reiher, and B. A. Hess for another relativistic Hamiltonian.
A First Example¶
The following is a simple input that will perform a Hartree–Fock calculation using the X2C Hamiltonian.
molecule {
H
F 1 0.92
}
set {
scf_type pk
basis cc-pvdz
relativistic x2c
}
energy('hf')
This computation yields the following result:
@RHF Final Energy: -100.10007984692388
=> Energetics <=
Nuclear Repulsion Energy = 5.1767335622934780
One-Electron Energy = -150.7611816259664579
Two-Electron Energy = 45.4843682167491039
Total Energy = -100.1000798469238902
while a non-relativistic calculation yields the following energy:
@RHF Final Energy: -100.01928891411315
=> Energetics <=
Nuclear Repulsion Energy = 5.1767335622934780
One-Electron Energy = -150.6645256529074572
Two-Electron Energy = 45.4685031765008461
Total Energy = -100.0192889141131474
Basis sets options¶
The X2C module in PSI4 supports different combinations of basis set. By default, if the input file specifies only BASIS, then the X2C module will solve the modified Dirac equation in an uncontracted basis and then recontract the X2C Hamiltonian in the original basis. Alternatively, the user can use BASIS_RELATIVISTIC to specify a different basis set to solve the modified Dirac equation.
set {
basis cc-pvdz-dk
basis_relativistic cc-pvtz-dk
relativistic x2c
}
It is recommended that when employing the X2C relativistic Hamiltonian, that you use a fully decontracted basis set. This can be done simply in the input by adding “-decon” to the name of the primary basis you want to use for the calculation as detailed in Decontracted Basis Sets. Publications resulting from the use of X2C should cite the following publication: [Verma:2015]
Theory¶
X2C is based on exact decoupling of
positive-energy (
The transformation (
The coupling matrix (
Keywords¶
RELATIVISTIC¶
Relativistic Hamiltonian type
Type: string
Possible Values: NO, X2C
Default: NO
BASIS_RELATIVISTIC¶
Auxiliary basis set for solving Dirac equation in X2C and DKH calculations. Defaults to decontracted orbital basis.
Type: string
Default: No Default