v0.4.0
Breaking Changes
overlapwithpaulisum()now has an extra factor of2^nqubitsto be in line with otheroverlapfunctions.scalarproduct()takes its place instead.- The Y Clifford gate definition had a missing minus sign.
- Removal of some toy functions like
commutes()between two symbols. - The low-level truncation functions are no longer exported
Further Changes
- Many docs clarifications or removals for functions exposed on the docs page
- Addition of functions like
+and*betweenPauliSumandPauliString - Automatic promotion of types for these operations
- Automatic wrapping of coefficients into
PauliFreqTrackerwhenmax_sinormax_freqare notInf.
New Contributors
- @ErikWeiss made their first contribution in #80
Full Changelog: v0.3.0...v0.4.0