-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
stim.Flow
and stim.Circuit.has_all_flows
- Add `stim.Flow` class for representing stabilizer flows - Refactor `stim.has_flow` to only take a `stim.Flow` [breaking change vs dev versions] - Add `stim.Circuit.has_all_flows` method for more efficiently checking flows In C++ land: - Refactor more methods to take `std::string_view` instead of `const char *` or `std::string` - Rename `stim::StabilizerFlow<W>` -> `stim::Flow<W>` - Refactor `stim::Flow<W>` to allow non-negative measurement indices
- Loading branch information
Showing
30 changed files
with
2,289 additions
and
741 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.