Davide Gessa
Davide Gessa
When qlasskit parses expressions containing constants, the boolean form containing the constant is created and then optimized (if possible). A smarter approach would be to evaluate constant expression during ast2logic...
The ability of qlasskit to perform quantum gates to create an hybrid quantum classical may needs a complete rewrite.
Add a compilation method that allows to compile in single statement mode. We first need to investigate if this could be useful (maybe for big circuits).
Create a tool able to translate python functions to FPGA synthesis file.
This is a placeholder issue for keeping track of missing python support; if we choose to implement one of these, open a separate issue. ### Builtin functions - [ ]...
## Overview Add Openbitlab contributions to the Node operator contributions section.
This test case fails both on tweedledum and internalcompiler with the same result: ```AssertionError: '10' != '11'``` ```python def test_sum_and_sub(self): f = ( "def test(a: Qint[2]) -> Qint[2]:\n" "\treturn (a...
After the completion of #27 , we can implement the mod operator `%`.