Candidate_v1.6.1
Rev | Line | |
---|
[0b990d] | 1 | % molecule specification
|
---|
| 2 | molecule<Molecule>: (
|
---|
| 3 | symmetry = C2V
|
---|
| 4 | angstroms = yes
|
---|
| 5 | { atoms geometry } = {
|
---|
| 6 | O [ 0.0 0.0 0.0 ]
|
---|
| 7 | H [ 0.0 0.0 1.0 ]
|
---|
| 8 | }
|
---|
| 9 | )
|
---|
| 10 | % basis set specification
|
---|
| 11 | basis<GaussianBasisSet>: (
|
---|
| 12 | name = "STO-3G"
|
---|
| 13 | molecule = $:molecule
|
---|
| 14 | )
|
---|
| 15 | mpqc: (
|
---|
| 16 | savestate = yes
|
---|
| 17 | restart = no
|
---|
| 18 | do_energy = yes
|
---|
| 19 | do_gradient = no
|
---|
| 20 | % method for computing the molecule's energy
|
---|
| 21 | mole<UKS>: (
|
---|
| 22 | molecule = $:molecule
|
---|
| 23 | basis = $:basis
|
---|
| 24 | memory = 16000000
|
---|
| 25 | functional<StdDenFunctional>: ( name = "XALPHA" )
|
---|
| 26 | )
|
---|
| 27 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.