-
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
Add w state implementation #391
Conversation
Codecov Report
@@ Coverage Diff @@
## main #391 +/- ##
=====================================
Coverage 89.1% 89.2%
=====================================
Files 97 98 +1
Lines 11713 11726 +13
Branches 2098 2101 +3
=====================================
+ Hits 10445 10460 +15
+ Misses 1268 1266 -2
|
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.
Some minor comments since I had some time.
Also, please make sure to add respective tests as for the other algorithms.
Co-authored-by: Lukas Burgholzer <[email protected]>
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.
Some further comments 🙂
Co-authored-by: Lukas Burgholzer <[email protected]>
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.
Some finishing touches 🙂
Cpp-Linter Report ✔️No problems need attention. Have any feedback or feature suggestions? Share it here. |
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.
Nice PR! Turned out well 👍🏼
Description
Implement WState from this
mqt-bench
script in light of the DD benchmarking in this PR.