Skip to content

Commit

Permalink
Edited docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mho291 committed Oct 23, 2024
1 parent 72717d9 commit 77a73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/models/encodings.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def ghz_state(nqubits: int, **kwargs):
For details, see the documentation of :class:`qibo.models.circuit.Circuit`.
Returns:
:class:`qibo.models.circuit.Circuit`: GHZ state
:class:`qibo.models.circuit.Circuit`: Circuit that prepares the GHZ state.
"""
if nqubits < 2:
raise_error(
Expand Down

0 comments on commit 77a73ad

Please sign in to comment.