Skip to content

Commit

Permalink
Remove transpile options from FineDragCal
Browse files Browse the repository at this point in the history
Calibration experiments currently override `_transpiled_circuits()` and
ignore transpile options so these options were not doing anything
besides generating a `UserWarning` when creating a `FineDragCal`
instance.
  • Loading branch information
wshanks committed Nov 30, 2023
1 parent ba30d14 commit 5a9f50e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qiskit_experiments/library/calibration/fine_drag_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ def __init__(
auto_update=auto_update,
)

self.set_transpile_options(basis_gates=["sx", schedule_name, "rz"])

@classmethod
def _default_experiment_options(cls) -> Options:
"""Default experiment options.
Expand Down

0 comments on commit 5a9f50e

Please sign in to comment.