From 5d40f8d26512014be7de653bf962e9a7ec686d46 Mon Sep 17 00:00:00 2001 From: Rebecca Dimock Date: Mon, 19 Feb 2024 12:27:08 -0600 Subject: [PATCH] change in notebook --- docs/start/hello-world.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start/hello-world.ipynb b/docs/start/hello-world.ipynb index 837000482d6..de037543eeb 100644 --- a/docs/start/hello-world.ipynb +++ b/docs/start/hello-world.ipynb @@ -123,8 +123,8 @@ "id": "88fe43f8", "metadata": {}, "source": [ - "\n", - "To ensure faster and more efficient results, as of 1 March2024, circuits and observables need to be transformed to only use instructions supported by the system (referred to as *instruction set architecture (ISA)* circuits and observables) before being submitted to the Qiskit Runtime primitives. See the [transpilation documentation](../transpile) for instructions to transform circuits. Due to this change, the primitives will no longer perform layout or routing operations; consequently, transpilation options referring to those tasks will no longer have any effect. Users may still request that the Primitives do no optimization of input circuits via `options.transpilation.skip_transpilation`.\n", + "\n", + "To ensure faster and more efficient results, as of 1 March 2024, circuits and observables need to be transformed to only use instructions supported by the system (referred to as *instruction set architecture (ISA)* circuits and observables) before being submitted to the Qiskit Runtime primitives. See the [transpilation documentation](../transpile) for instructions to transform circuits. Due to this change, the primitives will no longer perform layout or routing operations; consequently, transpilation options referring to those tasks will no longer have any effect. Users may still request that the Primitives do no optimization of input circuits via `options.transpilation.skip_transpilation`.\n", "" ] },