-
Notifications
You must be signed in to change notification settings - Fork 222
Resource Estimation for Spectroscopy #1665
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
base: master
Are you sure you want to change the base?
Conversation
**Title:** **Summary:** We deprecated the `argnum` kwarg; instead, should be `argnums` **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:**
Relocation of these resource tools to estimator module. --------- Co-authored-by: Paul Finlay <[email protected]> Co-authored-by: Jay Soni <[email protected]>
…v handling (#1584) PL is dropping support for numpy 1.X, qml should follow. Tested against all demos here: https://github.com/PennyLaneAI/qml/actions/runs/18913267652/job/54010652909 [sc-101547]
Automatic nightly merge of master into dev [failed](https://github.com/PennyLaneAI/qml/actions/runs/19826906204/job/56802544082). This PR resolves the conflict. --------- Co-authored-by: Catalina Albornoz <[email protected]> Co-authored-by: Diksha Dhawan <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: Soran Jahangiri <[email protected]> Co-authored-by: agran2018 <[email protected]> Co-authored-by: ixfoduap <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Daniela Angulo <[email protected]> Co-authored-by: Diksha Dhawan <[email protected]> Co-authored-by: josephbowles <[email protected]> Co-authored-by: Vasilis Belis <[email protected]>
**Title:** **Summary:** Now that `qml.map_wires` is a transform, the first argument is positional. Update `map_wires(input=...)` to `map_wires(...)` **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:**
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
| }, | ||
| { | ||
| "type": "demonstration", | ||
| "id": "tutorial_howto_re", |
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.
Similarly, let's add this demo to the relatedContent in the metadata files belonging to the How-to demo and the QPE demo. Cross-linking them all will prove helpful!
| # we must select an implementation strategy for the rotation gates, as this choice heavily influences | ||
| # the final resource overhead. | ||
| # | ||
| # PennyLane's default compiler synthesizes rotation gates using **Repeat-Until-Success circuits [#Alex2014], |
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.
This reference doesn't seem to be working
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Co-authored-by: ANT0N <[email protected]>
Title:
Resource Estimation for Spectroscopy
Summary:
This demo showcases the resource estimation functionality in PennyLane by exploring different
spectroscopy algorithms
Relevant references:
Possible Drawbacks:
Related GitHub Issues:
GOALS — Why are we working on this now?
To promote PennyLane Estimator module
AUDIENCE — Who is this for?
Chemistry Researchers
KEYWORDS — What words should be included in the marketing post?
Resource Estimation, Spectroscopy, XAS, Photosensitizers
Which of the following types of documentation is most similar to your file?
(more details here)