dakk / qlasskit

A python-to-quantum compiler
https://dakk.github.io/qlasskit/
Apache License 2.0
53 stars 9 forks source link

Refactor InternalCompiler #34

Closed dakk closed 3 months ago

dakk commented 3 months ago

At the moment, the compilation process is splitten between the .compile() and the .compile_expr(); would be better to remove .compile_expr, create a method for compiling every type of expr (compile_symbol, compile_not, compile_xor, compile_and).