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

    Representation of a crystallographic point group (crystal class).

    type PointGroup = {
        hermannMauguin?: string;
        name: string;
        number: number;
        schoenflies?: string;
    }
    Index

    Properties

    hermannMauguin?: string

    The Hermann-Mauguin notation (International notation) for the group.

    name: string

    The standard name of the point group.

    number: number

    The international number of the point group (1-32).

    schoenflies?: string

    The Schönflies notation for the point group symmetry.