Skip to content

Commit

Permalink
Update qubitization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KetpuntoG committed Sep 17, 2024
1 parent b78565c commit addc30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/templates/subroutines/qubitization.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Qubitization(Operation):
It is implemented with a quantum walk operator that takes a Hamiltonian as input and generates:
.. math::
Q = (2|0\rangle\langle 0| - I) \text{Prep}_{\mathcal{H}}^{\dagger} \text{Sel}_{\mathcal{H}} \text{Prep}_{\mathcal{H}}.
Q = \text{Prep}_{\mathcal{H}}^{\dagger} \text{Sel}_{\mathcal{H}} \text{Prep}_{\mathcal{H}}(2|0\rangle\langle 0| - I).
Expand Down

0 comments on commit addc30c

Please sign in to comment.