@willow-dls/core
    Preparing search index...

    Type Alias CircuitRunType

    CircuitRunType:
        | Record<string, BitString | string>
        | (BitString | string | null)[]

    There are multiple ways to run a circuit with Circuit.run. You can either pass in a keyed object where the keys are Input labels and the values are the BitString values, or you can simply pass in a straight array of BitStrings.