Skip to content

Instantly share code, notes, and snippets.

View quantumjim's full-sized avatar

James Wootton quantumjim

View GitHub Profile
@quantumjim
quantumjim / demographics.py
Created October 22, 2020 10:28
COVID pie chart
demographics = {'ZH': 1520968,
'BE': 1034977,
'VD': 799145,
'AG': 678207,
'SG': 507697,
'GE': 495249,
'LU': 409557,
'TI': 353343,
'VS': 343955,
'FR': 318714,
@quantumjim
quantumjim / lidar2blocks.ipynb
Created December 30, 2020 17:54
Minetest world maker using UK LIDAR data
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quantumjim
quantumjim / test.py
Last active February 25, 2021 10:47
topo codes test
from qiskit.ignis.verification.topological_codes import RepetitionCode
from qiskit.ignis.verification.topological_codes import GraphDecoder
from qiskit import execute, Aer, QuantumCircuit
import copy
HAS_AER = True
max_dist = 5
@quantumjim
quantumjim / Quick-QC.ipynb
Last active March 31, 2021 09:41
Quantum Circuit Quick Start Guide
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Examples of Quantum Games

Here are some games that have some claim to be 'quantum games', and which can be played without any downloads or installation. They are organized into various categories based their claim to quantumness.

The 'Implementation' categories concern how the games were made.

  • Hardware: At least some aspect runs on on quantum computer hardware.
  • Software: At least some part is written using software intended for quantum hardware, but it runs on an emulator.
  • Inspiration: Aspects of the game where inspired by quantum effects, or use custom emulation of specific effects.

The 'Purpose' categories concern why the games were made to be quantum.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quantumjim
quantumjim / Exercise5.ipynb
Created April 13, 2021 07:20
Clifford Exercises
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@quantumjim
quantumjim / ex1qubit.ipynb
Last active May 7, 2021 07:53
Exercises with single qubit matrices
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.