Skip to content

Commit

Permalink
Wording suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Will Shanks <[email protected]>
Co-authored-by: Helena Zhang <[email protected]>
  • Loading branch information
3 people committed Jan 10, 2024
1 parent 38f04d1 commit e0129d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/custom_experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ counts from the original experiment.
and it prevents your experiment class from scaling in qubit size through
the composite experiment tooling.
If you still want to store some experiment setting, which is common to all circuits
or irrelevant to the analysis, maybe the experiment metadata is right place.
or irrelevant to the analysis, use the experiment metadata instead.

.. jupyter-input::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ upgrade:
Circuit metadata such as the associated qubit indices and experiment type
are separately stored in the experiment metadata, and never used in the analysis.
Removal of unnecessary circuit metadata compresses the job payload and
thus expected to benefit scalability.
thus is expected to benefit scalability.

0 comments on commit e0129d2

Please sign in to comment.