Skip to content

Commit

Permalink
remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
natestemen committed Feb 22, 2024
1 parent c5afbd4 commit 9f8490c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions mitiq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,23 +18,14 @@
from mitiq.executor import Executor
from mitiq.observable import PauliString, Observable

# Interface between Cirq circuits and supported frontends.
from mitiq import interface

# About and version.
from mitiq._about import about
from mitiq._version import __version__

# Error mitigation modules.
from mitiq import cdr, pec, rem, zne, ddd

# Calibration
from mitiq.calibration import (
Calibrator,
execute_with_mitigation,
ZNE_SETTINGS,
Settings,
)

# Parallel interface for no error mitigation (for examples/benchmarking).
from mitiq import raw

0 comments on commit 9f8490c

Please sign in to comment.