Source code for the book "Quantum Computing for Programmers", Cambridge University Press
-
Updated
May 9, 2025 - 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 Deutsch-Jozca Algorithm using Qiskit
My assignment solutions for Quantum Computing Workshop
Sample programs in Q#, Qiskit and equivalent C# that can be used to illustrate superposition, entanglement and interference.
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.
Implementing the Grover and Deutsch_Jozsa quantum search algorithms, best in world!
A repository containing my experience using Qiskit and my learning journey programming quantum circuits.
A collection of quantum algorithms written in two popular quantum programming languages, PyQuil and Qiskit.
A study of some famous Quantum Computing algorithms, along with some elementary experiments using IBM's Quantum Experience systems,API and Qiskit.
Implementations of some quantum algorithms with Qiskit.
This is the main repository for the works relative to the Module: Emerging Technologies of my 4th Year of studies
Add a description, image, and links to the deutsch-jozsa-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the deutsch-jozsa-algorithm topic, visit your repo's landing page and select "manage topics."