Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Jul 12, 2022
1 parent d2d0cf1 commit 6cf67f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions qiskit/providers/fake_provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@
FakeCambridgeV2
FakeCasablancaV2
FakeEssexV2
FakeGuadalupeV2
FakeGenevaV2
FakeGuadalupeV2
FakeHanoiV2
FakeJakartaV2
FakeJohannesburgV2
Expand Down Expand Up @@ -174,8 +174,8 @@
FakeCambridge
FakeCasablanca
FakeEssex
FakeGuadalupe
FakeGeneva
FakeGuadalupe
FakeHanoi
FakeJakarta
FakeJohannesburg
Expand Down
4 changes: 2 additions & 2 deletions qiskit/providers/fake_provider/backends/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
from .cambridge import FakeCambridgeV2
from .casablanca import FakeCasablancaV2
from .essex import FakeEssexV2
from .guadalupe import FakeGuadalupeV2
from .geneva import FakeGenevaV2
from .guadalupe import FakeGuadalupeV2
from .hanoi import FakeHanoiV2
from .jakarta import FakeJakartaV2
from .johannesburg import FakeJohannesburgV2
Expand Down Expand Up @@ -72,8 +72,8 @@
from .cambridge import FakeCambridgeAlternativeBasis
from .casablanca import FakeCasablanca
from .essex import FakeEssex
from .guadalupe import FakeGuadalupe
from .geneva import FakeGeneva
from .guadalupe import FakeGuadalupe
from .hanoi import FakeHanoi
from .jakarta import FakeJakarta
from .johannesburg import FakeJohannesburg
Expand Down
4 changes: 2 additions & 2 deletions qiskit/providers/fake_provider/fake_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ def __init__(self):
FakeCambridgeV2(),
FakeCasablancaV2(),
FakeEssexV2(),
FakeGuadalupeV2(),
FakeGenevaV2(),
FakeGuadalupeV2(),
FakeHanoiV2(),
FakeJakartaV2(),
FakeJohannesburgV2(),
Expand Down Expand Up @@ -170,8 +170,8 @@ def __init__(self):
FakeCambridgeAlternativeBasis(),
FakeCasablanca(),
FakeEssex(),
FakeGuadalupe(),
FakeGeneva(),
FakeGuadalupe(),
FakeHanoi(),
FakeJakarta(),
FakeJohannesburg(),
Expand Down

0 comments on commit 6cf67f5

Please sign in to comment.