LICENSE
README.md
pyproject.toml
qcml/__init__.py
qcml.egg-info/PKG-INFO
qcml.egg-info/SOURCES.txt
qcml.egg-info/dependency_links.txt
qcml.egg-info/top_level.txt
qcml/bench/__init__.py
qcml/bench/checkpoint.py
qcml/bench/filter_grid.py
qcml/bench/grid_search.py
qcml/bench/helper.py
qcml/bench/hyperparameter_settings.py
qcml/bench/kernel_grid.py
qcml/bench/model_grid.py
qcml/bench/transformation_grid.py
qcml/data/__init__.py
qcml/data/bars_and_stripes.py
qcml/data/deepsat.py
qcml/data/eurosat.py
qcml/data/generate_bars_and_stripes.py
qcml/data/generate_hidden_manifold.py
qcml/data/generate_hyperplanes.py
qcml/data/generate_linearly_separable.py
qcml/data/generate_mnist.py
qcml/data/generate_two_curves.py
qcml/data/hidden_manifold.py
qcml/data/hyperplanes.py
qcml/data/linearly_separable.py
qcml/data/load_data.py
qcml/data/mnist.py
qcml/data/two_curves.py
qcml/kernels/__init__.py
qcml/kernels/classical_kernels.py
qcml/kernels/quantum_kernels.py
qcml/kernels/jax/__init__.py
qcml/kernels/jax/classical_kernels.py
qcml/models/__init__.py
qcml/models/classical/__init__.py
qcml/models/classical/kernel_mlp.py
qcml/models/classical/kernel_perceptron.py
qcml/models/classical/perceptron.py
qcml/models/classical/svc.py
qcml/models/classical/flax/layers.py
qcml/models/quantum/ansatz_embedding_kernel.py
qcml/models/quantum/circuit_centric.py
qcml/models/quantum/convolutional_neural_network.py
qcml/models/quantum/data_reuploading.py
qcml/models/quantum/dressed_quantum_circuit.py
qcml/models/quantum/iqp_kernel.py
qcml/models/quantum/iqp_variational.py
qcml/models/quantum/parallel_hnn.py
qcml/models/quantum/projected_quantum_kernel.py
qcml/models/quantum/quantum_boltzmann_machine.py
qcml/models/quantum/quantum_kitchen_sinks.py
qcml/models/quantum/quantum_metric_learning.py
qcml/models/quantum/quanvolutional_neural_network.py
qcml/models/quantum/separable.py
qcml/models/quantum/tree_tensor.py
qcml/models/quantum/vanilla_qnn.py
qcml/models/quantum/weinet.py
qcml/scripts/__init__.py
qcml/scripts/model_scoring.py
qcml/scripts/run_hyperparameter_search.py
qcml/scripts/score_with_best_hyperparameters.py
qcml/utils/__init__.py
qcml/utils/algebra.py
qcml/utils/dask_preload_logging.py
qcml/utils/dataset.py
qcml/utils/dimensional.py
qcml/utils/display.py
qcml/utils/exceptions.py
qcml/utils/hyperparam_search.py
qcml/utils/ipython.py
qcml/utils/jax.py
qcml/utils/kernel.py
qcml/utils/log.py
qcml/utils/model.py
qcml/utils/states.py
qcml/utils/storage.py
qcml/utils/types.py
qcml/utils/analysis/grid_search.py
qcml/utils/gpu/__init__.py
qcml/utils/gpu/gputil.py
qcml/utils/gpu/info.py
qcml/utils/gpu/management.py
qcml/utils/gpu/monitor.py
qcml/utils/visualization/bloch.py
qcml/utils/visualization/dataset.py
qcml/utils/visualization/from_array.py
qcml/utils/visualization/seaborn.py
qcml/visualization/__init__.py
qcml/visualization/circle_notation.py
qcml/visualization/quantum_state.py
qcml/visualization/constants/__init__.py
qcml/visualization/constants/constants.py
qcml/visualization/constants/fractions.py