source: molecuilder/tests/regression/Simple_configuration/2/post/test.conf.in@ 108d38

Last change on this file since 108d38 was 108d38, checked in by Frederik Heber <heber@…>, 15 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
2mpqc: (
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)
15molecule<Molecule>: (
16 unit = angstrom
17 { atoms geometry } = {
18 H [ 0 0 0 ]
19 }
20)
21basis<GaussianBasisSet>: (
22 name = "3-21G"
23 molecule = $:molecule
24)
Note: See TracBrowser for help on using the repository browser.