mindquantum.core.gates.RZ

查看源文件
class mindquantum.core.gates.RZ(pr)[源代码]

围绕z轴的旋转门。更多用法,请参见 RX

\[\begin{split}{\rm RZ}=\begin{pmatrix}\exp(-i\theta/2)&0\\ 0&\exp(i\theta/2)\end{pmatrix}\end{split}\]
参数:
  • pr (Union[int, float, str, dict, ParameterResolver]) - 参数化门的参数,详细解释请参见上文。

get_cpp_obj()[源代码]

返回该门的c++对象。