搜索资源列表
entE
- 计算纠缠的程序,是量子力学中非常重要的程序,量子信息,量子计算需要大量的用它!
量子计算常用函数例程库
- 很好的量子计算常用函数例程库
QUBIT4MATLAB3.02
- 量子计算的matlab的应用,关于量子计算中在神经网络中的应用中的算法的实现。-The application of quantum computing matlab
MATLAB-quantum-well-calculation
- MATLAB计算量子阱,几篇非常有用的paper,里面包含源代码-MATLAB computational quantum well, a few very useful paper, which contains the source code
shor
- 大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。-Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a ver
QuantumInformationComputationlibrary
- 量子信息计算库。内涵计算量子纠缠等众多MATLAB程序,也包含很多自建类,如密度矩阵等等,内服详细说明-Quantum information computation liberary. Calculation of quantum entanglement content of MATLAB, and many other procedures, also contains a lot of self-categories, such as the density matrix and so
berkeley.quantum.191
- 伯克利大学量子计算课程讲义(cs191)berkeley university quantum computing course lecture notes-berkeley university quantum computing course lecture notes
qcf
- 量子计算函数,包括shor,grover等算法,非常方便-This document presents a brief tutorial/overview of QCF, then shows how it can be used to simulate the well-known algorithms of Deutsch, Deutch-Jozsa, and Grover.
qcf
- 量子计算例程网上的例程,详细请看内部readme-Quantum computing routines online routine, detailed look at the internal readme
QUBIT4MATLAB4.01
- 量子计算的matlab例程:QUBIT4MATLAB4.01-Quantum computing matlab routines: QUBIT4MATLAB4.01
quantum-physics-algorithms
- 量子物理学中的常用算法与程序,对于学习量子计算与量子信息比较有帮助-Commonly used in quantum physics algorithms and procedures for the study of quantum computing and quantum information more helpful
liangziyouhuaREF
- 一种较好的优化REF网络的量子计算算法。-very good!very good!very good!
shor-and-grover
- 量子计算与量子计算机的发展现状,简要介绍量子计算的基本知识。-failed to translate
liangzijisuan
- 量子计算与量子优化算法的部分程序,感兴趣的可以下载学习-Quantum computing and quantum optimization algorithm part of the program interested you can download to learn ~ ~
量子计算与量子优化算法附录程序
- 《量子计算与量子优化算法》附录Matlab程序(The appendix Matlab program of quantum computing and quantum optimization algorithm)
Grover's Search Algorithm
- Grover搜索算法,Grover的算法是一种量子算法,它可以高可能性地找到产生特定输出值的黑盒函数的唯一输入。(Grover's algorithm is a quantum algorithm that finds with high probability the unique input to a black box function that produces a particular output value.)
Grover's Search Algorithm
- Grover搜索算法,Grover的算法是一种量子算法,它可以高可能性地找到产生特定输出值的黑盒函数的唯一输入。(Grover's algorithm is a quantum algorithm that finds with high probability the unique input to a black box function that produces a particular output value.)
matlab编写的量子遗传算法
- matlab编写的量子遗传算法 :量子遗传算法是量子计算与遗传算法相结合的产物。目前,这一领域的研究主要集中在两类模型上:一类是基于量子多宇宙特征的多宇宙量子衍生遗传算法(Matlab quantum genetic algorithm: quantum genetic algorithm is the combination of quantum computing and genetic algorithm.At present, the research in this field mai
量子物理学中的常用算法与程序
- 此书简明扼要地讲述了计算物理的基础知识,并给出量子物理学中常用算法及相应的Fortran程序。(This book gives a brief account of the fundamentals of computational physics, and gives the algorithms commonly used in quantum physics and the corresponding Fortran program.)
量子遗传算法
- 以量子计算的一些概念和理论为基础,将量子计算和遗传算法相结合,利用量子位编码来表示染色体,用量子旋转门作用更新种群来完成进化搜索的一种概率优化方法。