source: src/bin/mpqc/sample/mp2r12.in@ 09bc09

Last change on this file since 09bc09 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: 982 bytes
Line 
1% emacs should use -*- KeyVal -*- mode
2% molecule specification
3molecule<Molecule>: (
4 symmetry = C2V
5 unit = angstrom
6 { atoms geometry } = {
7 O [ 0.00000000 0.00000000 0.37000000 ]
8 H [ 0.78000000 0.00000000 -0.18000000 ]
9 H [ -0.78000000 0.00000000 -0.18000000 ]
10 }
11)
12% basis set specification
13basis<GaussianBasisSet>: (
14 name = "cc-pVDZ"
15 molecule = $:molecule
16)
17% auxiliary basis set specification
18abasis<GaussianBasisSet>: (
19 name = "aug-cc-pVDZ"
20 molecule = $:molecule
21)
22mpqc: (
23 checkpoint = no
24 savestate = no
25 % method for computing the molecule's energy
26 mole<MBPT2_R12>: (
27 molecule = $:molecule
28 basis = $:basis
29 aux_basis = $:abasis
30 stdapprox = "A'"
31 nfzc = 1
32 memory = 16000000
33 integrals<IntegralCints>:()
34 % reference wavefunction
35 reference<CLHF>: (
36 molecule = $:molecule
37 basis = $:basis
38 memory = 16000000
39 integrals<IntegralCints>:()
40 )
41 )
42)
Note: See TracBrowser for help on using the repository browser.