Skip to content

Commit ad35454

Browse files
donghufenggitee-org
authored andcommitted
!2320 fix docs issue
Merge pull request !2320 from luojianing/code_docs_r0.9
2 parents 6508bed + eb04848 commit ad35454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mindquantum/algorithm/error_mitigation/random_benchmarking.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def generate_single_qubit_rb_circ(length: int, seed: int = None) -> Circuit:
9999
100100
Returns:
101101
:class:`~.core.circuit.Circuit`, the single qubit randomized benchmarking circuit, the quantum
102-
state of this circuit is zero state.
102+
state of this circuit is zero state.
103103
104104
Examples:
105105
>>> import numpy as np
@@ -140,7 +140,7 @@ def generate_double_qubits_rb_circ(length: int, seed: int = None) -> Circuit:
140140
141141
Returns:
142142
:class:`~.core.circuit.Circuit`, the double qubit randomized benchmarking circuit, the quantum state of
143-
this circuit is zero state.
143+
this circuit is zero state.
144144
145145
Examples:
146146
>>> import numpy as np

0 commit comments

Comments
 (0)