Measure

class Measure[source]

Quantum measurement in the computational basis.

Create new measurement instruction.

Attributes

Measure.decompositions

Get the decompositions of the instruction from the SessionEquivalenceLibrary.

Measure.definition

Return definition in terms of other basic gates.

Measure.params

return instruction params.

Methods

Measure.add_decomposition(decomposition)

Add a decomposition of the instruction to the SessionEquivalenceLibrary.

Measure.assemble()

Assemble a QasmQobjInstruction

Measure.broadcast_arguments(qargs, cargs)

Validation of the arguments.

Measure.c_if(classical, val)

Add classical condition on register classical and value val.

Measure.copy([name])

Copy of the instruction.

Measure.inverse()

Invert this instruction.

Measure.is_parameterized()

Return True .IFF.

Measure.mirror()

For a composite instruction, reverse the order of sub-gates.

Measure.qasm()

Return a default OpenQASM string for the instruction.

Measure.repeat(n)

Creates an instruction with gate repeated n amount of times.