DIRRCI – Direct CI module¶
Relativistic RASCI module written by Lucas Visscher
This section allows for Kramers unrestricted relativistic Configuration Interaction calculations, Ref. [MOLFDIR].
Note that when the namelist GOSCIP – COSCI module is also present in the input, GOSCIP will be called instead of DIRRCI !
The input should be given in namelist form.
&CIROOT – Select the state to converge on¶
ISTART¶
Start vector method.
COSCI start vectors:
ISTART=1
Determinant with lowest eigenvalue:
ISTART=2
First (reference) determinant:
ISTART=3
If the COSCI start vectors are not available, then the default will be 2.
SELECT¶
Select wave functions on basis of largest overlap with the start wave function.
Default:
SELECT=F
&DIRECT – Convergence control¶
&LEADDET – Analyze the CI wave function¶
Advanced options
COMIN¶
Print contributions of determinants only if the square of the coefficients is larger than COMIN.
Default:
COMIN=0.1
&OPTIM – Fine tuning of the algorithm¶
Programmers options
IGENEX¶
Write coupling coefficients to file (default):
IGENEX=2
Calculate coupling coefficients when needed:
IGENEX=1
&RASORB – Specify the type of CI and the active space¶
&CIFOPR – Specify different options in CI Property Module¶
PROPER¶
Activate the property module to evaluate expectation values of One-electron operators defined inside
PRPTRA under MOLTRA, over the DIRRCI wavefunction [Nayak2006], [Nayak2007], [Nayak2009].
Default:
PROPER=F
NEOPER¶
Define the number of property operators one needs to calculate expectation values.
Default:
NEOPER=0
NAMEE¶
Mention the names of One-electron operators as defined inside PRPTRA.
For example, Electric dipole moment and magnetic hyperfine structure constants
can be defined as follows. Of coures, the given names are users own choice.
NAMEE='Z-DIP','X1-HYP','Y1-HYP','Z1-HYP'