Skip to content

Commit

Permalink
Remove hardcoded reference to current QPY_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
mtreinish committed Jan 30, 2024
1 parent 2d38739 commit 600bb9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/qpy/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def dump(
by the symengine library before setting this option, as it will be required by qpy to
deserialize the payload. For this reason, the option defaults to False.
version: The QPY format version to emit. By default this defaults to
the latest supported format (which is currently 10), however for
the latest supported format of :attr:`~.qpy.QPY_VERSION`, however for
compatibility reasons if you need to load the generated QPY payload with an older
version of Qiskit you can also select an older QPY format version down to the minimum
supported export version, which only can change during a Qiskit major version release,
Expand Down

0 comments on commit 600bb9c

Please sign in to comment.