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 (34 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (6)
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
psi: (
%  check = false
  opt = false
)

default: (
  label = "test"
  memory = (50.0 MB)
  wfn = scf 
  reference = rohf
  multp = 2 
  docc = (0 0 0 0 0 0 0 0)
  socc = (1 0 0 0 0 0 0 0)

files: (
    default: ( name = "test"
      )
    )
)

input: (
  basis = "STO-3G" 
  units = angstrom
   zmat = (
    (h)
   )
 )


scf:  (
  maxiter = 1000
  convergence = 10 
)