Skip to content

Commit

Permalink
Update install.mdx with version
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 authored Jun 21, 2024
1 parent 8291ba9 commit fb822da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/start/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ QPY support
The QPY serialization format is backwards-compatible so that a new Qiskit release can always load a QPY
file generated with an earlier release of Qiskit. However, the format isn't forward-compatible so, in principle, it's not possible
to load QPY files generated with a newer version of Qiskit using an older release. To facilitate user migration across major version releases, the (`qiskit.qpy.dump()`](/api/qiskit/qpy#dump) function will always support at least one overlapping version between the `X.0.0` and the `X-1.Y.0` release (where `Y` is the last minor version of
that series). This will enable saving QPY format files that can be loaded by both major versions from the newer
that series). The parameter `qiskit.qpy.dump(..., version=...)` will enable saving QPY format files that can be loaded by both major versions from the newer
release. See more details in [RFC 0020](https://github.com/Qiskit/RFCs/blob/master/0020-release_cycle.md#qpy-support).
</details>

Expand Down

0 comments on commit fb822da

Please sign in to comment.