LICENSE
README.md
pyproject.toml
qml/__init__.py
qml/__main__.py
qml/ansatz.py
qml/benchmarks.py
qml/classical_baselines.py
qml/classifiers.py
qml/data.py
qml/embeddings.py
qml/io_utils.py
qml/kernel_methods.py
qml/losses.py
qml/metric_learning.py
qml/metrics.py
qml/optimizers.py
qml/regression.py
qml/trainable_kernels.py
qml/training.py
qml/utils.py
qml/visualize.py
qml_pennylane.egg-info/PKG-INFO
qml_pennylane.egg-info/SOURCES.txt
qml_pennylane.egg-info/dependency_links.txt
qml_pennylane.egg-info/requires.txt
qml_pennylane.egg-info/top_level.txt
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_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_regression_artifacts.py
tests/test_regression_smoke.py
tests/test_trainable_kernel_smoke.py
tests/test_training_loop_smoke.py
tests/test_vqc_artifacts.py
tests/test_vqc_smoke.py