-
Notifications
You must be signed in to change notification settings - Fork 189
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
Sync dev to master #1155
Sync dev to master #1155
Conversation
* adjoint diff tutorial improvement * Apply suggestions from code review Co-authored-by: Mudit Pandey <[email protected]> Co-authored-by: Matthew Silverman <[email protected]> * update date --------- Co-authored-by: Mudit Pandey <[email protected]> Co-authored-by: Matthew Silverman <[email protected]>
The lima device used in the quantum volume demo no longer exists. This update switches to make it use the fake lima device instead. Since when running the demo, I got data that no longer agreed with the conclusions of the data present in the demo, I added a warning that device details may have changed over time. Since we now use a fake device instead of a real device, this demo could theoretically be automatically run. But the difference in the data output means that the automatically run results would not tell the same story. --------- Co-authored-by: Olivia Di Matteo <[email protected]>
Adding more wires and layers such that the performance scaling is more significant.
Updating some demos for PL 0.37 (quality check) --------- Co-authored-by: Ivana Kurečić <[email protected]>
**Summary:** * Update `ahs_aquila` and `braket_parallel_gradients` demos to be up to date with PennyLane 0.37. * Update `pyproject.toml` to install torch 2.1.2. The old version (1.13) was quite old. I tried changing the version to 2.3.1 which requires `typing-extensions>=4.8`, but that caused a dependency conflict with tensorflow which required `typing-extensions<4.6` **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:** Co-authored-by: Astral Cai <[email protected]>
The `ensemble_multi_qpu` demo is not compatible with the most recent versions of Qiskit (and the PennyLane Qiskit plugin). We add a warning with compatible versions.
### Before submitting Please complete the following checklist when submitting a PR: - [x] Ensure that your tutorial executes correctly, and conforms to the guidelines specified in the [README](../README.md). - [x] Remember to do a grammar check of the content you include. - [x] All tutorials conform to [PEP8 standards](https://www.python.org/dev/peps/pep-0008/). To auto format files, simply `pip install black`, and then run `black -l 100 path/to/file.py`. When all the above are checked, delete everything above the dashed line and fill in the pull request template. ------------------------------------------------------------------------------------------------------------ **Title:** How to simulate quantum circuits with tensor networks using DefaultTensor **Summary:** This how-to guide shows the first steps to use the new ``default.tensor`` device that will be available to users in PennyLane 0.37 **Relevant references:** To be discussed with reviewer(s) **Possible Drawbacks:** None that I can think of, except for package dependencies **Related GitHub Issues:** None **Related Shortcut Stories:** [sc-65345] ---- If you are writing a demonstration, please answer these questions to facilitate the marketing process. * GOALS — Why are we working on this now? *Eg. Promote a new PL feature or show a PL implementation of a recent paper.* * AUDIENCE — Who is this for? *Eg. Chemistry researchers, PL educators, beginners in quantum computing.* * KEYWORDS — What words should be included in the marketing post? * Which of the following types of documentation is most similar to your file? (more details [here](https://www.notion.so/xanaduai/Different-kinds-of-documentation-69200645fe59442991c71f9e7d8a77f8)) - [ ] Tutorial - [ ] Demo - [x] How-to --------- Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Ivana Kurečić <[email protected]>
👋 Hey, looks like you've updated some demos! 🐘 Don't forget to update the Please hide this comment once the field(s) are updated. Thanks! |
Thank you for opening this pull request. You can find the built site at this link. Deployment Info:
Note: It may take several minutes for updates to this pull request to be reflected on the deployed site. |
demonstrations/tutorial_How_to_simulate_quantum_circuits_with_tensor_networks.metadata.json
Outdated
Show resolved
Hide resolved
…tensor_networks.metadata.json Co-authored-by: Michael Vu <[email protected]>
merges changes from `master` into `dev`. # motivation #1155 merged `dev` to `master` with modifications, but these modifications did not make their way into `dev`. This PR does exactly that. --------- Co-authored-by: Astral Cai <[email protected]> Co-authored-by: GitHub Nightly Merge Action <[email protected]> Co-authored-by: Mudit Pandey <[email protected]> Co-authored-by: Christina Lee <[email protected]> Co-authored-by: Romain Moyard <[email protected]> Co-authored-by: Matthew Silverman <[email protected]> Co-authored-by: lillian542 <[email protected]> Co-authored-by: Tom Bromley <[email protected]> Co-authored-by: Josh Izaac <[email protected]> Co-authored-by: Rashid N H M <[email protected]> Co-authored-by: Guillermo Alonso-Linaje <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: CatalinaAlbornoz <[email protected]> Co-authored-by: Jay Soni <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: ixfoduap <[email protected]> Co-authored-by: Diego <[email protected]> Co-authored-by: Utkarsh <[email protected]> Co-authored-by: Stepan Fomichev <[email protected]> Co-authored-by: soranjh <[email protected]> Co-authored-by: Alvaro Ballon <[email protected]> Co-authored-by: Diego <[email protected]> Co-authored-by: Lee J. O'Riordan <[email protected]> Co-authored-by: Korbinian Kottmann <[email protected]> Co-authored-by: DanielNino27 <[email protected]> Co-authored-by: Paul Finlay <[email protected]> Co-authored-by: ashishks0522 <[email protected]> Co-authored-by: Mikhail Andrenkov <[email protected]> Co-authored-by: David Wierichs <[email protected]> Co-authored-by: Diksha Dhawan <[email protected]> Co-authored-by: Ivana Kurečić <[email protected]> Co-authored-by: Gopal Ramesh Dahale <[email protected]> Co-authored-by: Sankalp Sanand <[email protected]> Co-authored-by: Ivana Kurečić <[email protected]> Co-authored-by: Austin Huang <[email protected]> Co-authored-by: Isaac De Vlugt <[email protected]> Co-authored-by: WrathfulSpatula <[email protected]> Co-authored-by: Olivia Di Matteo <[email protected]> Co-authored-by: Pietropaolo Frisoni <[email protected]> Co-authored-by: Ahmed Darwish <[email protected]>
This is the sync from dev to master for the v0.37 release.