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

Explicit simplification in TrotterProduct of neighboring identical operators #6603

Open
Qottmann opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
enhancement ✨ New feature or request

Comments

@Qottmann
Copy link
Contributor

Feature details

I am getting this:

>>> qml.TrotterProduct(X(0) + Y(0), 1., n=3, order=2).decomposition()
[Exp(0.16666666666666666j PauliX),
 Exp(0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliX),
 Exp(0.16666666666666666j PauliX),
 Exp(0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliX),
 Exp(0.16666666666666666j PauliX),
 Exp(0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliX)]

whereas I would want to get is

[Exp(0.16666666666666666j PauliX),
 Exp(2 * 0.16666666666666666j PauliY),
 Exp(2 * 0.16666666666666666j PauliX),
 Exp(2 * 0.16666666666666666j PauliY),
 Exp(2 * 0.16666666666666666j PauliX),
 Exp(2 * 0.16666666666666666j PauliY),
 Exp(0.16666666666666666j PauliX)]

Ideally in both the decomposition and resource estimates for the operator

Implementation

No response

How important would you say this feature is?

1: Not important. Would be nice to have.

Additional information

No response

@Qottmann Qottmann added the enhancement ✨ New feature or request label Nov 19, 2024
@Jaybsoni Jaybsoni self-assigned this Nov 19, 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
Projects
None yet
Development

No branches or pull requests

2 participants