.flake8
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
Hadamard example.ipynb
LICENSE
README.md
pyproject.toml
pyqbench.bib
.github/workflows/quality_checks.yml
adr/async_backends.md
adr/backend_factory_model.md
adr/fourier-discrimination-cli.md
adr/general_form_of_the_cli.md
adr/simple_backend_model.md
docs/Makefile
docs/make.bat
docs/source/citing.md
docs/source/cli_usage.md
docs/source/conf.py
docs/source/faq.md
docs/source/index.md
docs/source/installing.md
docs/source/mathematical_foundations.md
docs/source/references.bib
docs/source/tutorial.md
docs/source/_static/logo.png
docs/source/_static/css/custom.css
docs/source/img/direct_sum.svg
docs/source/img/hadamard_u_v0.svg
docs/source/img/postselection_no_channels.svg
docs/source/img/theoretical_scheme.svg
docs/source/img/vonneumann.svg
docs/source/notebooks/Example 01 discriminating measurements in Hadamard basis.ipynb
docs/source/reference/batching.md
docs/source/reference/cli.md
docs/source/reference/common_models.md
docs/source/reference/fourier.md
docs/source/reference/index.md
docs/source/reference/jobs.md
docs/source/reference/limits.md
docs/source/reference/logging.md
docs/source/reference/schemes.md
docs/source/reference/testing.md
examples/backend-factory-with-run-options.yml
examples/backend-factory.yml
examples/fourier-discrimination-async-result.yml
examples/fourier-discrimination-experiment.yml
examples/fourier-discrimination-result-with-mitigation.yml
examples/fourier-discrimination-result.yml
examples/ibmq-backend.yml
examples/simple-backend-with-run-options.yml
examples/simple-backend.yml
examples/using_fourier_with_simulator.py
examples/using_fourier_with_simulator_postselection_all_cases.py
examples/backends/ibmq-qasm-simulator-async.yml
examples/backends/ibmq-qasm-simulator-sync.yml
examples/backends/ibmq-quito.yml
examples/experiments/fourier-disc-direct-sum-ibmq.yml
examples/experiments/fourier-disc-postselection-ibmq.yml
mathematics/optimal_final_measurement_discrimination.nb
pyqbench.egg-info/PKG-INFO
pyqbench.egg-info/SOURCES.txt
pyqbench.egg-info/dependency_links.txt
pyqbench.egg-info/entry_points.txt
pyqbench.egg-info/requires.txt
pyqbench.egg-info/top_level.txt
qbench/__init__.py
qbench/_expressions.py
qbench/batching.py
qbench/cli.py
qbench/common_models.py
qbench/jobs.py
qbench/limits.py
qbench/logging.py
qbench/testing.py
qbench/fourier/__init__.py
qbench/fourier/_cli.py
qbench/fourier/_models.py
qbench/fourier/experiment_runner.py
qbench/fourier/testing.py
qbench/fourier/_components/__init__.py
qbench/fourier/_components/_generic.py
qbench/fourier/_components/_ibmq.py
qbench/fourier/_components/_lucy.py
qbench/fourier/_components/_lucy_and_ibmq_common.py
qbench/fourier/_components/_rigetti.py
qbench/schemes/__init__.py
qbench/schemes/_utils.py
qbench/schemes/direct_sum.py
qbench/schemes/postselection.py
tests/__init__.py
tests/conftest.py
tests/test_batching.py
tests/test_ibmq_backend.py
tests/test_limits.py
tests/test_mock_simulator.py
tests/test_models.py
tests/fourier/test_fourier.py
tests/fourier/test_fourier_cli.py
tests/fourier/test_fourier_experiment_runner.py
tests/fourier/test_fourier_ibmq.py
tests/fourier/test_fourier_lucy.py
tests/fourier/test_fourier_rigetti.py
tests/schemes/test_direct_sum.py
tests/schemes/test_postselection.py