feynman
feynman copied to clipboard
Quantum circuit analysis toolkit
Does Feynver support internal measurements? I can use Feynopt with internal measurements, such as ```qasm OPENQASM 2.0; include "qelib1.inc"; qreg q[1]; creg c[1]; measure q[0] -> c[0]; h q[0]; ```...
Seems like ```parsec3-numbers``` creates a problem when building with ```stack```.
@meamy as promised, the beginnings of merging the parser. Things to note: - The only part of the source I modified much was FeynOpt -- everything else is addition, namespaced...
Like the description says
Hello there, I’m relatively new to Haskell and exploring ways to deepen my understanding of the language. Additionally, I’m very interested in learning how quantum circuits are built and would...