Candidate_v1.6.1
Line | |
---|
1 | % Emacs should use -*- KeyVal -*- mode
|
---|
2 | % molecule specification
|
---|
3 | molecule<Molecule>: (
|
---|
4 | symmetry = c2v
|
---|
5 | unit = angstrom
|
---|
6 | { atoms geometry } = {
|
---|
7 | O [ 0.00000000 0.00000000 0.36937294 ]
|
---|
8 | H [ 0.78397590 0.00000000 -0.18468647 ]
|
---|
9 | H [ -0.78397590 0.00000000 -0.18468647 ]
|
---|
10 | }
|
---|
11 | )
|
---|
12 | % basis set specification
|
---|
13 | basis<GaussianBasisSet>: (
|
---|
14 | name = "3-21G"
|
---|
15 | molecule = $:molecule
|
---|
16 | )
|
---|
17 | mpqc: (
|
---|
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 = no
|
---|
29 | do_gradient = no
|
---|
30 | % method for computing the molecule's energy
|
---|
31 | mole<CLHF>: (
|
---|
32 | molecule = $:molecule
|
---|
33 | basis = $:basis
|
---|
34 | memory = 16000000
|
---|
35 | coor = $..:coor
|
---|
36 | guess_wavefunction<CLHF>: (
|
---|
37 | molecule = $:molecule
|
---|
38 | total_charge = 0
|
---|
39 | basis<GaussianBasisSet>: (
|
---|
40 | molecule = $:molecule
|
---|
41 | name = "STO-3G"
|
---|
42 | )
|
---|
43 | memory = 16000000
|
---|
44 | )
|
---|
45 | hessian<FinDispMolecularHessian>: (
|
---|
46 | only_totally_symmetric = yes
|
---|
47 | eliminate_cubic_terms = no
|
---|
48 | checkpoint = no
|
---|
49 | )
|
---|
50 | )
|
---|
51 | optimize = yes
|
---|
52 | % optimizer object for the molecular geometry
|
---|
53 | opt<NewtonOpt>: (
|
---|
54 | print_hessian = yes
|
---|
55 | max_iterations = 20
|
---|
56 | function = $..:mole
|
---|
57 | convergence<MolEnergyConvergence>: (
|
---|
58 | cartesian = yes
|
---|
59 | energy = $..:..:mole
|
---|
60 | )
|
---|
61 | )
|
---|
62 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.