diff --git a/docs/tutorials/custom_experiment.rst b/docs/tutorials/custom_experiment.rst index 239df97e2f..c97d07b9ce 100644 --- a/docs/tutorials/custom_experiment.rst +++ b/docs/tutorials/custom_experiment.rst @@ -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:: diff --git a/releasenotes/notes/upgrade-remove-circuit-metadata-ec7d3c6b08781184.yaml b/releasenotes/notes/upgrade-remove-circuit-metadata-ec7d3c6b08781184.yaml index af32e2b255..b54e867d17 100644 --- a/releasenotes/notes/upgrade-remove-circuit-metadata-ec7d3c6b08781184.yaml +++ b/releasenotes/notes/upgrade-remove-circuit-metadata-ec7d3c6b08781184.yaml @@ -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.