From 3946891dabb4fcfa1f89c8d1890f3c4d6c68995d Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Wed, 2 Oct 2024 12:22:17 +0100 Subject: [PATCH] Fix mistakes in release note Co-authored-by: Matthew Treinish --- .../notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml b/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml index d8ed6b504de2..359106de496f 100644 --- a/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml +++ b/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml @@ -18,12 +18,11 @@ issues: Versions of Qiskit before 1.2.3 will not be able to load QPY files dumped using :func:`.qpy.dump`, even with ``version`` set appropriately, if: - * there are unbound :class:`.ParameterExpression`\ s in the circuit, + * there are unbound :class:`.ParameterExpression`\ s in the QPY file, * the ``use_symengine=True`` flag was set (which is the default in Qiskit >= 1.0.0) in :func:`.qpy.dump`, * the version of ``symengine`` installed in the generating and loading - environments are not within the same minor version (e.g. both 0.11, or - both 0.13). + environments are not within the same minor version. This applies regardless of the version of Qiskit used in the generation (at least up to Qiskit 1.2.3 inclusive).