Skip to content

Commit 6df285c

Browse files
ElePTCryoris
andauthored
Update qiskit/qpy/__init__.py
Co-authored-by: Julien Gacon <[email protected]>
1 parent 9b64ea4 commit 6df285c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiskit/qpy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ def open(*args):
406406
Version 15
407407
----------
408408
409-
Version 15 improves the native Qiskit serialization of ParameterExpressions to support parameter
410-
re-assignments with the same name. This is achieved by modifying the PARAM_EXPR_ELEM_V13 payload
409+
Version 15 improves the native Qiskit serialization of :class:`.ParameterExpression`\ s to support parameter
410+
re-assignments with the same name. This is achieved by modifying the ``PARAM_EXPR_ELEM_V13`` payload
411411
for the substitution operation. In version 15, the type value
412412
of ``u`` is still used to represent a substitution call. This is only used for ``lhs_type``
413413
and is always paired with an ``rhs_type`` of ``n``. However, the data value is the size in bytes of

0 commit comments

Comments
 (0)