We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This test case fails both on tweedledum and internalcompiler with the same result:
AssertionError: '10' != '11'
def test_sum_and_sub(self): f = ( "def test(a: Qint[2]) -> Qint[2]:\n" "\treturn (a + 3) - 3" ) qf = qlassf(f, to_compile=True, compiler=self.compiler, uncompute=True) # print(qf.expressions) # qf.circuit().draw() compute_and_compare_results(self, qf)
The test is situated in test_compiler but it's commented.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This test case fails both on tweedledum and internalcompiler with the same result:
AssertionError: '10' != '11'
The test is situated in test_compiler but it's commented.
The text was updated successfully, but these errors were encountered: