From c8f20e36e7026f0a944686baf64e794e9bfcff4e Mon Sep 17 00:00:00 2001 From: Cedric Lin <67704428+licedric@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:18:45 -0700 Subject: [PATCH 1/2] Include IQM in devices with verbatim mode supported Fixing a warning box that didn't include IQM. This has already caused some confusion: https://github.com/qiboteam/qibo-cloud-backends/pull/30#discussion_r1760729625 --- examples/braket_features/Verbatim_Compilation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/braket_features/Verbatim_Compilation.ipynb b/examples/braket_features/Verbatim_Compilation.ipynb index 8f93d5308..8bf3ba6cb 100644 --- a/examples/braket_features/Verbatim_Compilation.ipynb +++ b/examples/braket_features/Verbatim_Compilation.ipynb @@ -248,7 +248,7 @@ "metadata": {}, "source": [ "
\n", - " Note: add_verbatim_box is currently only supported on Rigetti, and IonQ devices.\n", + " Note: add_verbatim_box is currently only supported on Rigetti, IonQ, and IQM devices.\n", "
" ] }, From 5c8e5fcce09467b259e27980d3ac9b754ac7d1f0 Mon Sep 17 00:00:00 2001 From: Cedric Lin <67704428+licedric@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:00:01 -0700 Subject: [PATCH 2/2] Update Verbatim_Compilation.ipynb --- examples/braket_features/Verbatim_Compilation.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/braket_features/Verbatim_Compilation.ipynb b/examples/braket_features/Verbatim_Compilation.ipynb index 8bf3ba6cb..bb1e821c6 100644 --- a/examples/braket_features/Verbatim_Compilation.ipynb +++ b/examples/braket_features/Verbatim_Compilation.ipynb @@ -248,7 +248,7 @@ "metadata": {}, "source": [ "
\n", - " Note: add_verbatim_box is currently only supported on Rigetti, IonQ, and IQM devices.\n", + " Note: add_verbatim_box is currently supported on Rigetti, IonQ, and IQM devices.\n", "
" ] },