quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
411 stars 57 forks source link

Refactor QFT circuit in qvm-app #185

Open jmbr opened 4 years ago

jmbr commented 4 years ago

The QFT circuit in examples/qft.lisp is used in app/src/benchmark-programs.lisp. This functionality belongs elsewhere (perhaps in a package of its own). In its current state, this code induces an undesirable dependency between qvm-app and qvm-examples.