source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ref/symm3_c2h4_d2h_scfsto3gauto.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: symmetry test series 3
4% molecule specification
5molecule<Molecule>: (
6 symmetry = auto
7 unit = angstrom
8 { atoms geometry } = {
9 C [ -0.000000000000 0.000000000000 0.675426031200 ]
10 C [ -0.000000000000 -0.000000000000 -0.675426031200 ]
11 H [ 0.000000000000 0.934972000000 1.249190031200 ]
12 H [ -0.000000000000 0.934972000000 -1.249190031200 ]
13 H [ 0.000000000000 -0.934972000000 1.249190031200 ]
14 H [ 0.000000000000 -0.934972000000 -1.249190031200 ]
15 }
16)
17% basis set specification
18basis<GaussianBasisSet>: (
19 name = "STO-3G"
20 molecule = $:molecule
21)
22mpqc: (
23 checkpoint = no
24 savestate = no
25 restart = no
26 % molecular coordinates for optimization
27 coor<SymmMolecularCoor>: (
28 molecule = $:molecule
29 generator<IntCoorGen>: (
30 molecule = $:molecule
31 )
32 )
33 do_energy = yes
34 do_gradient = yes
35 % method for computing the molecule's energy
36 mole<CLHF>: (
37 molecule = $:molecule
38 basis = $:basis
39 coor = $..:coor
40 memory = 32000000
41 total_charge = 0
42 multiplicity = 1
43 print_npa = yes
44 guess_wavefunction<CLHF>: (
45 molecule = $:molecule
46 total_charge = 0
47 multiplicity = 1
48 basis<GaussianBasisSet>: (
49 molecule = $:molecule
50 name = "STO-3G"
51 )
52 memory = 32000000
53 )
54 )
55 optimize = no
56 % optimizer object for the molecular geometry
57 opt<QNewtonOpt>: (
58 max_iterations = 20
59 function = $..:mole
60 update<BFGSUpdate>: ()
61 convergence<MolEnergyConvergence>: (
62 cartesian = yes
63 energy = $..:..:mole
64 )
65 )
66)
Note: See TracBrowser for help on using the repository browser.