-
Notifications
You must be signed in to change notification settings - Fork 30
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
✨ Enable QIR support #335
base: main
Are you sure you want to change the base?
✨ Enable QIR support #335
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #335 +/- ##
=====================================
Coverage 92.7% 92.8%
=====================================
Files 35 35
Lines 2704 2703 -1
Branches 349 348 -1
=====================================
Hits 2509 2509
+ Misses 195 194 -1
|
Cpp-Linter Report
|
update readme to describe how to generate a working example
uncomment unsued library to make example work
this files was created by running the python file BellPair.py. See also https://github.com/cda-tum/mqt-ddsim/blob/wip-qir-support/scripts/qir/examples/BellPair.py
completing the cmake script to build an executable for the BellPair example that functions with the QuantumComputation library from MQT-Core
Description
QIR is an LLVM IR dialect. This work aims to provide DDsim as a QIR backend. It packs DDsim into a shared library that can be linked with any
.ll
-file following the QIR specification resulting in an executable.Checklist: