Here are some links to quantum computing related books I’ve found very useful. Note that these are affiliate links, and I get a few pence for server costs and maybe some coffee if you buy through my link. 1. Quantum Computing since Democritus This is an introduction that’s written in an easy to read and…
Category: Quantum Computing
Tutorial: Quantum Teleportation in Python
Quantum teleportation sounds like science fiction but is a fully working communication protocol to teleport a quantum state from one place to another. This tutorial walks through the steps to program a simple quantum computer to teleport a text message using quantum teleportation. This is part two of the tutorial series on quantum computing in…
Tutorial: Getting started with Quantum Computing in Python
Quantum computers might sound a bit exotic and far into the future, but in reality, they are now accessible in the cloud or through emulators for everyone to write quantum code. In this tutorial, we’ll go through how you can program a simple quantum computer to generate random numbers. This is part one of the…