Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Feb 19, 2024
1 parent db2ca7c commit 674dd85
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion scripts/examples/atd_example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" example simulation script """
"""example simulation script"""

import numpy as np
import scipy
Expand Down
16 changes: 8 additions & 8 deletions src/mqt/qecc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
)

__all__ = [
"__version__",
"AnalogTannergraphDecoder",
"AtdSimulator",
"Code",
"Decoder",
"UFHeuristic",
"UFDecoder",
"GrowthVariant",
"DecodingResult",
"DecodingResultStatus",
"DecodingRunInformation",
"sample_iid_pauli_err",
"apply_ecc",
"AnalogTannergraphDecoder",
"AtdSimulator",
"GrowthVariant",
# "SoftInfoDecoder",
"QssSimulator",
"UFDecoder",
"UFHeuristic",
"__version__",
"apply_ecc",
"sample_iid_pauli_err",
]
4 changes: 2 additions & 2 deletions src/mqt/qecc/cc_decoder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def code_from_string(lattice_type: str, distance: int) -> ColorCode:


__all__ = [
"tn_decoder",
"HexagonalColorCode",
"ColorCode",
"HexagonalColorCode",
"LatticeType",
"SquareOctagonColorCode",
"code_from_string",
"tn_decoder",
]

0 comments on commit 674dd85

Please sign in to comment.