.editorconfig
.gitignore
AUTHORS.rst
LICENSE
MANIFEST.in
README.md
experimentallibs.txt
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
requirements_mkdocs.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
docs/api.md
docs/authors.rst
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/index.md
docs/installation.md
docs/lazyqml.md
docs/logo.jpg
docs/usage.md
docs/examples/intro.ipynb
docs/overrides/main.html
lazyqml/__init__.py
lazyqml/lazyqml.py
lazyqml.egg-info/PKG-INFO
lazyqml.egg-info/SOURCES.txt
lazyqml.egg-info/dependency_links.txt
lazyqml.egg-info/entry_points.txt
lazyqml.egg-info/requires.txt
lazyqml.egg-info/top_level.txt
lazyqml/Circuits/__init__.py
lazyqml/Circuits/Ansatzs/Annular.py
lazyqml/Circuits/Ansatzs/HCzRx.py
lazyqml/Circuits/Ansatzs/HardwareEfficient.py
lazyqml/Circuits/Ansatzs/TreeTensor.py
lazyqml/Circuits/Ansatzs/TwoLocal.py
lazyqml/Circuits/Ansatzs/__init__.py
lazyqml/Circuits/Embeddings/AngleMPS.py
lazyqml/Circuits/Embeddings/DenseAngle.py
lazyqml/Circuits/Embeddings/DenseAngleMPS.py
lazyqml/Circuits/Embeddings/HigherOrder.py
lazyqml/Circuits/Embeddings/HigherOrderMPS.py
lazyqml/Circuits/Embeddings/ZZ.py
lazyqml/Circuits/Embeddings/ZZMPS.py
lazyqml/Circuits/Embeddings/__init__.py
lazyqml/Dispatchers/Dispatcher.py
lazyqml/Dispatchers/Tasks.py
lazyqml/Dispatchers/__init__.py
lazyqml/Factories/__init__.py
lazyqml/Factories/fCircuits.py
lazyqml/Factories/fModels.py
lazyqml/Factories/fPreprocessing.py
lazyqml/GUI/_events.py
lazyqml/GUI/_generator.py
lazyqml/GUI/_layout.py
lazyqml/GUI/_widgets.py
lazyqml/GUI/lazyqmlGUI.ipynb
lazyqml/Global/__init__.py
lazyqml/Global/config.py
lazyqml/Global/globalEnums.py
lazyqml/Interfaces/__init__.py
lazyqml/Interfaces/iAnsatz.py
lazyqml/Interfaces/iCircuit.py
lazyqml/Interfaces/iModel.py
lazyqml/Interfaces/iPreprocessing.py
lazyqml/Models/HybridCNNQNN.py
lazyqml/Models/QKNN.py
lazyqml/Models/QNN.py
lazyqml/Models/QSVM.py
lazyqml/Models/__init__.py
lazyqml/Preprocessing/AcousticFeatures.py
lazyqml/Preprocessing/MelSpectrogram.py
lazyqml/Preprocessing/PCAHelper.py
lazyqml/Preprocessing/Sanitizer.py
lazyqml/Preprocessing/__init__.py
lazyqml/Utils/Utils.py
lazyqml/Utils/Validator.py
lazyqml/Utils/__init__.py
tests/__init__.py
tests/example_AcousticFeatures.py
tests/example_HybridCnnQnn.py
tests/test_lazyqml.py
tests/test_models.py