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/index.rst
doc/installing.rst
doc/macros.tex
doc/plugins.rst
doc/references.bib
doc/requirements.txt
doc/research.rst
doc/zreferences.rst
examples/CV1_photon-redirection.ipynb
examples/CV1_photon-redirection.py
examples/CV2_quantum-neural-net.ipynb
examples/CV2_quantum-neural-net.py
examples/Q1_qubit-rotation.ipynb
examples/Q1_qubit-rotation.py
examples/Q2_variational-quantum-eigensolver.ipynb
examples/Q2a_variational-quantum-eigensolver-quantumopt.py
examples/Q2b_variational-quantum-eigensolver-classopt.py
examples/Q3_variational-classifier.ipynb
examples/Q3a_variational-classifier-parity.py
examples/Q3b_variational-classifier-iris.py
examples/Q4_quantum-GAN.ipynb
examples/Q4_quantum-GAN.py
pennylane/__init__.py
pennylane/_device.py
pennylane/_version.py
pennylane/configuration.py
pennylane/decorator.py
pennylane/operation.py
pennylane/qnode.py
pennylane/template.py
pennylane/utils.py
pennylane/variable.py
pennylane/expval/__init__.py
pennylane/expval/cv.py
pennylane/expval/qubit.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/rms_prop.py
pennylane/plugins/__init__.py
pennylane/plugins/default_gaussian.py
pennylane/plugins/default_qubit.py
tests/defaults.py
tests/test_classical_gradients.py
tests/test_configuration.py
tests/test_default_gaussian.py
tests/test_default_qubit.py
tests/test_device.py
tests/test_expval.py
tests/test_operation.py
tests/test_ops.py
tests/test_optimize.py
tests/test_qnode.py
tests/test_quantum_gradients.py
tests/test_template.py
tests/test_variable.py