Topic: "quantum-fourier-transform"
qcc4cp/qcc
Source code for the book "Quantum Computing for Programmers", Cambridge University Press
Language: C++ - Size: 2.46 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 86 - Forks: 27

ica574/quantum-image-processing
An implementation of the quantum fourier transform circuit using IBM Qiskit ⚛️. In theory, this would dramatically speed up image processing operations particularly useful in computer vision 🤖.
Language: Python - Size: 6.84 KB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 1

18520339/uts-quantum-computing
Interactive Showcases of Quantum Tic-Tac-Toe Game and Shor's Algorithm for Integer Factorization, covering various Quantum Computing concepts like Quantum Gates, Superposition & Entanglement, Measurement & Collapse, or Quantum Fourier Transform & Phase Estimation, etc.
Language: Jupyter Notebook - Size: 2.9 MB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 3

ritu-thombre99/Breaking-RSA-using-Shors-algorithm
The code demonstrates how a third party can break the RSA by obtaining the secret key by using public key and interrupt the communication and modifies the messages in transit.
Language: Jupyter Notebook - Size: 457 KB - Last synced at: 2 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 1

singhdivyank/Quantum
Qiskit implementation of Quantum computing terminologies using Quantum algorithms and gates
Language: Jupyter Notebook - Size: 1.17 MB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

AMevans12/Quantum-Codes-Qiskit-Module-
Explore quantum computing with Qiskit! Dive into Grover's algorithm, Quantum Fourier Transform, and more. Includes code executed on IBM Quantum Experience.
Language: Jupyter Notebook - Size: 157 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

pptacher/quantum
Thorough solutions of some problems from the book "Quantum Computation and Quantum Information".
Size: 8.49 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

JessicaJohnBritto/Quantum-Computing-and-Information
Quantum Computing Notes | Quantum algorithms and protocols using qiskit | QFT using Pennylane and Cirq | Xanadu CodeBook | Tutorials in Cirq
Language: Jupyter Notebook - Size: 15.2 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

nagarx/Evaluate_Quantum_Fourier_Transform_using_Quantum_Machine_Learning
An advanced exploration of Quantum Fourier Transform (QFT) using Quantum Machine Learning (QML). This project delves into the optimization of variational quantum circuits, leveraging machine learning techniques to evaluate and visualize the transformation capabilities of QFT in quantum computing.
Language: Jupyter Notebook - Size: 277 KB - Last synced at: about 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

paramrathour/Quantum-Computing
My assignment solutions for Quantum Computing Workshop
Language: Jupyter Notebook - Size: 675 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 2

gurbaaz27/cs682a-quantum-computing-assignments
Language: Jupyter Notebook - Size: 2.61 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

kkKaan/quantum-computing
Implementations of some quantum algorithms with Qiskit.
Language: Jupyter Notebook - Size: 2.46 MB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

ShehbazTariq/qc-noise
Quantum Noise Analysis for Quantum Addition: Part of the Quantum Computing Mentorship Program Screening Task. This repository explores the effects of noise on quantum computations, implements quantum addition using the Draper adder algorithm, and demonstrates techniques to mitigate noise impact on quantum circuits.
Language: Jupyter Notebook - Size: 257 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

yoyolicoris/qmul-ecs7011-courseworks
My coursework submissions to the module ECS7011P Quantum Programming, QMUL.
Language: Jupyter Notebook - Size: 1.21 MB - Last synced at: 9 days ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

ericyoc/ibm-qiskit_image_processing_poc
Demonstrates basic quantum image processing techniques using Qiskit
Language: Jupyter Notebook - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

HROlive/Basic-Quantum-Computing-Algorithms-and-Their-Implementation-in-Cirq
A course that includes topics such as an introduction to quantum computing and its applications (e.g., quantum teleportation), quantum entanglement and superposition (shown on Bernstein-Vazirani and Simon's algorithms), Grover's algorithm, the quantum Fourier transform and practical examples of its use (quantum phase estimation, Shor's algorithm).
Language: Jupyter Notebook - Size: 7.59 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

arnaucasau/Quantum-Computing-3SAT
Bachelor's thesis: Solving the 3-SAT problem using quantum algorithms
Language: Jupyter Notebook - Size: 6.29 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

FilipeChagasDev/register-by-constant-qft-adder
Implementation of the quantum register-by-constant addition algorithm based on quantum Fourier transform.
Language: Python - Size: 26.4 KB - Last synced at: 9 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

RajatLakhera/Quantum-Multiplier
Repo created for submission of screening task for the QOSF mentorship program
Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

electricalgorithm/QuantumFourierTransform
This algorithm lets you to apply DFT to a state with quantum circuits. It has decreased the complexity to O(NlogN) from classical O(N^2) approach. This repository is an application interface to use QFT and inverse QFT algorithms.
Language: Python - Size: 9.77 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

stroblme/hqsp-main
Language: Python - Size: 261 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mballarin97/QFT
Implementation of a Quantum Fourier Transform on quantum circuit with qiskit and cirq and on Matrix Product States with quimb and personal implementation
Language: Python - Size: 3.87 MB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 2

ZhengtongYan/QuIC-Seminar Fork of rmlarose/QuIC-Seminar
Code repository for the QuIC Seminar at Michigan State University.
Size: 5.55 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0
