Commit bfe8b0d
authored
Try rescale factor (#1347)
### Before submitting
Please complete the following checklist when submitting a PR:
- [ ] Ensure that your tutorial executes correctly, and conforms to the
guidelines specified in the [README](../README.md).
- [ ] Remember to do a grammar check of the content you include.
- [ ] 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:**
**Summary:**
**Relevant references:**
**Possible Drawbacks:**
**Related GitHub Issues:**
----
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
- [ ] How-to1 parent 3ed6603 commit bfe8b0d
File tree
2 files changed
+13
-1
lines changed- demonstrations
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
550 | 562 | | |
551 | 563 | | |
552 | 564 | | |
| |||
0 commit comments