Skip to content

Commit

Permalink
回退 'Pull Request !2318 : fix docs issue'
Browse files Browse the repository at this point in the history
  • Loading branch information
donghufeng authored and gitee-org committed Apr 18, 2024
1 parent 7c756f7 commit deaf8e6
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 deaf8e6

Please sign in to comment.