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

    Interface CircuitInstruction

    Represents an instruction in a quantum circuit

    interface CircuitInstruction {
        gate: Q5mGate;
        targets: number[];
    }
    Index

    Properties

    Properties

    gate: Q5mGate

    The quantum gate to apply

    targets: number[]

    The target quantum units to apply the gate to