source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ref/orthog_h2omp2v2lb006311ppgssc2vt1gs.in

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

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

  • Property mode set to 100644
File size: 1.7 KB
Line 
1% Emacs should use -*- KeyVal -*- mode
2% this file was automatically generated
3% label: orthogonalization set series
4% molecule specification
5molecule<Molecule>: (
6 symmetry = C2V
7 unit = angstrom
8 { atoms geometry } = {
9 O [ 0.000000000000 0.000000000000 0.370000000000 ]
10 H [ 0.780000000000 0.000000000000 -0.180000000000 ]
11 H [ -0.780000000000 0.000000000000 -0.180000000000 ]
12 }
13)
14% basis set specification
15basis<GaussianBasisSet>: (
16 name = "6-311++G**"
17 molecule = $:molecule
18)
19mpqc: (
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>: (
34 molecule = $:molecule
35 basis = $:basis
36 coor = $..:coor
37 memory = 32000000
38 method = mp
39 algorithm = v2lb
40 nfzc = 0
41 nfzv = 0
42 reference<CLHF>: (
43 molecule = $:molecule
44 basis = $:basis
45 total_charge = 0
46 multiplicity = 1
47 memory = 32000000
48 orthog_method = gramschmidt
49 lindep_tol = 0.0500
50 guess_wavefunction<CLHF>: (
51 molecule = $:molecule
52 total_charge = 0
53 multiplicity = 1
54 basis<GaussianBasisSet>: (
55 molecule = $:molecule
56 name = "STO-3G"
57 )
58 memory = 32000000
59 )
60 )
61 )
62 optimize = no
63 % optimizer object for the molecular geometry
64 opt<QNewtonOpt>: (
65 max_iterations = 20
66 function = $..:mole
67 update<BFGSUpdate>: ()
68 convergence<MolEnergyConvergence>: (
69 cartesian = yes
70 energy = $..:..:mole
71 )
72 )
73)
Note: See TracBrowser for help on using the repository browser.