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.38k stars 607 forks source link

[WIP] Added `TrotterizedQfunc` operation #6627

Open Jaybsoni opened 6 days ago

Jaybsoni commented 6 days ago

Context: One of the results from Discovery work in Product formulas was the need to generalize the TrotterProduct class such that it can work on exponentiated operators directly instead of system hamiltonians. This was to support the Compressed Double Factorization (CDF) technique on hamiltonians.

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues: None

github-actions[bot] commented 6 days ago

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

Jaybsoni commented 4 days ago

[sc-72601]