-
Notifications
You must be signed in to change notification settings - Fork 714
MPSPrep Template #6431
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
MPSPrep Template #6431
Conversation
|
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6431 +/- ##
=======================================
Coverage 99.64% 99.64%
=======================================
Files 468 469 +1
Lines 44254 44301 +47
=======================================
+ Hits 44096 44143 +47
Misses 158 158 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…lane into mps_state_prep
Co-authored-by: soranjh <40344468+soranjh@users.noreply.github.com>
soranjh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KetpuntoG, left my final comments.
soranjh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @KetpuntoG, left some minor comments.
Co-authored-by: Soran Jahangiri <40344468+soranjh@users.noreply.github.com>
DSGuala
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good overall. Approved pending a few comments 🙂
Co-authored-by: Diego <67476785+DSGuala@users.noreply.github.com>
…lane into mps_state_prep
**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 <github-ringo-but-quantum@xanadu.ai>
Context:
In this PR we are adding MPSPrep, a template that will be used to prepare quantum states from an MPS representation
Description of the Change:
The work will be developed in the Lightning repository. This template creates in pennylane a template in order to send them the mps object
Benefits:
We unlocked the work for the performance team so they can get the template working in lightning.tensor
Possible Drawbacks:
Until the changes are added to PennyLane lightning, this template will be useless
sc
[sc-77844]