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

Candidate_v1.7.1 stable v1.7.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: dft set test series
4% molecule specification
5molecule<Molecule>: (
6 symmetry = auto
7 unit = angstrom
8 { atoms geometry } = {
9 C [ 0.000000000000 0.000000000000 0.000000000000 ]
10 H [ 0.000000000000 -0.884796723200 -0.625658084700 ]
11 H [ 0.000000000000 0.884796723200 -0.625658084700 ]
12 H [ -0.884796723200 0.000000000000 0.625658084700 ]
13 H [ 0.884796723200 0.000000000000 0.625658084700 ]
14 }
15)
16% basis set specification
17basis<GaussianBasisSet>: (
18 name = "6-31G*"
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<CLKS>: (
36 molecule = $:molecule
37 basis = $:basis
38 coor = $..:coor
39 memory = 32000000
40 total_charge = 0
41 multiplicity = 1
42 print_npa = yes
43 functional<StdDenFunctional>: name = "HFS"
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.