Reset

class Reset[source]

Qubit reset.

Create new reset instruction.

Attributes

Reset.decompositions

Get the decompositions of the instruction from the SessionEquivalenceLibrary.

Reset.definition

Return definition in terms of other basic gates.

Reset.params

return instruction params.

Methods

Reset.add_decomposition(decomposition)

Add a decomposition of the instruction to the SessionEquivalenceLibrary.

Reset.assemble()

Assemble a QasmQobjInstruction

Reset.broadcast_arguments(qargs, cargs)

Validation of the arguments.

Reset.c_if(classical, val)

Add classical condition on register classical and value val.

Reset.copy([name])

Copy of the instruction.

Reset.inverse()

Invert this instruction.

Reset.is_parameterized()

Return True .IFF.

Reset.mirror()

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

Reset.qasm()

Return a default OpenQASM string for the instruction.

Reset.repeat(n)

Creates an instruction with gate repeated n amount of times.