From a20ec98261594cff23f111761a8825befa59fce9 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Wed, 2 Oct 2024 14:46:27 +0100 Subject: [PATCH] Fix symengine typo --- .../notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml b/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml index 359106de496..aa7c30ac763 100644 --- a/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml +++ b/releasenotes/notes/fix-qpy-symengine-compat-858970a9a1d6bc14.yaml @@ -6,7 +6,7 @@ fixes: in the generating and loading environments were not the same. For example, if a QPY file containing :class:`.ParameterExpression`\ s was generated using Qiskit 1.2.2 with ``symengine==0.11.0`` installed, Qiskit 1.2.2 with - ``syengine==0.13.0`` installed would be unable to load it. + ``symengine==0.13.0`` installed would be unable to load it. Previously, an error would have been raised by ``symengine`` around this version mismatch. This has been worked around for ``symengine`` 0.11 and