Skip to content

Commit

Permalink
fix docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
luojianing1 committed Apr 18, 2024
1 parent 6508bed commit eb04848
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 eb04848

Please sign in to comment.