Skip to content

Commit

Permalink
Fix trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdmalone committed Oct 11, 2023
1 parent 5d15993 commit 615be29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qualtran/bloqs/chemistry/thc.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class UniformSuperpositionTHC(Bloq):
r"""Prepare uniform superposition state for THC.
$$
|0\rangle^{\otimes 2\log(M+1)} \rightarrow \sum_{\mu\le\nu}^{M} |\mu\rangle|\nu\rangle
|0\rangle^{\otimes 2\log(M+1)} \rightarrow \sum_{\mu\le\nu}^{M} |\mu\rangle|\nu\rangle
+ \sum_{\mu}^{N/2}|\mu\rangle|\nu=M+1\rangle,
$$
Expand All @@ -82,7 +82,7 @@ class UniformSuperpositionTHC(Bloq):
1. inverting inequality tests should not need more toffolis.
2. We are not using phase-gradient gate toffoli cost for Ry rotations
3. Small differences in quoted vs implemented comparator costs.
See: https://github.com/quantumlib/Qualtran/issues/390
Args:
Expand Down

0 comments on commit 615be29

Please sign in to comment.