LSaldyt / Qurry

Qurry (was) a prototype for a functional quantum programming language. It incorporated many aspects of functional programming (Haskell, Clojure), but also took standard design philosophies from C++, Python, and other "traditional" languages. [category: quantum]
MIT License
25 stars 7 forks source link

Fix output decoding (and encoding) #10

Open LSaldyt opened 5 years ago

LSaldyt commented 5 years ago

Allow semantic labels for the bitstrings generated during measurement of quantum states.

LSaldyt commented 4 years ago

Better yet, reverse-mapping will allow full measurements, even of custom datatypes

LSaldyt commented 4 years ago

Now that custom datatypes have existed.. I think that the "Memory" object might be capable of decoding into semantic values. So finishing this issue is a matter of adding a method or two to that object