LICENSE
MANIFEST.in
README.md
pyproject.toml
src/__init__.py
src/topqad_sdk/__init__.py
src/topqad_sdk/_exceptions.py
src/topqad_sdk/_utils.py
src/topqad_sdk/test.py
src/topqad_sdk.egg-info/PKG-INFO
src/topqad_sdk.egg-info/SOURCES.txt
src/topqad_sdk.egg-info/dependency_links.txt
src/topqad_sdk.egg-info/requires.txt
src/topqad_sdk.egg-info/top_level.txt
src/topqad_sdk/_auth/__init__.py
src/topqad_sdk/_auth/_auth_manager.py
src/topqad_sdk/_http_request/__init__.py
src/topqad_sdk/_http_request/_http_client.py
src/topqad_sdk/clients/__init__.py
src/topqad_sdk/clients/_topqad_client.py
src/topqad_sdk/clients/compiler_client.py
src/topqad_sdk/clients/noise_profiler_client.py
src/topqad_sdk/clients/qre_client.py
src/topqad_sdk/compiler/__init__.py
src/topqad_sdk/compiler/compiler.py
src/topqad_sdk/library/__init__.py
src/topqad_sdk/library/circuit_library.py
src/topqad_sdk/library/hardware_parameter_library.py
src/topqad_sdk/models/__init__.py
src/topqad_sdk/models/common_types.py
src/topqad_sdk/models/enums.py
src/topqad_sdk/models/assembler/assembler_reports.py
src/topqad_sdk/models/assembler/responses.py
src/topqad_sdk/models/circuit_library/circuit.py
src/topqad_sdk/models/circuit_library/response.py
src/topqad_sdk/models/compiler/requests.py
src/topqad_sdk/models/compiler/responses.py
src/topqad_sdk/models/decomposer/responses.py
src/topqad_sdk/models/noise_profiler/__init__.py
src/topqad_sdk/models/noise_profiler/requests.py
src/topqad_sdk/models/noise_profiler/responses.py
src/topqad_sdk/models/optimizer/responses.py
src/topqad_sdk/models/pipeline/requests.py
src/topqad_sdk/models/pipeline/responses.py
src/topqad_sdk/models/scheduler/responses.py
src/topqad_sdk/noiseprofiler/__init__.py
src/topqad_sdk/noiseprofiler/fit.py
src/topqad_sdk/noiseprofiler/models.py
src/topqad_sdk/noiseprofiler/qre_noiseprofile.py
src/topqad_sdk/noiseprofiler/simtable.py
src/topqad_sdk/noiseprofiler/data/__init__.py
src/topqad_sdk/noiseprofiler/data/qre_presets/__init__.py
src/topqad_sdk/noiseprofiler/data/qre_presets/noise_profile_emulated.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_baseline.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_baseline_logical_time_matched.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_baseline_throughput_matched.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_desired.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_desired_logical_time_matched.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_desired_throughput_matched.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_target.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_target_logical_time_matched.json
src/topqad_sdk/noiseprofiler/data/qre_presets/physical_depolarizing_target_throughput_matched.json
src/topqad_sdk/noiseprofiler/libnoise/__init__.py
src/topqad_sdk/noiseprofiler/libnoise/models.py
src/topqad_sdk/noiseprofiler/libnoise/noisemodel.py
src/topqad_sdk/noiseprofiler/libnoise/physical_depolarizing.py
src/topqad_sdk/noiseprofiler/libnoise/uniform_depolarizing.py
src/topqad_sdk/noiseprofiler/libprotocols/__init__.py
src/topqad_sdk/noiseprofiler/libprotocols/lattice_surgery.py
src/topqad_sdk/noiseprofiler/libprotocols/magic_state_preparation_hook_injection.py
src/topqad_sdk/noiseprofiler/libprotocols/magic_state_preparation_rep_code.py
src/topqad_sdk/noiseprofiler/libprotocols/memory.py
src/topqad_sdk/noiseprofiler/libprotocols/models.py
src/topqad_sdk/noiseprofiler/libprotocols/protocol_handler.py
src/topqad_sdk/noiseprofiler/libprotocols/stability.py
src/topqad_sdk/quantum_resource_estimator/__init__.py
src/topqad_sdk/quantum_resource_estimator/qre.py
src/topqad_sdk/quantum_resource_estimator/qre_output.py
src/topqad_sdk/quantum_resource_estimator/report.py
tests/test_auth.py
tests/test_helpers.py
tests/test_utils.py