Skip to content

Commit

Permalink
!2320 fix docs issue
Browse files Browse the repository at this point in the history
Merge pull request !2320 from luojianing/code_docs_r0.9
  • Loading branch information
donghufeng authored and gitee-org committed Apr 18, 2024
2 parents 6508bed + eb04848 commit ad35454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mindquantum/algorithm/error_mitigation/random_benchmarking.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def generate_single_qubit_rb_circ(length: int, seed: int = None) -> Circuit:
Returns:
:class:`~.core.circuit.Circuit`, the single qubit randomized benchmarking circuit, the quantum
state of this circuit is zero state.
state of this circuit is zero state.
Examples:
>>> import numpy as np
Expand Down Expand Up @@ -140,7 +140,7 @@ def generate_double_qubits_rb_circ(length: int, seed: int = None) -> Circuit:
Returns:
:class:`~.core.circuit.Circuit`, the double qubit randomized benchmarking circuit, the quantum state of
this circuit is zero state.
this circuit is zero state.
Examples:
>>> import numpy as np
Expand Down

0 comments on commit ad35454

Please sign in to comment.