Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahsolt/ccf-3rd-pilot-cup-first-stage
第三届CCF“司南杯”量子计算编程挑战赛-通用赛道 初赛
https://github.com/kahsolt/ccf-3rd-pilot-cup-first-stage
contest-solution quantum-computing
Last synced: about 2 months ago
JSON representation
第三届CCF“司南杯”量子计算编程挑战赛-通用赛道 初赛
- Host: GitHub
- URL: https://github.com/kahsolt/ccf-3rd-pilot-cup-first-stage
- Owner: Kahsolt
- License: mit
- Created: 2024-04-28T15:29:48.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-03T03:26:39.000Z (7 months ago)
- Last Synced: 2024-06-03T04:57:53.415Z (7 months ago)
- Topics: contest-solution, quantum-computing
- Language: Python
- Homepage:
- Size: 4.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CCF 3rd-Pilot-Cup first-stage
第三届CCF“司南杯”量子计算编程挑战赛-通用赛道 初赛
----
比赛页面: [第三届CCF“司南杯”量子计算编程挑战赛通用赛道](https://learn.originqc.com.cn/zh/contest/list/34/contest:introduction)
队名: 我吃两个
得分: 90 (错了两个多选😭, 怎么会事呢??)决赛的 repo 在这里:[Adiabatic-Linear-Solver-QPanda](https://github.com/Kahsolt/Adiabatic-Linear-Solver-QPanda)
### install
- `pip install pyvqnet --index-url https://pypi.originqc.com.cn`
### references
- Tiny-Q: [https://github.com/Kahsolt/Tiny-Q](https://github.com/Kahsolt/Tiny-Q)
- on_gates: [https://github.com/gecrooks/on_gates](https://github.com/gecrooks/on_gates)
- W state in multi-qubit systems: [https://github.com/qiskit-community/qiskit-community-tutorials/blob/master/awards/teach_me_qiskit_2018/w_state/W%20State%201%20-%20Multi-Qubit%20Systems.ipynb](https://github.com/qiskit-community/qiskit-community-tutorials/blob/master/awards/teach_me_qiskit_2018/w_state/W%20State%201%20-%20Multi-Qubit%20Systems.ipynb)
- (2018) Efficient quantum algorithms for GHZ and W states: [https://arxiv.org/abs/1807.05572](https://arxiv.org/abs/1807.05572)
- (2020) Three qubits can be entangled in two inequivalent ways: [https://arxiv.org/abs/quant-ph/0005115](https://arxiv.org/abs/quant-ph/0005115)
- (2022) Deterministic construction of arbitrary W states with quadratically increasing number of two-qubit gates: [https://arxiv.org/abs/1606.09290](https://arxiv.org/abs/1606.09290)
- (2021) Quantum unary approach to option pricing: [https://arxiv.org/abs/1912.01618](https://arxiv.org/abs/1912.01618)
- (2023) Variational preparation of entangled states on quantum computers: [https://arxiv.org/abs/2306.17422](https://arxiv.org/abs/2306.17422)----
by Armit
2024/04/15