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

    Type Alias Conditions<Q, T>

    Conditions: StandardCondition | { [K in Q]?: Value<K, T> }

    A map of experimental conditions defining the state of a measurement. It can either be a predefined set (like STP) or a flexible mapping of physical quantities.

    Type Parameters

    • Q extends PhysicalQuantity = PhysicalQuantity

      The physical quantities defining the conditions (e.g., Temperature, Pressure).

    • T extends Primitive = Primitive

      The primitive types allowed for specialized conditions.

    Type Declaration

    • StandardCondition

      Predefined environmental standards (e.g., StandardCondition.STP).

    • { [K in Q]?: Value<K, T> }

      A dictionary mapping specific physical quantities to their measured values during the experiment.