Hi Everyone,
if you have just accessed to
Pyxaid2 program, you may be interested in what type of calculations can the Pyxaid2 program perform.
The Pyxaid2 can do the following four types of calculations:
1. non-relativistic and non-spin polarized calculation
2. non-relativistic and spin-polarized calculation
3. relativistic calculation
4. do the spin-polarized and relativistic calculations at the same time
The best way to get familiar with these is to try the examples at
here. The switch of the different calculations is controlled by the nac_method parameter.
nac_method = 0,
this option will start the non-relativistic and non-spin polarized calculation. Noted that the non-relativistic pp should be used. The
x0.scf.in x0.exp.in files need be presented in the directory.
nac_method=1,
this option will start the non-relativistic and spin-polarized calculation. Same as nac_method=0 option, the non-relativistic pp and
x0.scf.in x0.exp.in files are needed as well. The difference is spin-polarized calculation need the nspin=2. The resulted KS state from spin-polarized calculation is called diabatic state, which means the spin-up (alpha) and spin-down (beta) states are in pure state. Different spin were not coupled.
nac_method=2,
this option will start the relativistic calculation. We want to include the spin-orbit coupling effect. The full relativistic pp for the heavy elements and
x1.scf.in x1.exp.in files are needed. In addition, the parameters for SOC calculation need be set in
x1.scf.in file. The resulted KS state from the relativistic calculation is called adiabatic state. The alpha and beta states were mixed with each other.
nac_method=3,
this option will start the spin-polarized calculation and relativistic calculation at the same time. The relativistic and non-relativistic pp,
x0.scf.in x1.scf.in x0.exp.in x1.exp.in files need be presented in the directory. This option will calculate the coupling between diabatic states, and also adiabatic states. In addition, the alpha and beta electrons were coupled since the SOC effect. This is achieved from the adiabatic/diabatic projection, then calculate the coupling between diabatic state after projection. This is very useful to investigate the intersystem crossing (ISC) process. The manuscript for describing the theory is under preparation. Noted that in this case a large number of adiabatic states need be included.
In the next post I will show you how to run the NA-MD in step3 with pyxaid2.
<the end>