source: tests/regression/Parser/Mpqc/pre/water.in@ 0f3042

Last change on this file since 0f3042 was c0e28c, checked in by Frederik Heber <heber@…>, 13 years ago

FIX: One could not load another pdb file due to local ids messing up.

  • We enhanced FormatParser_common now contains two maps to go from local to global and back again. Thi is necessary, as ids in a file only make sense within that file. We added the following functions: resetIdAssociations(), associateLocaltoGlobalId(), getGlobalId(), getLocalId().
  • adapted TremoloParser and PdbParser because they are the only formats that also contain bond information and where the associations are needed to translate the local connections into global ones.
  • removed SerialSet entirely from PdbParser, is replaced by new construct, in similar manner AtomIdMap for TremoloParser.
  • TEST: Added regression tests for all Parser to check for loading twice the same file.
  • Property mode set to 100644
File size: 459 bytes
Line 
1% Created by MoleCuilder
2mpqc: (
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)
17molecule<Molecule>: (
18 unit = angstrom
19 { atoms geometry } = {
20 O [ -0.506 0 0 ]
21 H [ 0.253 0 0.504 ]
22 H [ 0.253 0 -0.504 ]
23 }
24)
25basis<GaussianBasisSet>: (
26 name = "3-21G"
27 molecule = $:molecule
28)
Note: See TracBrowser for help on using the repository browser.