Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 361 Bytes

QC-Tutorial

This is the class material for the Quantum Computing Tutorial by SECQUOIA

Instructions

  1. Run the following:
$ julia --proj=notebooks

julia> using Pkg; Pkg.instantiate()

julia> using IJulia; IJulia.notebook(; dir=@__DIR__)
  1. Navigate to the notebooks folder and open the quantum_walk.ipynb notebook.
  2. Run the notebook.