v0.0.9
What's Changed
- Add capability to load groups from GAP by @perlinm in #29
partity
->parity
by @vtomole in #30- Simplify SmallGroup construction by @perlinm in #31
- Allow indexing arrays with Pauli X and Z operators by @perlinm in #32
- Upgrade
abstract.Group.order
to a property by @perlinm in #34 - Save exact calculated distances by @perlinm in #35
- Fix bug in random nontrivial logical operator construction by @perlinm in #36
- Add SurfaceCode and ToricCode by @perlinm in #37
- Add construction of Tanner codes with undirected subgraphs by @perlinm in #38
- Fix bug in GBCode with qudits by @perlinm in #39
- Identify number of
SmallGroup
s of a given order by @perlinm in #40 - Move
QTCode
subgraph constructions fromCayleyComplex
toQTCode
by @perlinm in #42 - Add
ChainComplex
object, andChainComplex.tensor_product
by @perlinm in #43 - Make
Protograph
a subclass ofnumpy.ndarray
by @perlinm in #44 - Puncture and shorten
ClassicalCode
s by @perlinm in #41 - Add
GeneralizedSurfaceCode
by @perlinm in #45 - Improved arithmetic with group algebras by @perlinm in #47
- Instantiate quasi-cyclic codes (
QCCode
s) from sympy polynomials by @perlinm in #48 - Change equality check between ClassicalCode instances by @perlinm in #46
- Identify "toric" layouts of quasi-cyclic codes (
QCCode
s) by @perlinm in #49
New Contributors
Full Changelog: v0.0.8...v0.0.9