Skip to content

Commit

Permalink
Delete even more code
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed May 3, 2024
1 parent 1ceb528 commit 663350c
Show file tree
Hide file tree
Showing 178 changed files with 0 additions and 37,389 deletions.
7 changes: 0 additions & 7 deletions file_lists/perf_files
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
src/stim/circuit/circuit.perf.cc
src/stim/gates/gates.perf.cc
src/stim/io/measure_record_reader.perf.cc
src/stim/main.perf.cc
src/stim/main_namespaced.perf.cc
src/stim/mem/simd_bit_table.perf.cc
src/stim/mem/simd_bits.perf.cc
src/stim/mem/simd_word.perf.cc
src/stim/mem/sparse_xor_vec.perf.cc
src/stim/search/graphlike/algo.perf.cc
src/stim/stabilizers/pauli_string.perf.cc
src/stim/stabilizers/pauli_string_iter.perf.cc
src/stim/stabilizers/tableau.perf.cc
src/stim/stabilizers/tableau_iter.perf.cc
src/stim/util_bot/error_decomp.perf.cc
src/stim/util_bot/probability_util.perf.cc
16 changes: 0 additions & 16 deletions file_lists/pybind_files
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
src/stim/circuit/circuit.pybind.cc
src/stim/circuit/circuit_instruction.pybind.cc
src/stim/circuit/circuit_repeat_block.pybind.cc
src/stim/circuit/gate_target.pybind.cc
src/stim/dem/detector_error_model.pybind.cc
src/stim/dem/detector_error_model_instruction.pybind.cc
src/stim/dem/detector_error_model_repeat_block.pybind.cc
src/stim/dem/detector_error_model_target.pybind.cc
src/stim/gates/gates.pybind.cc
src/stim/io/read_write.pybind.cc
src/stim/py/base.pybind.cc
src/stim/py/compiled_detector_sampler.pybind.cc
src/stim/py/compiled_measurement_sampler.pybind.cc
src/stim/py/march.pybind.cc
src/stim/py/numpy.pybind.cc
src/stim/py/stim.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
src/stim/stabilizers/tableau_iter.pybind.cc
28 changes: 0 additions & 28 deletions file_lists/source_files_no_main
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
src/stim.cc
src/stim/circuit/circuit.cc
src/stim/circuit/circuit_instruction.cc
src/stim/circuit/gate_decomposition.cc
src/stim/circuit/gate_target.cc
src/stim/cmd/command_help.cc
src/stim/dem/dem_instruction.cc
src/stim/dem/detector_error_model.cc
src/stim/gates/gate_data_annotations.cc
src/stim/gates/gate_data_blocks.cc
src/stim/gates/gate_data_collapsing.cc
Expand All @@ -21,33 +15,11 @@ src/stim/gates/gate_data_period_4.cc
src/stim/gates/gate_data_pp.cc
src/stim/gates/gate_data_swaps.cc
src/stim/gates/gates.cc
src/stim/gen/circuit_gen_params.cc
src/stim/gen/gen_color_code.cc
src/stim/gen/gen_rep_code.cc
src/stim/gen/gen_surface_code.cc
src/stim/io/measure_record.cc
src/stim/io/measure_record_batch_writer.cc
src/stim/io/measure_record_writer.cc
src/stim/io/raii_file.cc
src/stim/io/sparse_shot.cc
src/stim/io/stim_data_formats.cc
src/stim/main_namespaced.cc
src/stim/mem/bit_ref.cc
src/stim/mem/simd_util.cc
src/stim/mem/simd_word.cc
src/stim/mem/sparse_xor_vec.cc
src/stim/search/graphlike/algo.cc
src/stim/search/graphlike/edge.cc
src/stim/search/graphlike/graph.cc
src/stim/search/graphlike/node.cc
src/stim/search/graphlike/search_state.cc
src/stim/search/hyper/algo.cc
src/stim/search/hyper/edge.cc
src/stim/search/hyper/graph.cc
src/stim/search/hyper/node.cc
src/stim/search/hyper/search_state.cc
src/stim/search/sat/wcnf.cc
src/stim/stabilizers/flex_pauli_string.cc
src/stim/util_bot/arg_parse.cc
src/stim/util_bot/error_decomp.cc
src/stim/util_bot/probability_util.cc
34 changes: 0 additions & 34 deletions file_lists/test_files
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
src/stim.test.cc
src/stim/circuit/circuit.test.cc
src/stim/circuit/gate_decomposition.test.cc
src/stim/circuit/gate_target.test.cc
src/stim/dem/dem_instruction.test.cc
src/stim/dem/detector_error_model.test.cc
src/stim/gates/gates.test.cc
src/stim/gen/circuit_gen_params.test.cc
src/stim/gen/gen_color_code.test.cc
src/stim/gen/gen_rep_code.test.cc
src/stim/gen/gen_surface_code.test.cc
src/stim/io/measure_record.test.cc
src/stim/io/measure_record_batch.test.cc
src/stim/io/measure_record_batch_writer.test.cc
src/stim/io/measure_record_reader.test.cc
src/stim/io/measure_record_writer.test.cc
src/stim/io/sparse_shot.test.cc
src/stim/main_namespaced.test.cc
src/stim/mem/bit_ref.test.cc
src/stim/mem/fixed_cap_vector.test.cc
Expand All @@ -25,24 +9,6 @@ src/stim/mem/simd_bits_range_ref.test.cc
src/stim/mem/simd_util.test.cc
src/stim/mem/simd_word.test.cc
src/stim/mem/sparse_xor_vec.test.cc
src/stim/search/graphlike/algo.test.cc
src/stim/search/graphlike/edge.test.cc
src/stim/search/graphlike/graph.test.cc
src/stim/search/graphlike/node.test.cc
src/stim/search/graphlike/search_state.test.cc
src/stim/search/hyper/algo.test.cc
src/stim/search/hyper/edge.test.cc
src/stim/search/hyper/graph.test.cc
src/stim/search/hyper/node.test.cc
src/stim/search/hyper/search_state.test.cc
src/stim/search/sat/wcnf.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
src/stim/stabilizers/tableau.test.cc
src/stim/stabilizers/tableau_iter.test.cc
src/stim/util_bot/arg_parse.test.cc
src/stim/util_bot/error_decomp.test.cc
src/stim/util_bot/probability_util.test.cc
Expand Down
38 changes: 0 additions & 38 deletions src/stim.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,8 @@
/// WARNING: THE STIM C++ API MAKES NO COMPATIBILITY GUARANTEES.
/// It may change arbitrarily and catastrophically from minor version to minor version.
/// If you need a stable API, use stim's Python API.
#include "stim/circuit/circuit.h"
#include "stim/circuit/circuit_instruction.h"
#include "stim/circuit/gate_decomposition.h"
#include "stim/circuit/gate_target.h"
#include "stim/cmd/command_help.h"
#include "stim/dem/dem_instruction.h"
#include "stim/dem/detector_error_model.h"
#include "stim/gates/gates.h"
#include "stim/gen/circuit_gen_params.h"
#include "stim/gen/gen_color_code.h"
#include "stim/gen/gen_rep_code.h"
#include "stim/gen/gen_surface_code.h"
#include "stim/io/measure_record.h"
#include "stim/io/measure_record_batch.h"
#include "stim/io/measure_record_batch_writer.h"
#include "stim/io/measure_record_reader.h"
#include "stim/io/measure_record_writer.h"
#include "stim/io/raii_file.h"
#include "stim/io/sparse_shot.h"
#include "stim/io/stim_data_formats.h"
#include "stim/main_namespaced.h"
#include "stim/mem/bit_ref.h"
#include "stim/mem/bitword.h"
Expand All @@ -38,26 +20,6 @@
#include "stim/mem/simd_word.h"
#include "stim/mem/span_ref.h"
#include "stim/mem/sparse_xor_vec.h"
#include "stim/search/graphlike/algo.h"
#include "stim/search/graphlike/edge.h"
#include "stim/search/graphlike/graph.h"
#include "stim/search/graphlike/node.h"
#include "stim/search/graphlike/search_state.h"
#include "stim/search/hyper/algo.h"
#include "stim/search/hyper/edge.h"
#include "stim/search/hyper/graph.h"
#include "stim/search/hyper/node.h"
#include "stim/search/hyper/search_state.h"
#include "stim/search/sat/wcnf.h"
#include "stim/search/search.h"
#include "stim/stabilizers/flex_pauli_string.h"
#include "stim/stabilizers/flow.h"
#include "stim/stabilizers/pauli_string.h"
#include "stim/stabilizers/pauli_string_iter.h"
#include "stim/stabilizers/pauli_string_ref.h"
#include "stim/stabilizers/tableau.h"
#include "stim/stabilizers/tableau_iter.h"
#include "stim/stabilizers/tableau_transposed_raii.h"
#include "stim/util_bot/arg_parse.h"
#include "stim/util_bot/error_decomp.h"
#include "stim/util_bot/probability_util.h"
Expand Down
Loading

0 comments on commit 663350c

Please sign in to comment.