Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
5 years ago | |
|---|---|---|
| .. | ||
| README.md | 5 years ago | |
| _parse_args.py | 5 years ago | |
| qaoa_mindquantum.py | 5 years ago | |
| qaoa_paddle.py | 5 years ago | |
These scripts are going to test the performance between MindQuantum and PaddlePaddle Quantum with QAOA algorithm.
Please install PaddlePaddle Quantum before runing these scripts.
Run the command below to run QAOA algorithm with MindQuantum.
python3 qaoa_mindquantum.py -o 1
Run the command below to run QAOA algorithm with PaddlePaddle Quantum.
python3 qaoa_paddle.py
MindQuantum是结合MindSpore和HiQ开发的量子机器学习框架,支持多种量子神经网络的训练和推理。得益于华为HiQ团队的量子计算模拟器和MindSpore高性能自动微分能力,MindQuantum能够高效处理量子机器学习、量子化学模拟和量子优化等问题,性能达到业界TOP1,为广大的科研人员、老师和学生提供了快速设计和验证量子机器学习算法的高效平台。
Python Jupyter Notebook Markdown Shell other