1.4K Star 2.3K Fork 3.7K

GVPMindSpore/mindquantum

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindquantum.algorithm.compiler.euler_decompose.rst 740 Bytes
一键复制 编辑 原始数据 按行查看 历史
donghufeng 提交于 2023-11-01 01:16 . re-organize docs

mindquantum.algorithm.compiler.euler_decompose

.. py:function:: mindquantum.algorithm.compiler.euler_decompose(gate: QuantumGate, basis: str = 'zyz', with_phase: bool = True)

    单比特门欧拉分解。

    当前支持 `ZYZ` 和 `U3` 分解。

    参数:
        - **gate** (:class:`~.core.gates.QuantumGate`) - 一个单比特的量子门。
        - **basis** (str) - 分解的基,可以是 ``'zyz'`` 或者 ``'u3'`` 中的一个。默认值: ``'zyz'``。
        - **with_phase** (bool) - 是否将全局相位以 :class:`~.core.gates.GlobalPhase` 的形式作用在量子线路上。

    返回:
        List[:class:`~.core.circuit.Circuit`],可能的分解方式。
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindquantum.git
git@gitee.com:mindspore/mindquantum.git
mindspore
mindquantum
mindquantum
r0.9

搜索帮助