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

    Type Alias OpenQASMExporterType

    OpenQASMExporterType: (
        circuit: Circuit,
        options?: OpenQASMExportOptions,
    ) => string

    OpenQASM export function type.

    Type Declaration