{{mol_svg | safe}}

{% if mol.name %}{{mol.name}}{% else %}Unnamed Molecule{% endif %}

InChI: {{mol['properties']['inchi']}}
InChIKey: {{mol['properties']['inchikey']}}
Canonical SMILES: {{mol['properties']['canonical_smiles']}}
Isomeric SMILES: {{mol['properties']['isomeric_smiles']}}
PubChem CID: {% if mol['properties']['cid'] %}{{mol['properties']['cid']}}{% else %}Fetching{% endif %}



Parameters

{% for prop in mol['properties'] %} {% if prop != 'record' %} {{prop}}: {% if mol['properties'][prop] %}{{mol['properties'][prop]}}{% else %}{% endif %}
{% endif %} {% endfor %}

JSON
{{mol_json}}


PubChem Record
{{pubchem_json}}