Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit 0bbea59

Browse files
committed
iden
1 parent 99964cf commit 0bbea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qctrlqiskit/quantum_circuit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def convert_dds_to_qiskit_quantum_circuit(
191191

192192
while (time_covered + gate_time) <= offset:
193193
for qubit in target_qubits:
194-
quantum_circuit.id( # pylint: disable=no-member
194+
quantum_circuit.iden( # pylint: disable=no-member
195195
quantum_registers[qubit]
196196
)
197197
quantum_circuit.barrier( # pylint: disable=no-member

0 commit comments

Comments
 (0)