MolView API
    Preparing search index...

    Interface Atom

    interface Atom {
        label: string;
        position: Vec3;
        formal_charge?: number;
        mark?: number;
    }
    Index
    label: string
    position: Vec3
    formal_charge?: number
    mark?: number