PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.36k stars 605 forks source link

todos in codebase #123

Closed co9olguy closed 5 years ago

co9olguy commented 6 years ago

Other todos (not explicitly in docs):

DAG related todos (future release):

Other stuff for future releases:

mariaschuld commented 6 years ago
mariaschuld commented 6 years ago
mariaschuld commented 6 years ago
josh146 commented 6 years ago

Link to the other examples in the Tutorials section? Or even make them downloadable there? (Or is it there and I cannot find it?) Not every user searches through the code base for the examples.

This is done in the Tutorials/Notebook Downloads section

josh146 commented 6 years ago

On the landing page of the docs: "PennyLane is a Python library for building and training machine learning models which include quantum computer circuits." -> mention optimization? PL can be used by people who do not even care about ML.

How about this?

PennyLane is a cross-platform Python library for quantum machine learning, automatic differentiation, and optimization of hybrid quantum-classical computations

co9olguy commented 6 years ago
* [ ]  doc/concepts/... Make all \thetas in images and text not bold

What's the thinking behind this one?

josh146 commented 5 years ago

Closing this issue as it is outdated. Current TODOs can be viewed by running pylint on the pennylane folder, or by viewing ignored issues on CodeFactor.