nmr-correlation
    Preparing search index...

    Interface Correlation

    interface Correlation {
        atomType: string;
        attachment: Record<string, number[]>;
        edited: Record<string, boolean>;
        equivalence: number;
        hybridization: number[];
        id: string;
        label: Record<string, string>;
        link: Link[];
        protonsCount: number[];
        pseudo: boolean;
    }

    Hierarchy

    • CorrelationAndLinkFields
      • Correlation
    Index

    Properties

    atomType: string
    attachment: Record<string, number[]>
    edited: Record<string, boolean>
    equivalence: number
    hybridization: number[]
    id: string
    label: Record<string, string>
    link: Link[]
    protonsCount: number[]
    pseudo: boolean