|
Last change
on this file since 8860a6 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.5 KB
|
| Line | |
|---|
| 1 | % molecule specification
|
|---|
| 2 | molecule<Molecule>: (
|
|---|
| 3 | symmetry = C1
|
|---|
| 4 | angstroms = yes
|
|---|
| 5 | { atoms geometry } = {
|
|---|
| 6 | N [ 0.51607603 0.04519735 -0.95614194 ]
|
|---|
| 7 | H [ -0.19547589 0.17839942 -1.65845361 ]
|
|---|
| 8 | C [ 0.03095251 -0.69526932 0.25445565 ]
|
|---|
| 9 | C [ -0.06456519 0.77121302 0.60822996 ]
|
|---|
| 10 | H [ 0.85374037 1.04857415 -0.32020191 ]
|
|---|
| 11 | H [ -0.88816493 -1.22489056 0.08294898 ]
|
|---|
| 12 | H [ 0.79530751 -1.28353418 0.71918150 ]
|
|---|
| 13 | H [ -1.04787041 1.16031014 0.35868556 ]
|
|---|
| 14 | }
|
|---|
| 15 | )
|
|---|
| 16 | % basis set specification
|
|---|
| 17 | basis<GaussianBasisSet>: (
|
|---|
| 18 | name = "STO-3G"
|
|---|
| 19 | molecule = $:molecule
|
|---|
| 20 | )
|
|---|
| 21 | mpqc: (
|
|---|
| 22 | restart = no
|
|---|
| 23 | checkpoint = yes
|
|---|
| 24 | savestate = no
|
|---|
| 25 | % molecular coordinates for optimization
|
|---|
| 26 | coor<SymmMolecularCoor>: (
|
|---|
| 27 | molecule = $:molecule
|
|---|
| 28 | generator<IntCoorGen>: (
|
|---|
| 29 | molecule = $:molecule
|
|---|
| 30 | )
|
|---|
| 31 | followed<SumIntCoor>:(
|
|---|
| 32 | coor: [
|
|---|
| 33 | <StreSimpleCo>:(atoms = [1 5])
|
|---|
| 34 | <StreSimpleCo>:(atoms = [4 5])
|
|---|
| 35 | ]
|
|---|
| 36 | coef = [ 1.0 -1.0]
|
|---|
| 37 | )
|
|---|
| 38 | )
|
|---|
| 39 | % method for computing the molecule's energy
|
|---|
| 40 | mole<CLHF>: (
|
|---|
| 41 | molecule = $:molecule
|
|---|
| 42 | basis = $:basis
|
|---|
| 43 | coor = $..:coor
|
|---|
| 44 | memory = 16000000
|
|---|
| 45 | )
|
|---|
| 46 | % optimizer object for the molecular geometry
|
|---|
| 47 | opt<EFCOpt>: (
|
|---|
| 48 | max_iterations = 1
|
|---|
| 49 | function = $..:mole
|
|---|
| 50 | transition_state = yes
|
|---|
| 51 | hessian = [ [ -0.1 ] ]
|
|---|
| 52 | mode_following = yes
|
|---|
| 53 | update<PowellUpdate>: ()
|
|---|
| 54 | convergence<MolEnergyConvergence>: (
|
|---|
| 55 | cartesian = yes
|
|---|
| 56 | energy = $..:..:mole
|
|---|
| 57 | )
|
|---|
| 58 | )
|
|---|
| 59 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.