We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad1fd5 commit 7c5781bCopy full SHA for 7c5781b
qiskit/qpy/interface.py
@@ -180,8 +180,8 @@ def dump(
180
version = common.QPY_VERSION
181
elif common.QPY_COMPATIBILITY_VERSION > version or version > common.QPY_VERSION:
182
raise ValueError(
183
- f"Dumping payloads with the specified QPY version ({version}) is not supported by the "
184
- f"currently installed QPY version ({common.QPY_VERSION}). Try selecting a version between "
+ f"Dumping payloads with the specified QPY version ({version}) is not supported by "
+ f"this version of Qiskit. Try selecting a version between "
185
f"{common.QPY_COMPATIBILITY_VERSION} and {common.QPY_VERSION} for `qpy.dump`."
186
)
187
0 commit comments