Skip to content

Commit 2b08ee9

Browse files
committed
fix a typo in circuit.py
1 parent d8a1ba8 commit 2b08ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/circuit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ def expectation(
874874
:param nmc: repetition time for Monte Carlo sampling for noisfy calculation, defaults to 1000
875875
:type nmc: int, optional
876876
:param status: external randomness given by tensor uniformly from [0, 1], defaults to None,
877-
used for noisfy circuit sampling
877+
used for noisy circuit sampling
878878
:type status: Optional[Tensor], optional
879879
:raises ValueError: "Cannot measure two operators in one index"
880880
:return: Tensor with one element

0 commit comments

Comments
 (0)