File tree Expand file tree Collapse file tree
qualtran/bloqs/mod_arithmetic Expand file tree Collapse file tree Original file line number Diff line number Diff line change 157157 " ## `CModMulK`\n " ,
158158 " Perform controlled modular multiplication by a constant.\n " ,
159159 " \n " ,
160- " Applies $\\ ket{c}\\ ket{c } \\ rightarrow \\ ket{c} \\ ket{x*k^c \\ mod p}$.\n " ,
160+ " Applies $\\ ket{c}\\ ket{x } \\ rightarrow \\ ket{c} \\ ket{x*k^c \\ mod p}$.\n " ,
161161 " \n " ,
162162 " #### Parameters\n " ,
163163 " - `dtype`: Dtype of the register.\n " ,
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ def _moddbl_large() -> ModDbl:
175175class CModMulK (Bloq ):
176176 r"""Perform controlled modular multiplication by a constant.
177177
178- Applies $\ket{c}\ket{c } \rightarrow \ket{c} \ket{x*k^c \mod p}$.
178+ Applies $\ket{c}\ket{x } \rightarrow \ket{c} \ket{x*k^c \mod p}$.
179179
180180 Args:
181181 dtype: Dtype of the register.
You can’t perform that action at this time.
0 commit comments