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:
412 bytes
|
Line | |
---|
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 } = {
|
---|
20 | H [ 10 10 10 ]
|
---|
21 | }
|
---|
22 | )
|
---|
23 | basis<GaussianBasisSet>: (
|
---|
24 | name = "3-21G"
|
---|
25 | molecule = $:molecule
|
---|
26 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.