source: src/bin/mpqc/validate/mbpt/mbpt_mp2r12_ne2_multipass.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: 1.8 KB
Line 
1% Emacs should use -*- KeyVal -*- mode
2% this file was automatically generated
3% label: ne dimer mp2-r12 test series
4% molecule specification
5molecule<Molecule>: (
6 symmetry = auto
7 unit = angstrom
8 { atoms geometry } = {
9 NE [ 0.000000000000 0.000000000000 2.000000000000 ]
10 NE [ 0.000000000000 0.000000000000 -2.000000000000 ]
11 }
12)
13% basis set specification
14basis<GaussianBasisSet>: (
15 name = "cc-pVDZ"
16 molecule = $:molecule
17)
18mpqc: (
19 integrals<IntegralCints>: ()
20 checkpoint = no
21 savestate = no
22 restart = no
23 % molecular coordinates for optimization
24 coor<SymmMolecularCoor>: (
25 molecule = $:molecule
26 generator<IntCoorGen>: (
27 molecule = $:molecule
28 )
29 )
30 do_energy = yes
31 do_gradient = no
32 % method for computing the molecule's energy
33 mole<MBPT2_R12>: (
34 molecule = $:molecule
35 basis = $:basis
36 coor = $..:coor
37 memory = 2250000
38 stdapprox = "A"
39 nfzc = 2
40 r12ints = posix
41 r12ints_file = "./mbpt_mp2r12_ne2_multipass.r12ints.dat"
42 aux_basis<GaussianBasisSet>: (
43 name = "aug-cc-pVDZ"
44 molecule = $:molecule
45 )
46
47 reference<CLHF>: (
48 molecule = $:molecule
49 basis = $:basis
50 total_charge = 0
51 multiplicity = 1
52 memory = 2500000
53 guess_wavefunction<CLHF>: (
54 molecule = $:molecule
55 total_charge = 0
56 multiplicity = 1
57 basis<GaussianBasisSet>: (
58 molecule = $:molecule
59 name = "DZ (Dunning)"
60 )
61 memory = 2500000
62 )
63 )
64 )
65 optimize = no
66 % optimizer object for the molecular geometry
67 opt<QNewtonOpt>: (
68 max_iterations = 20
69 function = $..:mole
70 update<BFGSUpdate>: ()
71 convergence<MolEnergyConvergence>: (
72 cartesian = yes
73 energy = $..:..:mole
74 )
75 )
76)
Note: See TracBrowser for help on using the repository browser.