A reattempt at QuantumComputing.jl
- Look at Issues to see what needs to be implemented
- clone this repo
- cd to repo folder
- run
julia --project
- run
pkg> instantiate
- run
julia> using QuantumComputing
- Pray it works...
- Edit whatever
- run
julia> using QuantumComputing
in a new instance of julia(or use Revise.jl) - add, commit, push, send PR!
- Repeat from 7