-
Notifications
You must be signed in to change notification settings - Fork 60
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 dbi notebooks to documentation #1337
Conversation
tutorials/dbi/README.md | ||
|
||
.. tutorials/dbi/dbi_tutorial_basic_intro.ipynb | ||
|
||
tutorials/dbi/dbi_scheduling.ipynb | ||
tutorials/dbi/dbi_cost_functions_and_d_gradients_tutorial.ipynb | ||
tutorials/dbi/dbi_gradient_descent_strategies.ipynb | ||
tutorials/dbi/dbi_group_commutator_tests.ipynb | ||
|
||
.. tutorials/dbi/dbi_gdbi_strategies_compare.ipynb | ||
|
||
tutorials/dbi/dbi_strategy_Ising_model.ipynb | ||
tutorials/dbi/dbi_strategy_Pauli-Z.ipynb |
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.
Here is the list of notebooks currently imported in the documentation.
Feel free to re-organize them if some of them are not needed
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dbi_cost_functions #1337 +/- ##
======================================================
+ Coverage 99.58% 99.62% +0.04%
======================================================
Files 74 74
Lines 10809 10736 -73
======================================================
- Hits 10764 10696 -68
+ Misses 45 40 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
first intro block for dbi doc
for more information, see https://pre-commit.ci
Some notebooks are not working as expected.
After a clean-up we should be able to merge them in the documentation.
Checklist: