Skip to content

Commit

Permalink
Correct typo in deprecation message
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 dc31577 commit 1497412
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 v0.8.0. "
"The circuit cutting workflow in circuit_knitting.cutting now implements similar and improved functionalities, which will be maintained going forward."
" See https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/tutorials/04_automatic_cut_finding.ipynb for a tutorial on the newly added automated cut-finding functioanlity.",
" See https://qiskit-extensions.github.io/circuit-knitting-toolbox/circuit_cutting/tutorials/04_automatic_cut_finding.ipynb for a tutorial on the newly added automated cut-finding functionality.",
DeprecationWarning,
stacklevel=2,
)

0 comments on commit 1497412

Please sign in to comment.