1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
%
% Compute the transition density matrix between the
% ^2\Sigma_u and ^2\Sigma_g states of He2+
%
% FCI/cc-pVDZ
%
psi: (
check = false
jobtype = sp
)
default: (
label = "He2+"
memory = (50.0 MB)
wfn = detci
subgroup = c2v
unique_axis = z
opentype = highspin
reference = rohf
multp = 2
charge = 1
puream = true
docc = (1 0 0 0)
socc = (1 0 0 0)
)
input: (
basis = "cc-pVDZ"
units = angstrom
geometry = (
(He .000000 .000000 .000000)
(He .000000 .000000 3.000000)
)
)
scf: (
convergence = 7
maxiter = 100
)
detci: (
fci = true
ex_lvl = 3
num_roots = 2
transition_density = true
)
|