Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.41 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.41 KB

MindSpore Quantum Compuation Hackathon 2023

量子信息技术与应用创新大赛 —— 2023 MindSpore 量子计算黑客松全国大赛

比赛页面: https://competition.huaweicloud.com/information/1000041884/introduction

比赛分为三个阶段:

  • 热身赛 stage0: Mindquantum 基本使用
  • 初赛 stage1: 主要赛题发布
  • 决赛 stage2: 题目和初赛一样,换了数据

两个赛道 (我们只做了VQE赛道):

  • 量子化学模拟赛道 (VQE)

    • 最优化分子结构求解
    • 激发态能量求解的浅层线路设计
  • 量子组合优化赛道 (QAOA)

    • 使用量子组合优化算法求解 Max-Cut 问题
    • 使用量子组合优化算法求解 Min-Cut 问题

install

⚠ The dependent package pyscf does NOT support native Windows, so you must run code under Linux :(

  • create venv
    • conda create -n mq python==3.9
    • conda activate mq
  • install mindspore
    • follow https://www.mindspore.cn/install
    • install combination 2.0.0 + CPU + Windows-x64 + Python 3.9 + Pip
    • fix PIL version compatible error: pip install Pillow==9.5.0
    • test installation python -c "import mindspore;mindspore.run_check()"
  • pip install mindquantum
  • pip install -r requirements.txt

references


by Armit 2023/07/07