1.3K Star 2K Fork 3.5K

GVPMindSpore / mindquantum

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

mindquantum.core.operators.normal_ordered

.. py:function:: mindquantum.core.operators.normal_ordered(fermion_operator)

    计算并返回FermionOperator的规范顺序。
    根据惯例,规范顺序意味着项从最高模式索引(左侧)到最低(右侧)排序。
    此外,创建运算符首先出现,然后跟随湮灭运算符。
    例如 '3 4^' :math:`\rightarrow` '- 4^ 3' 。

    参数:
        - **fermion_operator** (FermionOperator) - 此参数只能为费米子类型运算符。

    返回:
        FermionOperator, 规范有序的FermionOperator。
Python
1
https://gitee.com/mindspore/mindquantum.git
git@gitee.com:mindspore/mindquantum.git
mindspore
mindquantum
mindquantum
master

搜索帮助