├── LICENSE ├── README.md ├── [muchong.com]量子力学(苏汝铿版).pdf └── 郭国平、陈昭钧、郭光灿:《量子计算与编程入门》PDF教材.pdf /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 重庆同学 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Quantum-Computing 2 | 量子计算(Quantum Computing) 3 | 4 | * 量子算法,量子模拟,量子控制,量子软件,量子信息理论,量子纠错,量子机器学习,复杂性,量子开放系统,量子通信,量子器件,量子传感和多体纠缠。 5 | 6 | * Quantum algorithms, quantum simulation, quantum control, quantum software, quantum information theory, quantum error correction, quantum machine learning, complexity, quantum open systems, quantum communication, quantum device, quantum sensing, and many-body entanglement. 7 | 8 | 9 | ### Tutorial 10 | * 视频:http://v.dxsbb.com/search.php?searchword=量子力学 11 | 12 | * 复旦大学 苏汝铿:3个E. 13 | * E.(Energy 能量) 14 | * E.(entropy 熵)-信息 15 | * E.(entanglement 纠缠) 16 | 17 | 18 | 19 | 20 | 21 | --------- 22 | 23 | * [ 24 | 2019华为开发者大赛·量子计算赛道](https://developer.huaweicloud.com/competition/competitions/1000000101/introduction) 25 | 26 | 27 | ### **【开发环境推荐】** 28 | * 华为量子计算模拟平台 [http://hiq.huaweicloud.com](http://hiq.huaweicloud.com/) 29 | * ProjectQ [https://github.com/ProjectQ-Framework/ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) 30 | 31 | ### **【学习资料】** 32 | * 华为HiQ编程框架开发平台使用文档: [http://hiq.huaweicloud.com/doc/index.html](http://hiq.huaweicloud.com/doc/index.html) 33 | * ProjectQ 相关文档 :[https://github.com/ProjectQ-Framework/ProjectQ](https://github.com/ProjectQ-Framework/ProjectQ) 34 | 35 | **【公开课程】** 36 | * ETH在线课程QulD 2018:[https://qid.ethz.ch/](https://qid.ethz.ch/) 37 | 38 | 39 | ### License 40 | 41 | Copyright (c) [双愚](https://github.com/HuangCongQing). All rights reserved. 42 | 43 | Licensed under the MIT License. 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /[muchong.com]量子力学(苏汝铿版).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangCongQing/Quantum-Computing/ba6823a277447c8135ddfd62e083d3607fa7ab70/[muchong.com]量子力学(苏汝铿版).pdf -------------------------------------------------------------------------------- /郭国平、陈昭钧、郭光灿:《量子计算与编程入门》PDF教材.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HuangCongQing/Quantum-Computing/ba6823a277447c8135ddfd62e083d3607fa7ab70/郭国平、陈昭钧、郭光灿:《量子计算与编程入门》PDF教材.pdf --------------------------------------------------------------------------------