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/directives.py
doc/index.rst
doc/requirements.txt
pennylane/__init__.py
pennylane/_device.py
pennylane/_qubit_device.py
pennylane/_version.py
pennylane/about.py
pennylane/circuit_graph.py
pennylane/configuration.py
pennylane/init.py
pennylane/io.py
pennylane/measure.py
pennylane/operation.py
pennylane/utils.py
pennylane/variable.py
pennylane/beta/__init__.py
pennylane/beta/plugins/__init__.py
pennylane/beta/plugins/default_tensor.py
pennylane/beta/plugins/default_tensor_tf.py
pennylane/circuit_drawer/__init__.py
pennylane/circuit_drawer/charsets.py
pennylane/circuit_drawer/circuit_drawer.py
pennylane/circuit_drawer/grid.py
pennylane/circuit_drawer/representation_resolver.py
pennylane/collections/__init__.py
pennylane/collections/apply.py
pennylane/collections/dot.py
pennylane/collections/map.py
pennylane/collections/qnode_collection.py
pennylane/collections/sum.py
pennylane/interfaces/__init__.py
pennylane/interfaces/autograd.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/qnodes/__init__.py
pennylane/qnodes/base.py
pennylane/qnodes/cv.py
pennylane/qnodes/decorator.py
pennylane/qnodes/device_jacobian.py
pennylane/qnodes/jacobian.py
pennylane/qnodes/passthru.py
pennylane/qnodes/qubit.py
pennylane/templates/__init__.py
pennylane/templates/decorator.py
pennylane/templates/utils.py
pennylane/templates/embeddings/__init__.py
pennylane/templates/embeddings/amplitude.py
pennylane/templates/embeddings/angle.py
pennylane/templates/embeddings/basis.py
pennylane/templates/embeddings/displacement.py
pennylane/templates/embeddings/qaoa.py
pennylane/templates/embeddings/squeezing.py
pennylane/templates/layers/__init__.py
pennylane/templates/layers/cv_neural_net.py
pennylane/templates/layers/random.py
pennylane/templates/layers/strongly_entangling.py
pennylane/templates/state_preparations/__init__.py
pennylane/templates/state_preparations/basis.py
pennylane/templates/state_preparations/mottonen.py
pennylane/templates/subroutines/__init__.py
pennylane/templates/subroutines/interferometer.py
pennylane/vqe/__init__.py
pennylane/vqe/vqe.py
tests/conftest.py
tests/gate_data.py
tests/test_about.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_hermitian_edge_cases.py
tests/test_init.py
tests/test_io.py
tests/test_measure.py
tests/test_observable.py
tests/test_operation.py
tests/test_optimize.py
tests/test_optimize_qng.py
tests/test_prob.py
tests/test_quantum_gradients.py
tests/test_qubit_device.py
tests/test_templates.py
tests/test_templates_decorator.py
tests/test_templates_embeddings.py
tests/test_templates_layers.py
tests/test_templates_state_preparations.py
tests/test_templates_subroutines.py
tests/test_templates_utils.py
tests/test_tensor_measurements.py
tests/test_utils.py
tests/test_variable.py
tests/test_vqe.py