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
)
|