source: ThirdParty/mpqc_open/src/bin/mpqc/validate/H2OFRQINPUTS/h2ofrq_mp2006311gssc1optfrq.in

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

Converted validate subfolder into autotest suite.

  • so long only for target check0.
  • 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: water test series
4% molecule specification
5molecule<Molecule>: (
6 symmetry = C1
7 unit = angstrom
8 { atoms geometry } = {
9 O [ 0.000000000000 0.000000000000 0.369372944000 ]
10 H [ 0.783975899000 0.000000000000 -0.184686472000 ]
11 H [ -0.783975899000 0.000000000000 -0.184686472000 ]
12 }
13)
14% basis set specification
15basis<GaussianBasisSet>: (
16 name = "6-311G**"
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 nfzc = 0
40 nfzv = 0
41 reference<CLHF>: (
42 molecule = $:molecule
43 basis = $:basis
44 total_charge = 0
45 multiplicity = 1
46 memory = 32000000
47 guess_wavefunction<CLHF>: (
48 molecule = $:molecule
49 total_charge = 0
50 multiplicity = 1
51 basis<GaussianBasisSet>: (
52 molecule = $:molecule
53 name = "STO-3G"
54 )
55 memory = 32000000
56 )
57 )
58 hessian<FinDispMolecularHessian>: (
59 checkpoint = no
60 restart = no
61 )
62 )
63 optimize = yes
64 % optimizer object for the molecular geometry
65 opt<QNewtonOpt>: (
66 max_iterations = 20
67 function = $..:mole
68 update<BFGSUpdate>: ()
69 convergence<MolEnergyConvergence>: (
70 cartesian = yes
71 energy = $..:..:mole
72 )
73 )
74% vibrational frequency input
75 freq<MolecularFrequencies>: (
76 molecule = $:molecule
77 )
78)
Note: See TracBrowser for help on using the repository browser.