mindquantum.io.random_hiqasm
=============================

.. image:: https://mindspore-website.obs.cn-north-4.myhuaweicloud.com/website-images/r2.5.0/resource/_static/logo_source.svg
    :target: https://gitee.com/mindspore/mindquantum/blob/r0.10/docs/api_python/io/mindquantum.io.random_hiqasm.rst
    :alt: 查看源文件


.. py:function:: mindquantum.io.random_hiqasm(n_qubits, gate_num, version='0.1', seed=42)

    生成随机的hiqasm格式支持的量子线路。

    参数:
        - **n_qubits** (int) - 此量子线路中的量子比特总数。
        - **gate_num** (int) - 此量子线路中的门总数。
        - **version** (str) - HIQASM的版本。默认值: ``"0.1"``。
        - **seed** (int) - 生成此随机量子线路的随机种子。默认值: ``42``。

    返回:
        str,HIQASM格式的量子线路。