File: input.dat

package info (click to toggle)
psicode 3.4.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 46,416 kB
  • ctags: 18,563
  • sloc: cpp: 291,425; ansic: 12,788; fortran: 10,489; perl: 3,206; sh: 2,702; makefile: 2,205; ruby: 2,178; yacc: 110; lex: 53
file content (48 lines) | stat: -rw-r--r-- 688 bytes parent folder | download | duplicates (5)
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
)