Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Python API changes:
stim.FlipSimulator
stim.FlipSimulator.__init__
stim.FlipSimulator.batch_size
stim.FlipSimulator.do
stim.FlipSimulator.get_detector_flips
stim.FlipSimulator.get_observable_flips
stim.FlipSimulator.get_measurement_flips
stim.FlipSimulator.num_detectors
stim.FlipSimulator.num_measurements
stim.FlipSimulator.num_observables
stim.FlipSimulator.num_qubits
stim.FlipSimulator.peek_pauli_flips
stim.FlipSimulator.set_pauli_flip
C++ changes:
frame_simulator.pybind.{h,cc}
stim::simd_bit_table<W>::read_across_majors_at_minor_index
stim::simd_bit_table<W>::copy_into_different_size_table
stim::simd_bit_table<W>::resize
stim.FlipSimulator
stim::FrameSimulator::reset_all_and_run
into two methodsFrameSimulatorMode::STORE_EVERYTHING_TO_MEMORY
FrameSimulator::ensure_safe_to_do_circuit_with_stats
FrameSimulator::safe_do_instruction
FrameSimulator::safe_do_circuit
stim::CircuitStats
from circuit file to circuit instruction filestim::CircuitInstruction::compute_stats
Fixes #306