|
Last change
on this file since 42a775 was 5d30c1, checked in by Frederik Heber <heber@…>, 13 years ago |
|
Initial commit based on 3.0.0alpha (here claimed as 2.4).
|
-
Property mode
set to
100644
|
|
File size:
1.0 KB
|
| 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 = yes
|
|---|
| 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 | do_energy = yes
|
|---|
| 28 | do_gradient = no
|
|---|
| 29 | % method for computing the molecule's energy
|
|---|
| 30 | mole<CLHF>: (
|
|---|
| 31 | molecule = $:molecule
|
|---|
| 32 | basis = $:basis
|
|---|
| 33 | coor = $..:coor
|
|---|
| 34 | memory = 16000000
|
|---|
| 35 | )
|
|---|
| 36 | % optimizer object for the molecular geometry
|
|---|
| 37 | opt<QNewtonOpt>: (
|
|---|
| 38 | max_iterations = 1
|
|---|
| 39 | function = $..:mole
|
|---|
| 40 | update<BFGSUpdate>: ()
|
|---|
| 41 | convergence<MolEnergyConvergence>: (
|
|---|
| 42 | cartesian = yes
|
|---|
| 43 | energy = $..:..:mole
|
|---|
| 44 | )
|
|---|
| 45 | )
|
|---|
| 46 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.