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

Topology mapping #31

Open LSaldyt opened 5 years ago

LSaldyt commented 5 years ago

Finish creating a topology-mapping code, which will simply check the best way to map a given quantum program onto an actual implementation.. easier said than done. At the very least, it should check if a program is implementable in principle.

LSaldyt commented 5 years ago

Features like this appear to be handled in other popular libraries, so adding them to Qurry isn't really a priority