Simon's algorithm是第一个在解决特定问题上比经典算法展示出指数级加速的量子算法。 Simon's 问题 假设我们有一个黑箱函数f,一定满足“一对一”或者“二对一”。 “一对一”:对每一个输入都有唯一的输出, 比如: f(1)=1,f(2)=2,f(3)=3,f(4)=4 “二对一”:对每两个输入都有唯一的输出,且如果f...
Part 13 - Simon's Algorithm Part 14 - Grover's Search Algorithm Part 15 - Quantum Fourier Transform (QFT) Part 16 - Quantum Phase Estimation (QPE) Part 17 - Shor's Algorithm This course is exciting and full of practical exercises to help you reinforce the concepts which you learn in eac...
Added implementation of the Bernstein-Vazirani algorithm. Added implementation of the Simon's algorithm. Added implementation of the Shor's algorithm. Added optional capability forGrover's algorithm to take a custom initial state (as opposed to the default uniform superposition) Added capability to cre...
Added implementation of the Simon's algorithm. Added implementation of the Shor's algorithm. Added optional capability for Grover's algorithm to take a custom initial state (as opposed to the default uniform superposition) Added capability to create a Custom initial state using existing circuit. Add...
algorithms adaptive adaptive.rst algorithms.rst classical classical.rst many_sample many_sample.rst single_sample single_sample.rst aqua.rst circuits circuits.rst gates gates.rst components components.rst eigs eigs.rst feaure_maps feature_maps.rst initial_states initial_...