Last change
on this file since fe02bf was e9dc19, checked in by Frederik Heber <heber@…>, 13 years ago |
FIX: MpqcParser now does not center the written set of atoms anymore.
- This allows placing the molecule within the grid of the simulation domain.
- TESTFIX: adapted ParserMpqcUnitTest due to changed coordinates.
- TESTFIX: regression tests Parser/Mpqc and Atoms/Add due to changed
coordinates.
|
-
Property mode
set to
100644
|
File size:
522 bytes
|
Rev | Line | |
---|
[c0e28c] | 1 | % Created by MoleCuilder
|
---|
| 2 | mpqc: (
|
---|
| 3 | savestate = no
|
---|
| 4 | do_gradient = yes
|
---|
| 5 | mole<MBPT2>: (
|
---|
| 6 | basis = $:basis
|
---|
| 7 | molecule = $:molecule
|
---|
| 8 | memory = 16000000
|
---|
| 9 | reference<CLHF>: (
|
---|
| 10 | maxiter = 1000
|
---|
| 11 | basis = $:basis
|
---|
| 12 | molecule = $:molecule
|
---|
| 13 | memory = 16000000
|
---|
| 14 | )
|
---|
| 15 | )
|
---|
| 16 | )
|
---|
| 17 | molecule<Molecule>: (
|
---|
| 18 | unit = angstrom
|
---|
| 19 | { atoms geometry } = {
|
---|
[e9dc19] | 20 | O [ -0.506 0 0 ]
|
---|
| 21 | H [ 0.253 0 0.504 ]
|
---|
| 22 | H [ 0.253 0 -0.504 ]
|
---|
| 23 | O [ 1.494 0 0 ]
|
---|
| 24 | H [ 2.253 0 0.504 ]
|
---|
| 25 | H [ 2.253 0 -0.504 ]
|
---|
[c0e28c] | 26 | }
|
---|
| 27 | )
|
---|
| 28 | basis<GaussianBasisSet>: (
|
---|
| 29 | name = "3-21G"
|
---|
| 30 | molecule = $:molecule
|
---|
| 31 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.