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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
DEPOLARIZE2 channel was missing the p_ZZ probability term, which was always set to 0. This lead to incorrect noise models that were missing ZZ errors. (#103)
Samplers now gracefully handle circuits with no measurements or no detectors, returning empty (shots, 0) arrays matching stim's behavior instead of raising an error (#106)
MPP, MXX, MYY, MZZ instructions now support a bit flip probability argument (#118)
Added
Zoomable timeline and timeslice diagrams. Circuit.diagram now accepts a zoomable option, enabled by default, to support pan and zoom in notebooks for the timeline-svg and timeslice-svg diagram types (#116)
HERALDED_PAULI_CHANNEL_1 and HERALDED_ERASE noise channel instructions with herald bit indicating whether the noise event occurred (#107)