mindquantum.core.gates.HGate

查看源文件
class mindquantum.core.gates.HGate[源代码]

Hadamard门。矩阵为:

\[\begin{split}{\rm H}=\frac{1}{\sqrt{2}}\begin{pmatrix}1&1\\1&-1\end{pmatrix}\end{split}\]

更多用法,请参见 XGate

get_cpp_obj()[源代码]

返回该门的c++对象。