File: uks_lsdax.in

package info (click to toggle)
mpqc3 0.0~git20170114-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 148,788 kB
  • ctags: 40,140
  • sloc: cpp: 545,687; ansic: 13,220; perl: 5,065; fortran: 1,990; lisp: 1,269; python: 717; yacc: 392; sh: 304; f90: 238; lex: 184; xml: 182; makefile: 106
file content (35 lines) | stat: -rw-r--r-- 737 bytes parent folder | download | duplicates (24)
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
% emacs should use -*- KeyVal -*- mode
% molecule specification
molecule<Molecule>: (
  symmetry = C2V
  unit = angstrom
  { atoms geometry } = {
     C [  0.000   0.000  -0.100]
     H [  0.000   0.857   0.596]
     H [  0.000  -0.857   0.596]
  }
)
mpqc: (
  checkpoint = no
  savestate = no
  do_gradient = yes
  mole<UKS>: (
    molecule = $:molecule
    multiplicity = 3
    functional<SlaterXFunctional>: ()
    basis<GaussianBasisSet>: (
      name = "6-311G**"
      molecule = $:molecule
    )
    memory = 16000000
    guess_wavefunction<UHF>: (
      molecule = $:molecule
      multiplicity = 3
      memory = 8000000
      basis<GaussianBasisSet>: (
        name = "STO-3G"
        molecule = $:molecule
      )
    )
  )
)