LICENSE
README.md
pyproject.toml
src/qonscious/__init__.py
src/qonscious/run_conditionally.py
src/qonscious.egg-info/PKG-INFO
src/qonscious.egg-info/SOURCES.txt
src/qonscious.egg-info/dependency_links.txt
src/qonscious.egg-info/requires.txt
src/qonscious.egg-info/top_level.txt
src/qonscious/actions/__init__.py
src/qonscious/actions/qonscious_action.py
src/qonscious/actions/qonscious_callable.py
src/qonscious/actions/qonscious_circuit.py
src/qonscious/adapters/__init__.py
src/qonscious/adapters/aer_sampler_adapter.py
src/qonscious/adapters/aer_simulator_adapter.py
src/qonscious/adapters/backend_adapter.py
src/qonscious/adapters/ibm_sampler_adapter.py
src/qonscious/adapters/ionq_backend_adapter.py
src/qonscious/checks/__init__.py
src/qonscious/checks/merit_compliance_check.py
src/qonscious/foms/__init__.py
src/qonscious/foms/aggregate_qpu_fom.py
src/qonscious/foms/figure_of_merit.py
src/qonscious/foms/grover_fom.py
src/qonscious/foms/packed_chsh.py
src/qonscious/results/__init__.py
src/qonscious/results/result_types.py
src/qonscious/utils/statistics.py
tests/test_aer_sampler_adapter.py
tests/test_aer_simulator_adapter.py
tests/test_ibm_sampler_adapter.py
tests/test_ionq_backend_adapter.py
tests/test_packed_chsh.py
tests/test_qonscious_runner.py