PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.17k stars 568 forks source link

Do not contract PauliRot mpo with exact TNs. #5872

Open vincentmr opened 1 week ago

vincentmr commented 1 week ago

Before submitting

Please complete the following checklist when submitting a PR:

When all the above are checked, delete everything above the dashed line and fill in the pull request template.


Context:

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

github-actions[bot] commented 1 week ago

Hello. You may have forgotten to update the changelog! Please edit doc/releases/changelog-dev.md with:

vincentmr commented 1 week ago

Thanks @vincentmr 👍

just a somewhat unrelated question to syntax confusion

Seems like this approach either messes up the bond labels or does not work. I'll come back to it later.