Skip to content

Commit

Permalink
removed cotengra UserWarning at import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRalli committed Oct 8, 2024
1 parent ddf1101 commit 9e78d57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified symmer/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions symmer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
"""Main init for package."""
import warnings
warnings.filterwarnings('ignore', module='cotengra')
from symmer.process_handler import process
from symmer.operators import PauliwordOp, QuantumState
from symmer.projection import QubitTapering, ContextualSubspace, QubitSubspaceManager

0 comments on commit 9e78d57

Please sign in to comment.