-
Notifications
You must be signed in to change notification settings - Fork 2
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 all example notebooks to docs #30
base: main
Are you sure you want to change the base?
Conversation
src/iqm/benchmarks/__init__.py
Outdated
@@ -26,7 +26,6 @@ | |||
BenchmarkRunResult, | |||
) | |||
from .circuit_containers import BenchmarkCircuit, CircuitGroup, Circuits | |||
from .compressive_gst.compressive_gst import CompressiveGST, GSTConfiguration |
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.
Could you pull the latest changes from main
into your branch?
There was a PR a few days ago handling the import issue.
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.
Done. (Also updated changelog.)
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.
Overall looks fine to me, only the LaTex rendering should be checked
@@ -0,0 +1,8 @@ | |||
Development |
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.
Maybe "Development" is a little ambigous.
How about "Custom Benchmarks"?
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.
@rabrie what's your opinion?
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.
Custom benchmarks would fit too, but I'm worried that a user could think this means adapting the settings of an existing benchmark, rather than creating one from scratch.
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'll leave it for now.
Co-authored-by: Stefan Seegerer <stefan.seegerer@meetiqm.com>
Co-authored-by: Stefan Seegerer <stefan.seegerer@meetiqm.com>
Adding all (remaining) example notebooks to docs:
Added new "Development" section
Adapted
.gitignore
.