-
Couldn't load subscription status.
- Fork 131
Update figure names to include qubit indices #1163
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
Changes from all commits
2f23f4d
319bc98
aded7e5
7c8c353
11fd6ac
7fe7d51
8c4fa93
12bf6dd
7c949bb
794599e
27780e3
1fa7ed3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| other: | ||
| - | | ||
| Figure names have been updated to include qubit indices up to the first five device components in | ||
| the experiment, with format ``StandardRB_Q0_Q1_Q2_Q3_Q5_b4f1d8ad.svg``. For composite | ||
coruscating marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| experiments where ``flatten_results`` is set to ``True``, the head of the figure name is now the | ||
| class name of the experiment instead of ``ParallelExperiment`` or ``BatchExperiment``, such that | ||
| the figure name is the same when ``flatten_results`` is ``False``. The behavior when a figure | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the code I don't see a change for composite experiments There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is because of the new naming scheme as well as this addition: Before, figures of composite experiments overwrote child experiment figure names with |
||
| name is repeated and ``overwrite`` is ``False`` has changed from throwing an exception to | ||
| appending a numerical suffix to the figure name like ``StandardRB_Q0_Q1_Q2_Q3_Q5_b4f1d8ad-1.svg``. | ||
| - | | ||
| Figure metadata now includes ``experiment_type`` and ``device_components``. | ||
Uh oh!
There was an error while loading. Please reload this page.