@qbraid-core
    Preparing search index...

    Interface DeviceProperties

    interface DeviceProperties {
        backend_name: string;
        backend_version: string;
        gates: Gate[];
        general: Property[];
        general_qlists: QList[];
        last_update_date: string;
        qubits: Qubit[];
    }
    Index

    Properties

    backend_name: string
    backend_version: string
    gates: Gate[]
    general: Property[]
    general_qlists: QList[]
    last_update_date: string
    qubits: Qubit[]