source: ThirdParty/mpqc_open/src/bin/mpqc/validate/ref/dft_c2h4hfs631gsauto.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: 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.658466393500 ]
10 C [ 0.000000000000 0.000000000000 -0.658466393500 ]
11 H [ 0.914334154400 0.000000000000 -1.225701312200 ]
12 H [ -0.914334154400 0.000000000000 -1.225701312200 ]
13 H [ 0.914334154400 0.000000000000 1.225701312200 ]
14 H [ -0.914334154400 0.000000000000 1.225701312200 ]
15 }
16)
17% basis set specification
18basis<GaussianBasisSet>: (
19 name = "6-31G*"
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<CLKS>: (
37 molecule = $:molecule
38 basis = $:basis
39 coor = $..:coor
40 memory = 32000000
41 total_charge = 0
42 multiplicity = 1
43 print_npa = yes
44 functional<StdDenFunctional>: name = "HFS"
45 guess_wavefunction<CLHF>: (
46 molecule = $:molecule
47 total_charge = 0
48 multiplicity = 1
49 basis<GaussianBasisSet>: (
50 molecule = $:molecule
51 name = "STO-3G"
52 )
53 memory = 32000000
54 )
55 )
56 optimize = no
57 % optimizer object for the molecular geometry
58 opt<QNewtonOpt>: (
59 max_iterations = 20
60 function = $..:mole
61 update<BFGSUpdate>: ()
62 convergence<MolEnergyConvergence>: (
63 cartesian = yes
64 energy = $..:..:mole
65 )
66 )
67)
Note: See TracBrowser for help on using the repository browser.