Skip to content

Commit

Permalink
Update deprecation message in init file
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Garrison <garrison@ibm.com>
  • Loading branch information
ibrahim-shehzad and garrison committed Apr 4, 2024
1 parent c8b810f commit e90fd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuit_knitting/cutting/cutqc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
warn(
f"The package {__name__} is deprecated and will be removed no sooner than Circuit Knitting Toolbox 0.8.0. "
"There is a new circuit cutting implementation in circuit_knitting.cutting that implements similar and improved functionality, which will be maintained going forward."
" See docs/tutorials/04_automatic_cut_finding.ipynb for a tutorial on automated LO cut-finding.",
" See https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/tutorials/04_automatic_cut_finding.ipynb for a tutorial on automated cut-finding.",
DeprecationWarning,
stacklevel=2,
)

0 comments on commit e90fd4d

Please sign in to comment.