Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Native Serialization for ParameterExpression in QPY #13323

Closed
kiruthikpurpose opened this issue Oct 15, 2024 · 1 comment
Closed
Labels
type: feature request New feature or request

Comments

@kiruthikpurpose
Copy link

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 for ParameterExpression in QPY version 13. This will prevent version mismatch issues and eliminate reliance on Symengine.

Additional Improvements

  1. Enhanced Error Messages: Improve documentation and error handling for serialization issues.
  2. Backward Compatibility: Develop a compatibility layer for loading older serialized payloads.
  3. Performance Optimization: Benchmark and optimize the new serialization method.
  4. User Feedback System: Create a mechanism for users to report issues or suggest improvements.
@kiruthikpurpose kiruthikpurpose added the type: feature request New feature or request label Oct 15, 2024
@Cryoris
Copy link
Contributor

Cryoris commented Oct 15, 2024

This is indeed already tracked in #13252.

@Cryoris Cryoris closed this as completed Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants