- [x] Upgrade the api reference generation to match the .pyi generation with respect to type signatures - [x] Fix `numpy.ndarray[float32]` type annotations that are actually `np.ndarray[complex64]` - [x] Fix `stim.TableauSimulator.state_vector` repeating `If the result is in little endian order` - [x] Add `stim.TableauSimulator.num_qubits` property - [x] Fix `peek_block` (should be bloch) typo in `do_tableau` docstring and figure out why doc tests didn't catch it - [x] Try removing the machine architecture prefixes on types now that the arch detection is done in a separate extension - [x] Fix `<a name="compatibility>` in dev docs - [x] Add variant op names to `stim.TableauSimulator` such as cnot/cx/zcx and also methods for gates like c_xyz
numpy.ndarray[float32]type annotations that are actuallynp.ndarray[complex64]stim.TableauSimulator.state_vectorrepeatingIf the result is in little endian orderstim.TableauSimulator.num_qubitspropertypeek_block(should be bloch) typo indo_tableaudocstring and figure out why doc tests didn't catch it<a name="compatibility>in dev docsstim.TableauSimulatorsuch as cnot/cx/zcx and also methods for gates like c_xyz