Skip to content

Commit 672981e

Browse files
committed
revise thermalrelax2
1 parent 29089e6 commit 672981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/channels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ def choi_to_kraus(
704704
:param choi: Choi matrix
705705
:type choi: Matrix
706706
: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.
707+
can be the number of kraus terms, which is jitable. It can also be the truncattion error, which is not jitable.
708708
:type truncation_rules: Dictionary
709709
:return: A list of Kraus operators
710710
:rtype: Sequence[Matrix]

0 commit comments

Comments
 (0)