You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize lightning.tensor by adding direct MPS sites data set (#983)
**Context:**
Optimize `lightning.tensor` by adding direct MPS sites data set
**Description of the Change:**
Adding the `MPSPrep` gate to be able to pass an MPS directly to the
Tensor Network.
The `MPSPrep` gate frontend was developed on this
[PR](PennyLaneAI/pennylane#6431)
**Benefits:**
Avoid the decomposition from state vector to MPS sites which are
expensive and inefficient
**Possible Drawbacks:**
**Related GitHub Issues:**
[sc-74709]
---------
Co-authored-by: ringo-but-quantum <[email protected]>
* Replace the `dummy_tensor_update` method with the `cutensornetStateCaptureMPS`API to ensure that further gates apply is allowed after the `cutensornetStateCompute` call.
0 commit comments