qml
qml copied to clipboard
Introductions to key concepts in quantum programming, as well as tutorials and implementations from cutting-edge quantum computing research.
### 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)....
The demos that have .py files have two folders, one in `/demonstrations` with the files and another in `/demonstration_assets` with the images. We should unify this to avoid confusion. The...
### 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)....
### 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)....
Removing metadata and authors of all the .py
------------------------------------------------------------------------------------------------------------ **Title:** The power of Iterative Quantum Phase Estimation **Summary:** **Relevant references:** **Possible Drawbacks:** **Related GitHub Issues:** ---- If you are writing a demonstration, please answer these questions to facilitate...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.1 to 6.3.3. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1...
We should try and move our demos to using operator arithemetic (`qml.dot`,`qml.sum`, `qml.prod` ) instead of `Tensor` and `Hamiltonian`. Tom: "This might be interesting to have as a PR and...