English
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Delay

class Delay(duration, unit='dt')[source]

Bases: qiskit.circuit.instruction.Instruction

Do nothing and just delay/wait/idle for a specified duration.

Create new delay instruction.

Methods

add_decomposition

Add a decomposition of the instruction to the SessionEquivalenceLibrary.

assemble

Assemble a QasmQobjInstruction

broadcast_arguments

Validation of the arguments.

c_if

Set a classical equality condition on this instruction between the register or cbit classical and value val.

copy

Copy of the instruction.

inverse

Special case.

is_parameterized

Return True .IFF.

qasm

Return a default OpenQASM string for the instruction.

repeat

Creates an instruction with gate repeated n amount of times.

reverse_ops

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

soft_compare

Soft comparison between gates.

to_matrix

Return a Numpy.array for the unitary matrix.

validate_parameter

Delay parameter (i.e.

Attributes

condition_bits

Get Clbits in condition.

Return type

List[Clbit]

decompositions

Get the decompositions of the instruction from the SessionEquivalenceLibrary.

definition

Return definition in terms of other basic gates.

duration

Get the duration of this delay.

label

Return instruction label

Return type

str

name

Return the name.

num_clbits

Return the number of clbits.

num_qubits

Return the number of qubits.

params

return instruction params.

unit

Get the time unit of duration.