Skip to content

Slowly and inefficiently simulate your Quil programs

Notifications You must be signed in to change notification settings

notmgsk/simquil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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%