Skip to content

Commit

Permalink
Refactor class hierarchy.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhartman committed Jan 25, 2024
1 parent de5bc0e commit dd9f94c
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 492 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 @@ -210,7 +210,7 @@
FakeBackendV2
FakeBackend5QV2
FakeMumbaiFractionalCX
GenericFakeBackend
make_generic_backend
Fake Backend Base Classes
=========================
Expand Down Expand Up @@ -249,4 +249,4 @@
from .fake_1q import Fake1Q
from .fake_backend_v2 import FakeBackendV2, FakeBackend5QV2
from .fake_mumbai_v2 import FakeMumbaiFractionalCX
from .fake_generic import GenericFakeBackend
from .fake_generic import make_generic_backend
Loading

0 comments on commit dd9f94c

Please sign in to comment.