Skip to content

Commit b413089

Browse files
Merge branch 'tqlpr78'
2 parents 94da851 + 4fbbd40 commit b413089

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tensorcircuit/densitymatrix.py

-4
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ def expectation(
269269
*ops: Tuple[tn.Node, List[int]],
270270
reuse: bool = True,
271271
noise_conf: Optional[Any] = None,
272-
nmc: int = 1000,
273272
status: Optional[Tensor] = None,
274273
**kws: Any
275274
) -> tn.Node.tensor:
@@ -283,8 +282,6 @@ def expectation(
283282
:type reuse: bool
284283
:param noise_conf: Noise Configuration, defaults to None
285284
:type noise_conf: Optional[NoiseConf], optional
286-
:param nmc: repetition time for Monte Carlo sampling for noisfy calculation, defaults to 1000
287-
:type nmc: int
288285
:param status: external randomness given by tensor uniformly from [0, 1], defaults to None,
289286
used for noisfy circuit sampling
290287
:type status: Optional[Tensor], optional
@@ -301,7 +298,6 @@ def expectation(
301298
self,
302299
*ops,
303300
noise_conf=noise_conf,
304-
nmc=nmc,
305301
status=status,
306302
**kws,
307303
)

0 commit comments

Comments
 (0)