Skip to content

Commit

Permalink
Simplify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesyuan314 committed Jul 12, 2024
1 parent fc85fe7 commit 32dea0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qualtran/bloqs/block_encoding/phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Phase(BlockEncoding):
r"""Apply a phase to a block encoding.
Given $B[A]$ as a $(\alpha, a, \epsilon)$-block encoding of $A$, produces a
$(\alpha, a, \epsilon)$-block encoding $B[\exp(i\pi\phi)A]$ of $\exp(i\pi\phi)A$.
$(\alpha, a, \epsilon)$-block encoding of $\exp(i\pi\phi)A$.
Args:
block_encoding: The block encoding to apply a phase to.
Expand Down

0 comments on commit 32dea0d

Please sign in to comment.