We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99964cf commit 0bbea59Copy full SHA for 0bbea59
1 file changed
qctrlqiskit/quantum_circuit.py
@@ -191,7 +191,7 @@ def convert_dds_to_qiskit_quantum_circuit(
191
192
while (time_covered + gate_time) <= offset:
193
for qubit in target_qubits:
194
- quantum_circuit.id( # pylint: disable=no-member
+ quantum_circuit.iden( # pylint: disable=no-member
195
quantum_registers[qubit]
196
)
197
quantum_circuit.barrier( # pylint: disable=no-member
0 commit comments