source: src/bin/mpqc/validate/mbpt/mbpt_mp2v2_mp.in@ 5d30c1

Last change on this file since 5d30c1 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: 807 bytes
Line 
1% molecule specification
2molecule<Molecule>: (
3 symmetry = D2H
4 angstroms = yes
5 { atoms geometry } = {
6 C [ 0.0000 1.0094 0.0000 ]
7 C [ 0.0000 -1.0094 0.0000 ]
8 H [ 0.9174 1.6662 0.0000 ]
9 H [ -0.9174 -1.6662 0.0000 ]
10 H [ 0.9174 -1.6662 0.0000 ]
11 H [ -0.9174 1.6662 0.0000 ]
12 }
13)
14% basis set specification
15basis<GaussianBasisSet>: (
16 name = "3-21G"
17 molecule = $:molecule
18)
19mpqc: (
20 savestate = no
21 restart = no
22 do_energy = yes
23 do_gradient = no
24 % method for computing the molecule's energy
25 mole<MBPT2>: (
26 molecule = $:molecule
27 basis = $:basis
28 memory = 40000
29 nfzc = 2
30 nfzv = 2
31 method = mp
32 algorithm = v2
33 reference<CLHF>: (
34 molecule = $:molecule
35 basis = $:basis
36 memory = 16000000
37 )
38 )
39)
Note: See TracBrowser for help on using the repository browser.