LICENSE
MANIFEST.in
README.rst
default_config.toml
setup.py
PennyLane.egg-info/PKG-INFO
PennyLane.egg-info/PKG-INFO (spectre10's conflicted copy 2019-10-19)
PennyLane.egg-info/SOURCES (spectre10's conflicted copy 2019-10-19).txt
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/requirements.txt
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_barren_plateaus.py
examples/pennylane_run_data_reuploading_classifier.py
examples/pennylane_run_gaussian_transformation.py
examples/pennylane_run_isingmodel_PyTorch.py
examples/pennylane_run_plugins_hybrid.py
examples/pennylane_run_qaoa_maxcut.py
examples/pennylane_run_quantum_natural_gradient.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/circuit_graph.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/tf.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/test_about.py
tests/test_circuit_graph.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_tensor_measurements.py
tests/test_tf.py
tests/test_torch.py
tests/test_utils.py
tests/test_variable.py