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