1.8K Star 3.1K Fork 4.3K

GVPMindSpore/mindquantum

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
mindquantum.algorithm.nisq.Ansatz14.rst 754 Bytes
Copy Edit Raw Blame History
donghufeng authored 2 years ago . re-organize docs

mindquantum.algorithm.nisq.Ansatz14

.. py:class:: mindquantum.algorithm.nisq.Ansatz14(n_qubits: int, depth: int, prefix: str = '', suffix: str = '')

    Arxiv 论文中所提及的量子线路14。

    .. image:: ./ansatz_images/ansatz14.png
        :height: 180px

    请参考论文 `Expressibility and entangling capability of parameterized quantum circuits for hybrid
    quantum-classical algorithms <https://arxiv.org/abs/1905.10876>`_.

    参数:
        - **n_qubits** (int) - 量子线路的总比特数。
        - **depth** (int) - ansatz 的循环层数。
        - **prefix** (str) - 参数的前缀。默认值: ``''``。
        - **suffix** (str) - 参数的后缀。默认值: ``''``。
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mindspore/mindquantum.git
git@gitee.com:mindspore/mindquantum.git
mindspore
mindquantum
mindquantum
r0.9

Search