Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 423 Bytes

simquil simulates Quil

... but not very quickly.

simquil is

  • a hobby project to learn a bit about:
    • simulating quantum programs
    • rust 🦀

simquil is not

  • fast
  • better than QVM
  • complete

Try it out

$ echo "H 0; CNOT 0 1; CNOT 1 2" | cargo run

|000>: 0.707107+0.000000i, 50%
|111>: 0.707107+0.000000i, 50%