Skip to content

Commit

Permalink
Merge branch 'main' of github.com:quantumlib/Stim into tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Feb 19, 2024
2 parents 24d06ee + 1f32ef6 commit 938177f
Show file tree
Hide file tree
Showing 30 changed files with 2,293 additions and 737 deletions.
455 changes: 399 additions & 56 deletions doc/python_api_reference_vDev.md

Large diffs are not rendered by default.

379 changes: 313 additions & 66 deletions doc/stim.pyi

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions file_lists/python_api_files
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ src/stim/simulators/frame_simulator.pybind.cc
src/stim/simulators/matched_error.pybind.cc
src/stim/simulators/measurements_to_detection_events.pybind.cc
src/stim/simulators/tableau_simulator.pybind.cc
src/stim/stabilizers/flow.pybind.cc
src/stim/stabilizers/pauli_string.pybind.cc
src/stim/stabilizers/pauli_string_iter.pybind.cc
src/stim/stabilizers/tableau.pybind.cc
Expand Down
2 changes: 1 addition & 1 deletion file_lists/test_files
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ src/stim/circuit/circuit.test.cc
src/stim/circuit/export_qasm.test.cc
src/stim/circuit/gate_decomposition.test.cc
src/stim/circuit/gate_target.test.cc
src/stim/circuit/stabilizer_flow.test.cc
src/stim/cmd/command_analyze_errors.test.cc
src/stim/cmd/command_convert.test.cc
src/stim/cmd/command_detect.test.cc
Expand Down Expand Up @@ -72,6 +71,7 @@ src/stim/simulators/transform_without_feedback.test.cc
src/stim/simulators/vector_simulator.test.cc
src/stim/stabilizers/conversions.test.cc
src/stim/stabilizers/flex_pauli_string.test.cc
src/stim/stabilizers/flow.test.cc
src/stim/stabilizers/pauli_string.test.cc
src/stim/stabilizers/pauli_string_iter.test.cc
src/stim/stabilizers/pauli_string_ref.test.cc
Expand Down
Loading

0 comments on commit 938177f

Please sign in to comment.