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

    Representation of a crystallographic space group.

    type SpaceGroup = {
        number: number;
        symbol: string;
    }
    Index

    Properties

    Properties

    number: number

    The sequential number of the space group in the International Tables for Crystallography (1-230).

    symbol: string

    The full international symbol representing the symmetry operations and lattice type.