File: methods_run_writeorbitals.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 (31 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (2)
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
% emacs should use -*- KeyVal -*- mode
% molecule specification
molecule<Molecule>: (
  symmetry = C2V
  unit = angstrom
  { atoms geometry } = {
    O     [     0.00000000     0.00000000     0.37000000 ]
    H     [     0.78000000     0.00000000    -0.18000000 ]
    H     [    -0.78000000     0.00000000    -0.18000000 ]
  }
)
mpqc: (
  checkpoint = no
  savestate = no
  run = [ $:plot ]
)

plot<WriteOrbitals>: (
 filename = "methods_run_writeorbitals.cube"
  first = 1
  last = 7
  obwfn = $..:clhf
)
clhf<CLHF>: (
  molecule = $:molecule
  basis<GaussianBasisSet>: (
    name = "6-31G*"
    molecule = $:molecule
  )
  memory = 16000000
)