diff --git a/qiskit_ibm_runtime/noise_learner/noise_learner.py b/qiskit_ibm_runtime/noise_learner/noise_learner.py index a55382530..994113f6f 100644 --- a/qiskit_ibm_runtime/noise_learner/noise_learner.py +++ b/qiskit_ibm_runtime/noise_learner/noise_learner.py @@ -60,7 +60,7 @@ class NoiseLearner: strategies obey barriers. For example, if you have three ISA entangling layers of interest, consider putting them into one circuit separated by barriers acting on the qubits you wish to twirl, and select ``strategy="active-circuit"``. - + The following snippet shows an example where the noise learner is used to characterized the layers of two GHZ circuits.