source: ThirdParty/mpqc_open/src/bin/mpqc/validate/mbpt/mbpt_mp2r12_c6h6_multipass.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: 2.4 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 = D2H
7 unit = angstrom
8 { atoms geometry } = {
9 C [-0.000000000000 -0.000000000000 1.391500000000 ]
10 H [-0.000000000000 -0.000000000000 2.471500000000 ]
11 C [ 1.205074349366 -0.000000000000 0.695750000000 ]
12 H [ 2.140381785453 -0.000000000000 1.235750000000 ]
13 C [ 1.205074349366 -0.000000000000 -0.695750000000 ]
14 H [ 2.140381785453 0.000000000000 -1.235750000000 ]
15 C [-0.000000000000 0.000000000000 -1.391500000000 ]
16 H [-0.000000000000 0.000000000000 -2.471500000000 ]
17 C [-1.205074349366 0.000000000000 -0.695750000000 ]
18 H [-2.140381785453 0.000000000000 -1.235750000000 ]
19 C [-1.205074349366 -0.000000000000 0.695750000000 ]
20 H [-2.140381785453 0.000000000000 1.235750000000 ]
21 }
22)
23% basis set specification
24basis<GaussianBasisSet>: (
25 name = "DZ (Dunning)"
26 molecule = $:molecule
27)
28mpqc: (
29 integrals<IntegralCints>: ()
30 checkpoint = no
31 savestate = no
32 restart = no
33 % molecular coordinates for optimization
34 coor<SymmMolecularCoor>: (
35 molecule = $:molecule
36 generator<IntCoorGen>: (
37 molecule = $:molecule
38 )
39 )
40 do_energy = yes
41 do_gradient = no
42 % method for computing the molecule's energy
43 mole<MBPT2_R12>: (
44 molecule = $:molecule
45 basis = $:basis
46 coor = $..:coor
47 memory = 36000000
48 stdapprox = "A"
49 nfzc = 0
50 r12ints = posix
51 r12ints_file = "./mbpt_mp2r12_c6h6_multipass.r12ints.dat"
52 aux_basis<GaussianBasisSet>: (
53 name = "cc-pVDZ"
54 molecule = $:molecule
55 )
56
57 reference<CLHF>: (
58 molecule = $:molecule
59 basis = $:basis
60 total_charge = 0
61 multiplicity = 1
62 memory = 20000000
63 guess_wavefunction<CLHF>: (
64 molecule = $:molecule
65 total_charge = 0
66 multiplicity = 1
67 basis<GaussianBasisSet>: (
68 molecule = $:molecule
69 name = "DZ (Dunning)"
70 )
71 memory = 20000000
72 )
73 )
74 )
75 optimize = no
76 % optimizer object for the molecular geometry
77 opt<QNewtonOpt>: (
78 max_iterations = 20
79 function = $..:mole
80 update<BFGSUpdate>: ()
81 convergence<MolEnergyConvergence>: (
82 cartesian = yes
83 energy = $..:..:mole
84 )
85 )
86)
Note: See TracBrowser for help on using the repository browser.