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