Skip to content

Commit 4a6ee21

Browse files
committed
Remove stray inst_map references
1 parent 50a5dac commit 4a6ee21

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

qiskit_experiments/library/characterization/fine_amplitude.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -460,11 +460,7 @@ def _default_transpile_options(cls) -> Options:
460460
461461
Experiment Options:
462462
basis_gates: Set to :code:`["szx"]`.
463-
inst_map: The instruction schedule map that will contain the schedule for the
464-
Rzx(pi/2) gate. This schedule should be stored under the instruction name
465-
``szx``.
466463
"""
467464
options = super()._default_transpile_options()
468465
options.basis_gates = ["szx"]
469-
options.inst_map = None
470466
return options

qiskit_experiments/library/characterization/fine_frequency.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def _default_experiment_options(cls) -> Options:
123123
def _default_transpile_options(cls) -> Options:
124124
"""Default transpiler options."""
125125
options = super()._default_transpile_options()
126-
options.inst_map = None
127126
options.basis_gates = ["sx", "rz", "delay"]
128127
return options
129128

0 commit comments

Comments
 (0)