Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
5.24k
stars
2.36k
forks
source link
QuantumCircuit.append ignores calibrations #6632
Open
eggerdj opened 3 years ago
Information
What is the current behavior?
QuantumCircuit.append ignores calibrations.
Steps to reproduce the problem
prints
What is the expected behavior?
The calibrations of qc1 after the append should contain the calibrations of qc2, i.e.
qc1.calibrations
should showSuggested solutions
Transfer the calibrations in append if we append a quantum circuit.