|
Last change
on this file since 108d38 was 108d38, checked in by Frederik Heber <heber@…>, 16 years ago |
|
BUGFIX: molecule::DetermineCenterOfAll() was broken for single atom.
- in case of single atom center would be (nan, nan, nan) due to wrong list treatment.
|
-
Property mode
set to
100644
|
|
File size:
366 bytes
|
| Line | |
|---|
| 1 | % Created by MoleCuilder
|
|---|
| 2 | mpqc: (
|
|---|
| 3 | savestate = no
|
|---|
| 4 | do_gradient = yes
|
|---|
| 5 | mole<MBPT2>: (
|
|---|
| 6 | maxiter = 200
|
|---|
| 7 | basis = $:basis
|
|---|
| 8 | molecule = $:molecule
|
|---|
| 9 | reference<CLHF>: (
|
|---|
| 10 | basis = $:basis
|
|---|
| 11 | molecule = $:molecule
|
|---|
| 12 | )
|
|---|
| 13 | )
|
|---|
| 14 | )
|
|---|
| 15 | molecule<Molecule>: (
|
|---|
| 16 | unit = angstrom
|
|---|
| 17 | { atoms geometry } = {
|
|---|
| 18 | H [ 0 0 0 ]
|
|---|
| 19 | }
|
|---|
| 20 | )
|
|---|
| 21 | basis<GaussianBasisSet>: (
|
|---|
| 22 | name = "3-21G"
|
|---|
| 23 | molecule = $:molecule
|
|---|
| 24 | )
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.