Skip to content

Commit 61dcf0e

Browse files
committed
Removal calibration support from ParallelExperiment
1 parent 2a95810 commit 61dcf0e

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

qiskit_experiments/framework/composite/parallel_experiment.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,4 @@ def _combined_circuits(self, device_layout: bool) -> List[QuantumCircuit]:
182182
circuit.metadata["composite_qubits"].append(qubits)
183183
circuit.metadata["composite_clbits"].append(clbits)
184184

185-
# Add the calibrations
186-
for gate, cals in sub_circ.calibrations.items():
187-
for key, sched in cals.items():
188-
circuit.add_calibration(gate, qubits=key[0], schedule=sched, params=key[1])
189-
190185
return joint_circuits

0 commit comments

Comments
 (0)