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

Investigate if it's possible to end up with duplicate pauli strings when matrix-multiplying PauliOp with PauliString #26

Open
stand-by opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request investigate

Comments

@stand-by
Copy link
Collaborator

Investigate if it's possible to have duplicated pauli strings in resulting operator when matrix-multiplying PauliOp with PauliString.
If so, then implement de-duplication for functions like friend PauliOp<T, H> operator*(PauliOp<T, H> const &pauli_op_left, PauliString const &pauli_str_right) and friend PauliOp<T, H> operator*(PauliString const &pauli_str_left, PauliOp<T, H> const &pauli_op_right)

@stand-by stand-by added enhancement New feature or request investigate labels Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request investigate
Projects
None yet
Development

No branches or pull requests

1 participant