PC-AtomRadical
Defined in file pcsubstance.asn
C++ class: CPC_AtomRadical
PC-AtomRadical ::= SEQUENCE {
aid INTEGER, -- Atom Identifier for the Value
-- Note: Atom ID's must be greater than "0"
type INTEGER { -- Type of Atom Radical
singlet (1), -- Open-Shell Singlet
doublet (2), -- Open-Shell Doublet
triplet (3), -- Open-Shell Triplet
quartet (4), -- Open-Shell Quartet
quintet (5), -- Open-Shell Quintet
hextet (6), -- Open-Shell Hextet
heptet (7), -- Open-Shell Quintet
octet (8), -- Open-Shell Octet
none (255) -- Closed-Shell Singlet
}
}