-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
Python bindings update #7
Conversation
π½ update Qiskit QuantumCircuit bindings to remove deprecation warning β¨ new bindings for Qiskit QasmQobjExperiment objects Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
========================================
- Coverage 73.5% 73.4% -0.2%
========================================
Files 37 37
Lines 5134 5134
========================================
- Hits 3778 3772 -6
- Misses 1356 1362 +6
Continue to review full report at Codecov.
|
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Signed-off-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and works in DDSIM
πΈ user-defined literals `_pc` and `_nc` for positive/negative controls πΈ convenience functions for `makeGateDD` π also consider negative controls in Toffoli hash ποΈ circumvent gcc's troubles of compiling the package in reasonable time β added test for negative control π updated README.md Co-authored-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
Bumps [extern/googletest](https://github.com/google/googletest) from `8b521aa` to `86add13`. - [Release notes](https://github.com/google/googletest/releases) - [Commits](google/googletest@8b521aa...86add13) --- updated-dependencies: - dependency-name: extern/googletest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
π½ update Qiskit QuantumCircuit bindings to remove deprecation warning
β¨ new bindings for Qiskit QasmQobjExperiment objects
Signed-off-by: Lukas Burgholzer lukas.burgholzer@jku.at