You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 453 B

123456789101112131415161718192021
  1. # Description
  2. These scripts are going to test the performance between MindQuantum and PaddlePaddle Quantum with QAOA algorithm.
  3. Please install PaddlePaddle Quantum before runing these scripts.
  4. ## MindQuantum
  5. Run the command below to run QAOA algorithm with MindQuantum.
  6. ```bash
  7. python3 qaoa_mindquantum.py -o 1
  8. ```
  9. ## PaddlePaddle Quantum
  10. Run the command below to run QAOA algorithm with PaddlePaddle Quantum.
  11. ```bash
  12. python3 qaoa_paddle.py
  13. ```

MindQuantum是结合MindSpore和HiQ开发的量子机器学习框架,支持多种量子神经网络的训练和推理。得益于华为HiQ团队的量子计算模拟器和MindSpore高性能自动微分能力,MindQuantum能够高效处理量子机器学习、量子化学模拟和量子优化等问题,性能达到业界TOP1,为广大的科研人员、老师和学生提供了快速设计和验证量子机器学习算法的高效平台。

Contributors (1)