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