ForceAnnealing_goodresults
ForceAnnealing_tocheck
Line | |
---|
1 | % molecule specification
|
---|
2 | molecule<Molecule>: (
|
---|
3 | symmetry = C2V
|
---|
4 | angstroms = yes
|
---|
5 | { atoms geometry } = {
|
---|
6 | O [ 0.00000000 0.00000000 0.36937294 ]
|
---|
7 | H [ 0.78397590 0.00000000 -0.18468647 ]
|
---|
8 | H [ -0.78397590 0.00000000 -0.18468647 ]
|
---|
9 | }
|
---|
10 | )
|
---|
11 | % basis set specification
|
---|
12 | basis<GaussianBasisSet>: (
|
---|
13 | name = "STO-3G"
|
---|
14 | molecule = $:molecule
|
---|
15 | )
|
---|
16 | mpqc: (
|
---|
17 | checkpoint = no
|
---|
18 | savestate = no
|
---|
19 | restart = no
|
---|
20 | % molecular coordinates for optimization
|
---|
21 | coor<SymmMolecularCoor>: (
|
---|
22 | molecule = $:molecule
|
---|
23 | generator<IntCoorGen>: (
|
---|
24 | molecule = $:molecule
|
---|
25 | )
|
---|
26 | )
|
---|
27 | % method for computing the molecule's energy
|
---|
28 | mole<CLHF>: (
|
---|
29 | molecule = $:molecule
|
---|
30 | basis = $:basis
|
---|
31 | coor = $..:coor
|
---|
32 | memory = 16000000
|
---|
33 | )
|
---|
34 | % optimizer object for the molecular geometry
|
---|
35 | opt<QNewtonOpt>: (
|
---|
36 | max_iterations = 3
|
---|
37 | function = $..:mole
|
---|
38 | update<BFGSUpdate>: ()
|
---|
39 | convergence<MolEnergyConvergence>: (
|
---|
40 | cartesian = yes
|
---|
41 | energy = $..:..:mole
|
---|
42 | )
|
---|
43 | )
|
---|
44 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.