README.md
requirements.txt
setup.py
src/stimflow/__init__.py
src/stimflow.egg-info/PKG-INFO
src/stimflow.egg-info/SOURCES.txt
src/stimflow.egg-info/dependency_links.txt
src/stimflow.egg-info/requires.txt
src/stimflow.egg-info/top_level.txt
src/stimflow/_chunk/__init__.py
src/stimflow/_chunk/_chunk.py
src/stimflow/_chunk/_chunk_builder.py
src/stimflow/_chunk/_chunk_builder_test.py
src/stimflow/_chunk/_chunk_compiler.py
src/stimflow/_chunk/_chunk_compiler_test.py
src/stimflow/_chunk/_chunk_interface.py
src/stimflow/_chunk/_chunk_loop.py
src/stimflow/_chunk/_chunk_reflow.py
src/stimflow/_chunk/_chunk_reflow_test.py
src/stimflow/_chunk/_chunk_test.py
src/stimflow/_chunk/_code_util.py
src/stimflow/_chunk/_code_util_test.py
src/stimflow/_chunk/_flow_metadata.py
src/stimflow/_chunk/_flow_util.py
src/stimflow/_chunk/_flow_util_test.py
src/stimflow/_chunk/_patch.py
src/stimflow/_chunk/_patch_test.py
src/stimflow/_chunk/_stabilizer_code.py
src/stimflow/_chunk/_stabilizer_code_test.py
src/stimflow/_chunk/_test_util.py
src/stimflow/_chunk/_weave.py
src/stimflow/_chunk/_weave_test.py
src/stimflow/_core/__init__.py
src/stimflow/_core/_circuit_util.py
src/stimflow/_core/_circuit_util_test.py
src/stimflow/_core/_complex_util.py
src/stimflow/_core/_complex_util_test.py
src/stimflow/_core/_flow.py
src/stimflow/_core/_flow_test.py
src/stimflow/_core/_noise.py
src/stimflow/_core/_noise_test.py
src/stimflow/_core/_pauli_map.py
src/stimflow/_core/_pauli_map_test.py
src/stimflow/_core/_str_html.py
src/stimflow/_core/_str_svg.py
src/stimflow/_core/_tile.py
src/stimflow/_core/_tile_test.py
src/stimflow/_layers/__init__.py
src/stimflow/_layers/_data.py
src/stimflow/_layers/_data_test.py
src/stimflow/_layers/_layer.py
src/stimflow/_layers/_layer_circuit.py
src/stimflow/_layers/_layer_circuit_test.py
src/stimflow/_layers/_layer_det_obs_annotation.py
src/stimflow/_layers/_layer_empty.py
src/stimflow/_layers/_layer_feedback.py
src/stimflow/_layers/_layer_feedback_test.py
src/stimflow/_layers/_layer_interact.py
src/stimflow/_layers/_layer_interact_swap.py
src/stimflow/_layers/_layer_interact_swap_test.py
src/stimflow/_layers/_layer_iswap.py
src/stimflow/_layers/_layer_loop.py
src/stimflow/_layers/_layer_measure.py
src/stimflow/_layers/_layer_mpp.py
src/stimflow/_layers/_layer_noise.py
src/stimflow/_layers/_layer_qubit_coord_annotation.py
src/stimflow/_layers/_layer_reset.py
src/stimflow/_layers/_layer_rotation.py
src/stimflow/_layers/_layer_rotation_test.py
src/stimflow/_layers/_layer_shift_coord_annotation.py
src/stimflow/_layers/_layer_sqrt_pp.py
src/stimflow/_layers/_layer_swap.py
src/stimflow/_layers/_layer_tag.py
src/stimflow/_layers/_layer_tag_test.py
src/stimflow/_layers/_transpile.py
src/stimflow/_layers/_transpile_test.py
src/stimflow/_viz/_3d_model.py
src/stimflow/_viz/_3d_model_test.py
src/stimflow/_viz/_3d_model_text_texture.py
src/stimflow/_viz/_3d_model_viewer.py
src/stimflow/_viz/__init__.py
src/stimflow/_viz/_viz_circuit_html.py
src/stimflow/_viz/_viz_circuit_html_test.py
src/stimflow/_viz/_viz_circuit_layer_svg.py
src/stimflow/_viz/_viz_patch_svg.py
src/stimflow/_viz/_viz_patch_svg_test.py
src/stimflow/_viz/_viz_svg.py