Skip to content

Commit fe770bf

Browse files
nkanazawa1989chriseclectic
authored andcommitted
Update qiskit_experiments/library/characterization/fine_amplitude.py
1 parent e65c4ef commit fe770bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiskit_experiments/library/characterization/fine_amplitude.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __init__(self, qubit: int, gate: Gate, backend: Optional[Backend] = None):
134134
backend: Optional, the backend to run the experiment on.
135135
"""
136136
super().__init__([qubit], backend=backend)
137-
self.experiment_options.gate = gate
137+
self.set_experiment_options(gate=gate)
138138

139139
def _pre_circuit(self) -> QuantumCircuit:
140140
"""Return a preparation circuit.

0 commit comments

Comments
 (0)