LICENSE
MANIFEST.in
README.rst
default_config.toml
setup.py
PennyLane.egg-info/PKG-INFO
PennyLane.egg-info/SOURCES.txt
PennyLane.egg-info/dependency_links.txt
PennyLane.egg-info/entry_points.txt
PennyLane.egg-info/requires.txt
PennyLane.egg-info/top_level.txt
doc/Makefile
doc/conf.py
doc/custom_directives.py
doc/index.rst
doc/installing.rst
doc/macros.tex
doc/plugins.rst
doc/references.bib
doc/requirements.txt
doc/research.rst
doc/tutorials.rst
doc/why.rst
doc/zreferences.rst
examples/README.txt
examples/pennylane_pytorch_noise.py
examples/pennylane_quantum_neural_net.py
examples/pennylane_run_QGAN.py
examples/pennylane_run_advanced_usage.py
examples/pennylane_run_gaussian_transformation.py
examples/pennylane_run_plugins_hybrid.py
examples/pennylane_run_qubit_rotation.py
examples/pennylane_run_state_preparation.py
examples/pennylane_run_variational_classifier.py
examples/pennylane_run_variational_quantum_eigensolver.py
pennylane/__init__.py
pennylane/_device.py
pennylane/_version.py
pennylane/about.py
pennylane/configuration.py
pennylane/decorator.py
pennylane/init.py
pennylane/measure.py
pennylane/operation.py
pennylane/qnode.py
pennylane/utils.py
pennylane/variable.py
pennylane/interfaces/__init__.py
pennylane/interfaces/tfe.py
pennylane/interfaces/torch.py
pennylane/ops/__init__.py
pennylane/ops/cv.py
pennylane/ops/qubit.py
pennylane/optimize/__init__.py
pennylane/optimize/adagrad.py
pennylane/optimize/adam.py
pennylane/optimize/gradient_descent.py
pennylane/optimize/momentum.py
pennylane/optimize/nesterov_momentum.py
pennylane/optimize/qng.py
pennylane/optimize/rms_prop.py
pennylane/plugins/__init__.py
pennylane/plugins/default_gaussian.py
pennylane/plugins/default_qubit.py
pennylane/templates/__init__.py
pennylane/templates/embeddings.py
pennylane/templates/layers.py
tests/conftest.py
tests/defaults.py
tests/test_about.py
tests/test_classical_gradients.py
tests/test_configuration.py
tests/test_decorator.py
tests/test_default_gaussian.py
tests/test_default_qubit.py
tests/test_device.py
tests/test_init.py
tests/test_measure.py
tests/test_observable.py
tests/test_operation.py
tests/test_ops.py
tests/test_optimize.py
tests/test_optimize_qng.py
tests/test_qnode.py
tests/test_quantum_gradients.py
tests/test_templates.py
tests/test_templates_embeddings.py
tests/test_templates_layers.py
tests/test_tfe.py
tests/test_torch.py
tests/test_utils.py
tests/test_variable.py