Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyGarion committed Nov 15, 2022
1 parent 773d066 commit 179b5a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions qiskit/synthesis/linear/graysynth.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ def synth_cnot_count_full_pmh(state, section_size=2):
Patel–Markov–Hayes algorithm [1]. section_size must be a factor of num_qubits.
Returns:
QuantumCircuit: a CX-only circuit implementing the
desired linear transformation
QuantumCircuit: a CX-only circuit implementing the linear transformation.
Raises:
QiskitError: when variable "state" isn't of type numpy.ndarray
Expand Down

0 comments on commit 179b5a0

Please sign in to comment.