Candidate_v1.6.1
Rev | Line | |
---|
[0b990d] | 1 | % -*- KeyVal -*-
|
---|
| 2 | % molecule specification
|
---|
| 3 | molecule<Molecule>: (
|
---|
| 4 | symmetry = C2V
|
---|
| 5 | angstroms = yes
|
---|
| 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 = "STO-3G"
|
---|
| 15 | molecule = $:molecule
|
---|
| 16 | )
|
---|
| 17 | mpqc: (
|
---|
| 18 | savestate = yes
|
---|
| 19 | restart = no
|
---|
| 20 | do_energy = yes
|
---|
| 21 | do_gradient = yes
|
---|
| 22 | % method for computing the molecule's energy
|
---|
| 23 | mole<CLKS>: (
|
---|
| 24 | molecule = $:molecule
|
---|
| 25 | basis = $:basis
|
---|
| 26 | memory = 16000000
|
---|
| 27 | functional<StdDenFunctional>: ( name = "mPWPW91" )
|
---|
| 28 | reference<CLHF>: (
|
---|
| 29 | molecule = $:molecule
|
---|
| 30 | basis = $:basis
|
---|
| 31 | memory = 16000000
|
---|
| 32 | )
|
---|
| 33 | )
|
---|
| 34 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.