v0.3.0
Minor changes, extra functionality, deprecations, and bug fixes.
What's Changed
- More readable circuit generation by @MarcSerraPeralta in #68
- Improve docstrings by @MarcSerraPeralta in #69
- Remove
typing
due to deprecation by @MarcSerraPeralta in #70 - Hotfix: update of stabilizer generators in
Detectors
by @MarcSerraPeralta in #71 - Move resets in QEC cycles by @MarcSerraPeralta in #74
- Add incoming and phenomenological noise models by @MarcSerraPeralta in #76
- Add TICK after incoming noise by @MarcSerraPeralta in #77
- Better ordering of noise channels for clearer diagrams by @MarcSerraPeralta in #78
- Improve docstring of
set_trans_s
by @MarcSerraPeralta in #80 - Allow multiple logical qubits in a single
Layout
by @MarcSerraPeralta in #82 - Make the transversal S label in the layout specific to the logical qubit by @MarcSerraPeralta in #83
- Add flag in
experiments
to select which detectors to define by @MarcSerraPeralta in #84 - Add font size option in layout plotter by @MarcSerraPeralta in #86
- Ensure that the correct layout/code is given to the circuit blocks by @MarcSerraPeralta in #88
- Add the
"r-1"
frame inDetectors
by @MarcSerraPeralta in #91 - Change
surface_code_...
modules torotated_surface_code_...
by @MarcSerraPeralta in #92 - Update
docs/
by @MarcSerraPeralta in #94 - Update to version
0.3.0
by @MarcSerraPeralta in #95
Full Changelog: v0.2.1...v0.3.0