35 lines
No EOL
1.5 KiB
HTML
35 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>PC-Count</title>
|
|
<script type="text/javascript" src="/core/jquery/jquery-3.6.0.min.js">
|
|
</script>
|
|
<script type="text/javascript">
|
|
jQuery.getScript("/core/alerts/alerts.js", function () { galert(['pre']) });
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h3>PC-Count</h3><pre>Defined in file <a href="pcsubstance.asn.html">pcsubstance.asn</a>
|
|
C++ class: <a href="../doxyhtml/classCPC__Count.html">CPC_Count</a>
|
|
|
|
|
|
PC-Count ::= SEQUENCE {
|
|
heavy-atom INTEGER, -- Total count of non-Hydrogen (Heavy) Atoms
|
|
|
|
-- StereoChemistry Counts
|
|
atom-chiral INTEGER, -- Total count of (SP3) Chiral Atoms
|
|
atom-chiral-def INTEGER, -- Total count of Defined (SP3) Chiral Atoms
|
|
atom-chiral-undef INTEGER, -- Total count of Undefined (SP3) Chiral Atoms
|
|
bond-chiral INTEGER, -- Total count of (SP2) Chiral Bonds
|
|
bond-chiral-def INTEGER, -- Total count of (SP2) Defined Chiral Bonds
|
|
bond-chiral-undef INTEGER, -- Total count of (SP2) Undefined Chiral Bonds
|
|
|
|
-- Isotopic Counts
|
|
isotope-atom INTEGER, -- Total count of Atoms with Isotopic Information
|
|
|
|
-- Discrete Structure Counts
|
|
covalent-unit INTEGER, -- Total count of covalently-bonded units in the record
|
|
tautomers INTEGER -- Number of possible tautomers (Max. 999)
|
|
}</pre>
|
|
</body>
|
|
</html> |