diff --git a/qiskit_ibm_runtime/fake_provider/fake_provider.py b/qiskit_ibm_runtime/fake_provider/fake_provider.py index ecd526168..5716d04a7 100644 --- a/qiskit_ibm_runtime/fake_provider/fake_provider.py +++ b/qiskit_ibm_runtime/fake_provider/fake_provider.py @@ -88,6 +88,7 @@ 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 @@ -95,18 +96,22 @@ def __init__(self) -> None: 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 @@ -116,12 +121,15 @@ 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 @@ -129,6 +137,7 @@ def __init__(self) -> None: FakeSherbrooke(), # type: ignore FakeSingaporeV2(), # type: ignore FakeSydneyV2(), # type: ignore + FakeTorino(), # type: ignore FakeTorontoV2(), # type: ignore FakeValenciaV2(), # type: ignore FakeVigoV2(), # type: ignore