Periodic Table Database Schema - v0.7.1
    Preparing search index...

    Structural model for a chemical formula representation.

    type Formula = {
        images?: BlobId<FORMULA>[];
        latexNotation?: string;
        notation?: string;
    }
    Index

    Properties

    images?: BlobId<FORMULA>[]

    Visual representations or structural diagrams of the chemical formula.

    latexNotation?: string

    High-quality typographic rendering of the formula using LaTeX.

    notation?: string

    Plain text representation of the chemical formula (e.g., "H{2}O").