-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added quick.circuit.Ansatz
#48
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 0.0.0-release #48 +/- ##
=================================================
+ Coverage 88.77% 88.85% +0.08%
=================================================
Files 61 62 +1
Lines 4160 4209 +49
=================================================
+ Hits 3693 3740 +47
- Misses 467 469 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
LGTM. I want to add a few other options for how For the time being as I mentioned in #44 I don't see a need for having a new optimizer module. Users can and should make their own depending on their usecase. However, for approximate compilation I may add a tensor network optimization approach using quimb which may be the first to come for this new module, or maybe put somewhere else. This is not a pure QML package, so I don't want to lean too much towards those features for now. |
No description provided.