source: src/bin/mpqc/validate/ckpt/ckpt_0mp2.in@ 42a775

Last change on this file since 42a775 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: 732 bytes
Line 
1% molecule specification
2molecule<Molecule>: (
3 symmetry = C2V
4 angstroms = yes
5 { atoms geometry } = {
6 O [ 0.00000000 0.00000000 0.36937294 ]
7 H [ 0.78397590 0.00000000 -0.18468647 ]
8 H [ -0.78397590 0.00000000 -0.18468647 ]
9 }
10)
11% basis set specification
12basis<GaussianBasisSet>: (
13 name = "STO-3G"
14 molecule = $:molecule
15)
16mpqc: (
17 savestate = yes
18 restart = no
19 do_energy = yes
20 do_gradient = no
21 % method for computing the molecule's energy
22 mole<MBPT2>: (
23 molecule = $:molecule
24 basis = $:basis
25 memory = 16000000
26 nfzc = 0
27 nfzv = 0
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.