Last change
on this file since fe02bf was 30f2815, checked in by Frederik Heber <heber@…>, 12 years ago |
MpqcParser now also understands "_n_ atoms geometry" lines.
- optimization throws out an additional id per atom which caused havoc when
copy&pasted and parsed so far. Right now, we discard the id, assuming they
are simply ascending, throwing exception if something else comes along.
- also added regression test on this.
|
-
Property mode
set to
100644
|
File size:
365 bytes
|
Rev | Line | |
---|
[30f2815] | 1 | mpqc: (
|
---|
| 2 | savestate = no
|
---|
| 3 | do_gradient = yes
|
---|
| 4 | mole<CLHF>: (
|
---|
| 5 | molecule = $:molecule
|
---|
| 6 | basis = $:basis
|
---|
| 7 | maxiter = 1000
|
---|
| 8 | memory = 16000000
|
---|
| 9 | )
|
---|
| 10 | )
|
---|
| 11 | molecule<Molecule>: (
|
---|
| 12 | unit = angstrom
|
---|
| 13 | { n atoms geometry } = {
|
---|
| 14 | 1 O [ -0.505735 0 0 ]
|
---|
| 15 | 2 H [ 0.252867 0 0.504284 ]
|
---|
| 16 | 3 H [ 0.252867 0 -0.504284 ]
|
---|
| 17 | }
|
---|
| 18 | )
|
---|
| 19 | basis<GaussianBasisSet>: (
|
---|
| 20 | name = "3-21G"
|
---|
| 21 | molecule = $:molecule
|
---|
| 22 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.