Davide Gessa

Results 83 issues of 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...

enhancement
optimization
python ast

The ability of qlasskit to perform quantum gates to create an hybrid quantum classical may needs a complete rewrite.

documentation
enhancement

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).

question
feature
proposal

Create a tool able to translate python functions to FPGA synthesis file.

feature
proposal

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 - [ ]...

help wanted
typing
python ast

## Overview Add Openbitlab contributions to the Node operator contributions section.

```a ^ b ^ (a & b)``` should be decompiled as ```a|b```

bug

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...

bug

After the completion of #27 , we can implement the mod operator `%`.

feature
python ast