You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
numpy.ndarray[float32]
type annotations that are actuallynp.ndarray[complex64]
stim.TableauSimulator.state_vector
repeatingIf the result is in little endian order
stim.TableauSimulator.num_qubits
propertypeek_block
(should be bloch) typo indo_tableau
docstring and figure out why doc tests didn't catch it<a name="compatibility>
in dev docsstim.TableauSimulator
such as cnot/cx/zcx and also methods for gates like c_xyzThe text was updated successfully, but these errors were encountered: