source: src/bin/mpqc/validate/ckpt/ckpt_clksspz81.in@ 8860a6

Last change on this file since 8860a6 was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago

Initial commit based on 3.0.0alpha (here claimed as 2.4).

  • simply added all files.
  • Property mode set to 100644
File size: 776 bytes
RevLine 
[5d30c1]1% -*- KeyVal -*-
2% molecule specification
3molecule<Molecule>: (
4 symmetry = C2V
5 angstroms = yes
6 { atoms geometry } = {
7 O [ 0.00000000 0.00000000 0.36937294 ]
8 H [ 0.78397590 0.00000000 -0.18468647 ]
9 H [ -0.78397590 0.00000000 -0.18468647 ]
10 }
11)
12% basis set specification
13basis<GaussianBasisSet>: (
14 name = "STO-3G"
15 molecule = $:molecule
16)
17mpqc: (
18 savestate = yes
19 restart = no
20 do_energy = yes
21 do_gradient = yes
22 % method for computing the molecule's energy
23 mole<CLKS>: (
24 molecule = $:molecule
25 basis = $:basis
26 memory = 16000000
27 functional<StdDenFunctional>: ( name = "SPZ81" )
28 reference<CLHF>: (
29 molecule = $:molecule
30 basis = $:basis
31 memory = 16000000
32 )
33 )
34)
Note: See TracBrowser for help on using the repository browser.