source: ThirdParty/mpqc_open/src/bin/mpqc/sample/mp2r12ckpt.in

Candidate_v1.6.1
Last change on this file was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 1021 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 = yes
24 filename = "h2o-mp2r12ap-vdz-avdz"
25 savestate = no
26 % method for computing the molecule's energy
27 mole<MBPT2_R12>: (
28 molecule = $:molecule
29 basis = $:basis
30 aux_basis = $:abasis
31 stdapprox = "A'"
32 nfzc = 1
33 memory = 16000000
34 integrals<IntegralCints>:()
35 % reference wavefunction
36 reference<CLHF>: (
37 molecule = $:molecule
38 basis = $:basis
39 memory = 16000000
40 integrals<IntegralCints>:()
41 )
42 )
43)
44
Note: See TracBrowser for help on using the repository browser.