1 Star 0 Fork 3.3K

刘小林 / mindquantum

forked from MindSpore / mindquantum 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 4.24 KB
一键复制 编辑 原始数据 按行查看 历史
donghufeng 提交于 2021-08-05 17:37 . update README

MindQuantum

查看中文

What is MindQuantum

MindQuantum is a quantum machine learning framework developed by MindSpore and HiQ, that can be used to build and train different quantum neural networks. Thanks to the powerful algorithm of quantum software group of Huawei and High-performance automatic differentiation ability of MindSpore, MindQuantum can efficiently handle problems such as quantum chemical simulation and quantum approximation optimization with TOP1 performance, which provides an efficient platform for researchers, teachers and students to quickly design and verify quantum machine learning algorithms.

MindQuantum Architecture

Installation

Confirming System Environment Information

  • The hardware platform should be Linux CPU with avx supported.
  • Refer to MindQuantum Installation Guide, install MindSpore, version 1.2.0 or later is required.
  • See setup.py for the remaining dependencies.

Install by Source Code

1.Download Source Code from Gitee

cd ~
git clone https://gitee.com/mindspore/mindquantum.git

2.Compiling MindQuantum

cd ~/mindquantum
python setup.py install --user

Install by pip

Install MindSpore

pip install https://hiq.huaweicloud.com/download/mindspore/cpu/x86_64/mindspore-1.3.0-cp38-cp38-linux_x86_64.whl -i https://pypi.tuna.tsinghua.edu.cn/simple

Install MindQuantum

pip install https://hiq.huaweicloud.com/download/mindquantum/any/mindquantum-0.2.0-py3-none-any.whl -i https://pypi.tuna.tsinghua.edu.cn/simple
  • When the network is connected, dependency items are automatically downloaded during .whl package installation. (For details about other dependency items, see setup.py). In other cases, you need to manually install dependency items.

Verifying Successful Installation

Successfully installed, if there is no error message such as No module named 'mindquantum' when execute the following command:

python -c 'import mindquantum'

Install with Docker

Mac or Windows users can install MindQuantum through Docker. Please refer to Docker installation guide

Note

Please set the parallel core number before running MindQuantum scripts. For example, if you want to set the parallel core number to 4, please run the command below:

export OMP_NUM_THREADS=4

For large servers, please set the number of parallel kernels appropriately according to the size of the model to achieve optimal results.

Quick Start

For more details about how to build a parameterized quantum circuit and a quantum neural network and how to train these models, see the MindQuantum Tutorial.

Docs

More details about installation guide, tutorials and APIs, please see the User Documentation.

Community

Governance

Check out how MindSpore Open Governance works.

Contributing

Welcome contributions. See our Contributor Wiki for more details.

License

Apache License 2.0

Python
1
https://gitee.com/liu_xiaolin_lpl/mindquantum.git
git@gitee.com:liu_xiaolin_lpl/mindquantum.git
liu_xiaolin_lpl
mindquantum
mindquantum
master

搜索帮助