From 2829df5e4e18c709a21b5d37e6ce6b6fa5105226 Mon Sep 17 00:00:00 2001 From: Or Samimi Golan Date: Mon, 22 Jul 2024 14:32:18 +0300 Subject: [PATCH] added README file to the research directory --- research/README.md | 118 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 research/README.md diff --git a/research/README.md b/research/README.md new file mode 100644 index 00000000..1756b90c --- /dev/null +++ b/research/README.md @@ -0,0 +1,118 @@ +# Quantum Algorithms Research Papers And Implementations + +This page gathers research papers for both canonical and recent works, that +include concrete quantum algorithms. Researchers are invited to add their work +to the table. We also encourage the community to add implementations to papers listed +in the table or to add new ones. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Paper NameImplementationsShort DescriptionTags
Polynomial-Time Algorithms for Prime Factorization and Discrete Logarithms on a Quantum Computer + Prime Factorization
+ Discrete Logarithm
+
Shor's algorithm for prime factorization and discrete logarithms#algebraic #prime_factorization #discrete_logarithms
A fast quantum mechanical algorithm for database search + Grover search for a 3-SAT problem + Grover's algorithm for fast database search#grover #database_search
Quantum algorithm for solving linear systems of equations + HHL Implementation + HHL algorithm for solving linear systems#hhl #linear_systems
A Quantum Approximate Optimization Algorithm + Max Cut Problem + QAOA for combinatorial optimization problems#qaoa #optimization
A variational eigenvalue solver on a quantum processor + VQE Implementation for molecule ground state solving + Variational Quantum Eigensolver (VQE) for finding eigenvalues#vqe
Exponential quantum speedup in simulating coupled classical oscillators + Glued Trees Implementation + Exponential speedup in solving system of coupled harmonic oscilators#quantum_speedup
Rapid solution of problems by quantum computation + Deutsch-Jozsa Implementation + Deutsch-Jozsa algorithm for rapid problem solving#deutsch_jozsa #problem_solving
Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics + QSVT matrix inversion
+ QSVT fixed point amplitude amplification
+
Introduction of the QSVT Algorithmic framework and its applications#qsvt #quantum_algorithms
On the Power of Quantum Computation + Simon's Algorithm Implementation + Simon's algorithm demonstrating quantum computational power#simon #quantum_computation
Quantum supremacy using a programmable superconducting processorGoogle's demonstration of quantum supremacy#quantum_supremacy #google
Quantum optimization using a 127-qubit gate-model IBM quantum computer can outperform quantum annealers for nontrivial binary optimization problemsQ Ctrl optimization using a 127-qubit gate-model IBM quantum computer#quantum_optimization #ibm
+ Quantum Amplitude Loading for Rainbow Options Pricing + + Direct Method
+ Integration Method +
+ Implementation of the quantum monte-carlo integration method for the use case of rainbow option pricing + + #option_pricing
+ #amplitude_estimation +