Skip to content

KokeCacao/quantum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum

A working progress of quantum computer simulation in CLI. Originally for homework 0 in class Undergraduate Quantum Computation 15-259.

Build from Source

Steps:

  1. download this repository
  2. install golang (tested for 1.19)
  3. do go build will build for current platform and architecture (or run ./build.sh to build for all platforms)

Usage

You can download the binaries in release and run it.

Logs

v0.0.1 - First release for homework 0