mindquantum.core.gates.YGate#

class mindquantum.core.gates.YGate#

泡利Y门。矩阵为:

\[\begin{split}{\rm Y}=\begin{pmatrix}0&-i\\i&0\end{pmatrix}\end{split}\]

更多用法,请参见 XGate

get_cpp_obj()#

返回该门的c++对象。