q5m.js - Quantum Computing Library - v0.1.1
    Preparing search index...

    Interface NotebookRenderOptions

    Options for notebook rendering

    interface NotebookRenderOptions {
        interactive?: boolean;
        showMeasurements?: boolean;
        showStateVector?: boolean;
        theme?: "light" | "dark" | "auto";
        maxQubitDisplay?: number;
    }
    Index

    Properties

    interactive?: boolean

    Show interactive controls

    showMeasurements?: boolean

    Include measurement results

    showStateVector?: boolean

    Display state vector

    theme?: "light" | "dark" | "auto"

    Theme for visualization

    maxQubitDisplay?: number

    Maximum number of qubits to display in detail