Skip to content

Commit

Permalink
update fine_frequency.py (Qiskit-Extensions#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naohnakazawa committed Apr 30, 2024
1 parent f62d346 commit 3ffb37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qiskit_experiments/library/characterization/fine_frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ class FineFrequency(BaseExperiment):
:hide-code:
# backend
from qiskit.providers.fake_provider import GenericBackendV2
num_qubits=27
backend =GenericBackendV2(num_qubits=num_qubits)
from qiskit_ibm_runtime.fake_provider import FakePerth
from qiskit_aer import AerSimulator
backend =AerSimulator.from_backend(FakePerth())
.. jupyter-execute::
Expand Down

0 comments on commit 3ffb37b

Please sign in to comment.