LICENSE
README.md
pyproject.toml
src/qml/__init__.py
src/qml/__main__.py
src/qml/ansatz.py
src/qml/autoencoder.py
src/qml/benchmarks.py
src/qml/classical_baselines.py
src/qml/classifiers.py
src/qml/cli.py
src/qml/cli_commands.py
src/qml/cli_parser.py
src/qml/data.py
src/qml/embeddings.py
src/qml/estimators.py
src/qml/io_utils.py
src/qml/kernel_methods.py
src/qml/kernels.py
src/qml/losses.py
src/qml/metric_learning.py
src/qml/metrics.py
src/qml/optimizers.py
src/qml/preprocessing.py
src/qml/qcnn.py
src/qml/regression.py
src/qml/reporting.py
src/qml/trainable_kernels.py
src/qml/training.py
src/qml/utils.py
src/qml/visualize.py
src/qml_pennylane.egg-info/PKG-INFO
src/qml_pennylane.egg-info/SOURCES.txt
src/qml_pennylane.egg-info/dependency_links.txt
src/qml_pennylane.egg-info/entry_points.txt
src/qml_pennylane.egg-info/requires.txt
src/qml_pennylane.egg-info/top_level.txt
tests/test_autoencoder_smoke.py
tests/test_benchmarks_smoke.py
tests/test_classical_baselines_smoke.py
tests/test_cli_smoke.py
tests/test_dataset_smoke.py
tests/test_embeddings_smoke.py
tests/test_estimators_api.py
tests/test_imports.py
tests/test_kernel_smoke.py
tests/test_metric_learning_artifacts.py
tests/test_metric_learning_smoke.py
tests/test_noise_smoke.py
tests/test_packaging_metadata.py
tests/test_qcnn_smoke.py
tests/test_regression_artifacts.py
tests/test_regression_smoke.py
tests/test_reporting.py
tests/test_trainable_kernel_smoke.py
tests/test_training_loop_smoke.py
tests/test_validation_errors.py
tests/test_vqc_artifacts.py
tests/test_vqc_smoke.py