source: tests/regression/Parser/Psi3/post/doublewater.psi

Candidate_v1.6.1
Last change on this file 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: 333 bytes
Line 
1% Created by MoleCuilder
2psi: (
3 label = "unknown job"
4 jobtype = sp
5 wfn = scf
6 maxiter = 80
7 reference = rhf
8 basis = "cc-pVTZ"
9 freeze_core = yes
10 units = angstrom
11 geometry = (
12 ( O -1.506 0 0 )
13 ( H -0.747 0 0.504 )
14 ( H -0.747 0 -0.504 )
15 ( O 0.494 0 0 )
16 ( H 1.253 0 0.504 )
17 ( H 1.253 0 -0.504 )
18 )
19 origin = (0.0 0.0 0.0)
20)
Note: See TracBrowser for help on using the repository browser.