mindquantum.core.gates.YGate =============================== .. py:class:: mindquantum.core.gates.YGate 泡利Y门。矩阵为: .. math:: {\rm Y}=\begin{pmatrix}0&-i\\i&0\end{pmatrix} 更多用法,请参见 :class:`~.core.gates.XGate`。 .. py:method:: get_cpp_obj() 返回该门的c++对象。