Skip to content

Commit

Permalink
Add new backends to FakeProviderForBackendV2 too
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Feb 29, 2024
1 parent 0658899 commit dfc9ab2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions qiskit_ibm_runtime/fake_provider/fake_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,25 +88,30 @@ def backends(self, name=None, **kwargs): # type: ignore

def __init__(self) -> None:
self._backends = [
FakeAlgiers(), # type: ignore
FakeAlmadenV2(), # type: ignore
FakeArmonkV2(), # type: ignore
FakeAthensV2(), # type: ignore
FakeAuckland(), # type: ignore
FakeBelemV2(), # type: ignore
FakeBoeblingenV2(), # type: ignore
FakeBogotaV2(), # type: ignore
FakeBrisbane(), # type: ignore
FakeBrooklynV2(), # type: ignore
FakeBurlingtonV2(), # type: ignore
FakeCairoV2(), # type: ignore
FakeCambridgeV2(), # type: ignore
FakeCasablancaV2(), # type: ignore
FakeCusco(), # type: ignore
FakeEssexV2(), # type: ignore
FakeGeneva(), # type: ignore
FakeGuadalupeV2(), # type: ignore
FakeHanoiV2(), # type: ignore
FakeJakartaV2(), # type: ignore
FakeJohannesburgV2(), # type: ignore
FakeKawasaki(), # type: ignore
FakeKolkataV2(), # type: ignore
FakeKyoto(), # type: ignore
FakeLagosV2(), # type: ignore
FakeLimaV2(), # type: ignore
FakeLondonV2(), # type: ignore
Expand All @@ -116,19 +121,23 @@ def __init__(self) -> None:
FakeMontrealV2(), # type: ignore
FakeMumbaiV2(), # type: ignore
FakeNairobiV2(), # type: ignore
FakeOsaka(), # type: ignore
FakeOslo(), # type: ignore
FakeOurenseV2(), # type: ignore
FakeParisV2(), # type: ignore
FakePeekskill(), # type: ignore
FakePerth(), # type: ignore
FakePrague(), # type: ignore
FakePoughkeepsieV2(), # type: ignore
FakeQuebec(), # type: ignore
FakeQuitoV2(), # type: ignore
FakeRochesterV2(), # type: ignore
FakeRomeV2(), # type: ignore
FakeSantiagoV2(), # type: ignore
FakeSherbrooke(), # type: ignore
FakeSingaporeV2(), # type: ignore
FakeSydneyV2(), # type: ignore
FakeTorino(), # type: ignore
FakeTorontoV2(), # type: ignore
FakeValenciaV2(), # type: ignore
FakeVigoV2(), # type: ignore
Expand Down

0 comments on commit dfc9ab2

Please sign in to comment.