-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix remaining issues for v1.9 (#277)
- Fix doctests not being run by continuous integration - Add a `doctest_proper.py` script for running doctests and actually including values added at import time - Fix the doctest failures accumulated due to the fact that they weren't even being checked - Rewrite `generate_api_reference.py` to have output more like the generated `stim.pyi` stubs file - Add `stim.TableauSimulator.{h_xz,cx,zcx,zcy,zcz}` gate alias methods - Add `stim.TableauSimulator.{c_xyz,c_zyx}` gate methods - Add `stim.TableauSimulator.num_qubits` Fixes #275
- Loading branch information
Showing
23 changed files
with
7,310 additions
and
5,530 deletions.
There are no files selected for viewing
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.