Source code for the book "Quantum Computing for Programmers", Cambridge University Press
-
Updated
May 6, 2026 - C++
Source code for the book "Quantum Computing for Programmers", Cambridge University Press
Quantum circuit simulator in Swift
Implementation of Solovay Kitaev Algorithm for approximating any n-qubit gate using gates from library set {H,T,CNOT,S}.
A set of simple tutorial programs for quantum computing including a game, Fly Unicorn.
An implementation of Deutsch–Jozsa algorithm on FPGA.
Quantum Algorithms and Quantum Error Correction codes.
IBM Qiskit Global Summer School (20 July 2020 to 31 July 2020)
Quantum Algorithms using IBM's QISKIT
Implementing the Grover and Deutsch_Jozsa quantum search algorithms, best in world!
This algorithm lets you to find a the type of a binary function in O(1) complexity instead of classical O(n/2) approach. This repository is an application interface to use Deutsch-Jozsa Algorithm.
My assignment solutions for Quantum Computing Workshop
Educational project demonstrating quantum computing concepts through Jupyter notebooks - comparing classical and quantum algorithms using Qiskit
Implementing the Deutsch-Jozca Algorithm using Qiskit
A collection of quantum algorithms written in two popular quantum programming languages, PyQuil and Qiskit.
A Python benchmarking suite comparing the query complexity and execution time of the Deutsch-Jozsa algorithm using classical logic and Qiskit quantum circuits.
Реализация квантовых алгоритмов, с использованием библиотек Cirq, QisKit
Sample programs in Q#, Qiskit and equivalent C# that can be used to illustrate superposition, entanglement and interference.
A repository containing my experience using Qiskit and my learning journey programming quantum circuits.
Qiskit implementation of the Deutsch–Jozsa algorithm with ideal and real hardware execution.
To associate your repository with the deutsch-jozsa-algorithm topic, visit your repo's landing page and select "manage topics."