qml
qml copied to clipboard
How to use the new `default.tensor` quantum device
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.
-
[x] Remember to do a grammar check of the content you include.
-
[x] All tutorials conform to PEP8 standards. To auto format files, simply
pip install black, and then runblack -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)
- [ ] Tutorial
- [ ] Demo
- [x] How-to