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

    Type Alias ChemistryCollection

    ChemistryCollection: Collection<
        {
            basicity?: Group<
                {
                    acidBaseCharacter?: Single<PrimitiveProperty<AcidBaseCharacter>>;
                    basicityType?: Single<PrimitiveProperty<BasicityType>>;
                    goldschmidt?: Single<PrimitiveProperty<Goldschmidt>>;
                    hsab?: Single<PrimitiveProperty<HSAB>>;
                    isoelectricPoint?: Single<PrimitiveProperty<number>>;
                    lewisAcidity?: Single<PrimitiveProperty<LewisModel>>;
                    lewisBasicity?: Single<PrimitiveProperty<LewisModel>>;
                    pH?: Single<PrimitiveProperty<number>>;
                    pKa?: Single<PrimitiveProperty<number>>;
                    pKb?: Single<PrimitiveProperty<number>>;
                },
            >;
            electrochemistry?: Group<
                {
                    electrochemicalEquivalent?: Single<NumberProperty<"mass">>;
                    overpotential?: Single<NumberProperty<"electricPotential">>;
                    standardOxidationPotential?: Single<NumberProperty<"electricPotential">>;
                    standardPotential?: Single<NumberProperty<"electricPotential">>;
                    standardReductionPotential?: Single<NumberProperty<"electricPotential">>;
                },
            >;
            molarMass?: Single<NumberProperty<"molarMass">>;
            molarVolume?: Single<NumberProperty<"molarVolume">>;
            molecularMass?: Single<NumberProperty<"mass">>;
            molecularStructure?: Group<
                {
                    bondAngle?: Single<NumberProperty<"angle">>;
                    bondLength?: Single<NumberProperty<"length">>;
                    bondOrder?: Single<PrimitiveProperty<number>>;
                    bondType?: Single<PrimitiveProperty<BondType>>;
                    coordinationNumber?: Single<PrimitiveProperty<number>>;
                    hybridization?: Single<PrimitiveProperty<Hybridization>>;
                    lonePairs?: Single<PrimitiveProperty<number>>;
                    shape?: Single<PrimitiveProperty<MolecularShape>>;
                    stericNumber?: Single<PrimitiveProperty<number>>;
                    torsionalAngle?: Single<NumberProperty<"angle">>;
                },
            >;
            oxidation?: Group<
                {
                    oxidationStates?: Single<PrimitiveProperty<string>>;
                    oxideCharacter?: Single<PrimitiveProperty<OxideCharacter>>;
                },
            >;
            relativeMolecularMass?: Single<PrimitiveProperty<number>>;
            solubility?: Group<
                {
                    henryConstant?: Single<PrimitiveProperty<number>>;
                    quantifier?: Single<PrimitiveProperty<SolubilityQualifier>>;
                    solubilityProduct?: Single<PrimitiveProperty<number>>;
                    waterSolubility?: Single<NumberProperty<"concentration">>;
                },
            >;
            standardMolarEntropy?: Single<NumberProperty<"entropy">>;
            thermochemistry?: Group<
                {
                    bindingEnergy?: Single<NumberProperty<"energy">>;
                    standardGibbsEnergy?: Single<NumberProperty<"energy">>;
                },
            >;
        },
    >

    Registry of chemical properties describing the reactivity, structure, and energetics of substances.