LICENSE
README.md
VENDORED.md
pyproject.toml
circls/__init__.py
circls/pipeline.py
circls.egg-info/PKG-INFO
circls.egg-info/SOURCES.txt
circls.egg-info/dependency_links.txt
circls.egg-info/requires.txt
circls.egg-info/top_level.txt
circls/compiler/__init__.py
circls/compiler/assignment.py
circls/compiler/liveness.py
circls/compiler/mapping.py
circls/compiler/measure_reduce.py
circls/compiler/parallel_windows.py
circls/compiler/rotation_plan.py
circls/compiler/routing.py
circls/compiler/scheduling.py
circls/core/__init__.py
circls/core/colouring.py
circls/core/common.py
circls/core/joint_merge.py
circls/core/multi_patch_coupler.py
circls/core/routed_multi_patch_ls.py
circls/core/sequential_ppm_ls.py
circls/interop/__init__.py
circls/interop/ir/__init__.py
circls/interop/ir/gosc_gadgets.py
circls/interop/ir/pauli_algebra.py
circls/interop/ir/pauli_ir.py
circls/interop/ir/ppm_import.py
circls/interop/ir/yfree.py
circls/interop/nwqec/__init__.py
circls/interop/nwqec/frontend.py
circls/interop/nwqec/qasm_norm.py
circls/metrics/__init__.py
circls/metrics/circuit_stats.py
circls/metrics/experiment_stats.py
circls/metrics/report.py
circls/tools/__init__.py
circls/tools/evaluate.py
circls/tools/reporting.py
lightstim/LICENSE
lightstim/__init__.py
lightstim/frontend/__init__.py
lightstim/frontend/export.py
lightstim/ir/__init__.py
lightstim/ir/builder.py
lightstim/ir/coupler.py
lightstim/ir/experiment.py
lightstim/ir/logical_executor.py
lightstim/ir/operation.py
lightstim/ir/qec_patch.py
lightstim/ir/qec_system.py
lightstim/ir/relay_flow.py
lightstim/ir/tableau.py
lightstim/ir/tracker.py
lightstim/noise/__init__.py
lightstim/noise/config.py
lightstim/noise/injector.py
lightstim/noise/rules.py
lightstim/plot/__init__.py
lightstim/plot/config.py
lightstim/plot/plotter.py
lightstim/plot/styles.py
lightstim/plot/utils.py
lightstim/protocols/__init__.py
lightstim/protocols/bell_teleportation.py
lightstim/protocols/cnot_ls.py
lightstim/protocols/cnot_trans.py
lightstim/protocols/fold_transversal.py
lightstim/protocols/gate_teleport.py
lightstim/protocols/ghz.py
lightstim/protocols/ls_distillation.py
lightstim/protocols/memory.py
lightstim/protocols/rotated_logical_s.py
lightstim/protocols/state_injection.py
lightstim/protocols/tg_distillation.py
lightstim/protocols/two_patch_ls.py
lightstim/protocols/cross_ls/__init__.py
lightstim/protocols/cross_ls/cross_ls_experiment.py
lightstim/protocols/cross_ls/surface_pqrm_coupler.py
lightstim/protocols/cross_ls/surface_pqrm_se_block.py
lightstim/protocols/ppm/__init__.py
lightstim/protocols/ppm/coupler.py
lightstim/protocols/ppm/seam_rules.py
lightstim/protocols/ppm/sequential.py
lightstim/protocols/ppm/spec.py
lightstim/qec_code/__init__.py
lightstim/qec_code/BB_code/SE_block.py
lightstim/qec_code/BB_code/__init__.py
lightstim/qec_code/BB_code/code_patch.py
lightstim/qec_code/BB_code/logical_presets.py
lightstim/qec_code/PQRM/__init__.py
lightstim/qec_code/PQRM/pqrm_operation.py
lightstim/qec_code/PQRM/pqrm_patch.py
lightstim/qec_code/PQRM/pqrm_se_block.py
lightstim/qec_code/PQRM/pqrm_se_config.py
lightstim/qec_code/color_code/SE_block.py
lightstim/qec_code/color_code/__init__.py
lightstim/qec_code/color_code/code_patch.py
lightstim/qec_code/color_code/layout_tiles.py
lightstim/qec_code/color_code/midout_plan.py
lightstim/qec_code/four_d_geo_code/SE_block.py
lightstim/qec_code/four_d_geo_code/__init__.py
lightstim/qec_code/four_d_geo_code/code_patch.py
lightstim/qec_code/four_d_geo_code/configs.py
lightstim/qec_code/four_d_geo_code/lattice.py
lightstim/qec_code/generic_css/SE_block.py
lightstim/qec_code/generic_css/__init__.py
lightstim/qec_code/kasai_code/SE_block.py
lightstim/qec_code/kasai_code/__init__.py
lightstim/qec_code/kasai_code/code_patch.py
lightstim/qec_code/kasai_code/presets.py
lightstim/qec_code/repetition/SE_block.py
lightstim/qec_code/repetition/__init__.py
lightstim/qec_code/repetition/repetition.py
lightstim/qec_code/surface_code/__init__.py
lightstim/qec_code/surface_code/rotated/SE_block.py
lightstim/qec_code/surface_code/rotated/__init__.py
lightstim/qec_code/surface_code/rotated/bent_joint_se.py
lightstim/qec_code/surface_code/rotated/code_patch.py
lightstim/qec_code/surface_code/rotated/diagonal_se.py
lightstim/qec_code/surface_code/rotated/litinski_layouts.py
lightstim/qec_code/surface_code/rotated/litinski_rotation.py
lightstim/qec_code/surface_code/rotated/operation.py
lightstim/qec_code/surface_code/rotated/rule_based_patch.py
lightstim/qec_code/surface_code/rotated/seam_interface.py
lightstim/qec_code/surface_code/rotated/swap_rotation.py
lightstim/qec_code/surface_code/rotated/two_patch_coupler.py
lightstim/qec_code/surface_code/rotated/y_boundary_patch.py
lightstim/qec_code/surface_code/rotated/y_transition_round.py
lightstim/qec_code/surface_code/toric/SE_block.py
lightstim/qec_code/surface_code/toric/__init__.py
lightstim/qec_code/surface_code/toric/code_patch.py
lightstim/qec_code/surface_code/unrotated/SE_block.py
lightstim/qec_code/surface_code/unrotated/__init__.py
lightstim/qec_code/surface_code/unrotated/code_patch.py
lightstim/qec_code/surface_code/unrotated/multi_patch_coupler.py
lightstim/qec_code/surface_code/unrotated/operation.py
lightstim/qec_code/surface_code/unrotated/two_patch_coupler.py
lightstim/qec_code/surface_code/xzzx/SE_block.py
lightstim/qec_code/surface_code/xzzx/__init__.py
lightstim/qec_code/surface_code/xzzx/code_patch.py
lightstim/simulation/decoder.py
lightstim/simulation/gpu_worker.py
lightstim/simulation/observable_analysis.py
lightstim/simulation/simulator.py
lightstim/simulation/decoder_backend/__init__.py
lightstim/simulation/decoder_backend/_accounting.py
lightstim/simulation/decoder_backend/config.py
lightstim/simulation/decoder_backend/dem_matrices.py
lightstim/simulation/decoder_backend/external.py
lightstim/simulation/decoder_backend/pcm.py
lightstim/simulation/decoder_backend/pipeline.py
lightstim/simulation/decoder_backend/post_select.py
lightstim/simulation/decoder_backend/progress.py
lightstim/simulation/decoder_backend/registry.py
lightstim/simulation/decoder_backend/worker.py
lightstim/simulation/decoder_backend/decoders/__init__.py
lightstim/simulation/decoder_backend/decoders/bposd.py
lightstim/simulation/decoder_backend/decoders/chain.py
lightstim/simulation/decoder_backend/decoders/cudaqx.py
lightstim/simulation/decoder_backend/decoders/ldpc_bp.py
lightstim/simulation/decoder_backend/decoders/mwpf.py
lightstim/simulation/decoder_backend/decoders/pymatching.py
lightstim/simulation/decoder_backend/decoders/relay_bp.py
lightstim/simulation/decoder_backend/decoders/tesseract.py
lightstim/utils/linear_algebra.py
lightstim/utils/tableau_utils.py
lightstim/utils/cpp/__init__.py
lightstim/utils/cpp/build.py
tests/test_ablation_harness.py
tests/test_absorbed_census.py
tests/test_api_hooks.py
tests/test_assignment.py
tests/test_benchsuite.py
tests/test_bent_se_scheduling.py
tests/test_circuit_determinism.py
tests/test_colour_parity_and_split.py
tests/test_decoder_backend.py
tests/test_diagonal_wall_end.py
tests/test_formula_deviation_guards.py
tests/test_gidney_y_experiment.py
tests/test_gosc_gadgets.py
tests/test_gosc_pauli_algebra.py
tests/test_hook_attach_faces.py
tests/test_interop_frontends.py
tests/test_interop_ppm_import.py
tests/test_joint_merge_specs.py
tests/test_m1_weight1.py
tests/test_mapping_pipeline.py
tests/test_measure_reduce.py
tests/test_metrics.py
tests/test_mixed_wall.py
tests/test_mixed_wall_horizontal.py
tests/test_multi_wall_joint.py
tests/test_parallel_steps.py
tests/test_patch_rotation.py
tests/test_public_api.py
tests/test_reduction_equivalence.py
tests/test_reporting_truth.py
tests/test_rotated_subset_report.py
tests/test_rotation_fallback.py
tests/test_rotation_triggers.py
tests/test_routed_multi_patch_ls.py
tests/test_rule_table_dispatch.py
tests/test_scheduling.py
tests/test_seam_interface.py
tests/test_seam_rotation_repair.py
tests/test_seam_routing.py
tests/test_sequential_ppm_ls.py
tests/test_sequential_ppm_rotation.py
tests/test_stage_c4_matrix.py
tests/test_step1_no_construction.py
tests/test_subset_bus_basis.py
tests/test_t_as_s_frontend.py
tests/test_tracker_closure_contract.py
tests/test_tracker_retire.py
tests/test_twopass_matching.py
tests/test_wall_chirality.py
tests/test_wall_rules.py
tests/test_yfree_sweep.py