-
Notifications
You must be signed in to change notification settings - Fork 22
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
Symbolic #161
Symbolic #161
Conversation
# Conflicts: # extern/qfr
This pull request introduces 1 alert when merging be0e5e0 into cfe9212 - view on LGTM.com new alerts:
|
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.
I just quickly went through all the changes here. Overall this looks great already.
You can find a couple of minor or philosophical remarks inline.
One thing that is still missing here is the corresponding documentation.
I'd argue, that this should be a separate page just as the verifying the compilation flow page for the "User Guide" and corresponding API documentation on the developer side.
Last but not least, and just as a reminder, the reference to the corresponding paper is still missing in the README and the documentation.
Furthermore I added another test and unified the naming convention from "symbolic" to "parameterized".
This pull request introduces 2 alerts when merging 48f391c into f50d20b - view on LGTM.com new alerts:
|
# Conflicts: # extern/qfr
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.
I just quickly went through all the changes and added my remarks down below.
Furthermore: - Improved Coverage - Added stats for how many instantiations have been performend.
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.
Still found some really minor things while going over the code. I'll probably incorporate those over the weekend.
Description
This PR introduced functionality for equivalence checking of parametrized circuits with QCEC. This PR is related to cda-tum/mqt-core#199 and cda-tum/zx#15
Checklist: