Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 527 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 527 Bytes

QuantumComputing.jl

A reattempt at QuantumComputing.jl

How to contribute

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

Old implementation

old