You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QPY currently relies on Symengine's serialization format for ParameterExpression, which has become version-specific with the recent Symengine 0.13 release. This can lead to errors when loading expressions across different versions. To improve stability and compatibility, we need to implement a Qiskit-native serialization method for ParameterExpression in QPY version 13. This will prevent version mismatch issues and eliminate reliance on Symengine.
Additional Improvements
Enhanced Error Messages: Improve documentation and error handling for serialization issues.
Backward Compatibility: Develop a compatibility layer for loading older serialized payloads.
Performance Optimization: Benchmark and optimize the new serialization method.
User Feedback System: Create a mechanism for users to report issues or suggest improvements.
The text was updated successfully, but these errors were encountered:
What should we add?
QPY currently relies on Symengine's serialization format for
ParameterExpression
, which has become version-specific with the recent Symengine 0.13 release. This can lead to errors when loading expressions across different versions. To improve stability and compatibility, we need to implement a Qiskit-native serialization method forParameterExpression
in QPY version 13. This will prevent version mismatch issues and eliminate reliance on Symengine.Additional Improvements
The text was updated successfully, but these errors were encountered: