We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29089e6 commit 672981eCopy full SHA for 672981e
tensorcircuit/channels.py
@@ -704,7 +704,7 @@ def choi_to_kraus(
704
:param choi: Choi matrix
705
:type choi: Matrix
706
:param truncation_rules: A dictionary to restrict the calculation of kraus matrices. The restriction
707
- can be the number of kraus terms, which is jitable. It can also be the truncattion error, which is not jitable.
+ can be the number of kraus terms, which is jitable. It can also be the truncattion error, which is not jitable.
708
:type truncation_rules: Dictionary
709
:return: A list of Kraus operators
710
:rtype: Sequence[Matrix]
0 commit comments