Skip to content

v0.0.9

Compare
Choose a tag to compare
@perlinm perlinm released this 28 Mar 13:37
· 486 commits to main since this release

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 SmallGroups of a given order by @perlinm in #40
  • Move QTCode subgraph constructions from CayleyComplex to QTCode by @perlinm in #42
  • Add ChainComplex object, and ChainComplex.tensor_product by @perlinm in #43
  • Make Protograph a subclass of numpy.ndarray by @perlinm in #44
  • Puncture and shorten ClassicalCodes by @perlinm in #41
  • Add GeneralizedSurfaceCode by @perlinm in #45
  • Improved arithmetic with group algebras by @perlinm in #47
  • Instantiate quasi-cyclic codes (QCCodes) from sympy polynomials by @perlinm in #48
  • Change equality check between ClassicalCode instances by @perlinm in #46
  • Identify "toric" layouts of quasi-cyclic codes (QCCodes) by @perlinm in #49

New Contributors

Full Changelog: v0.0.8...v0.0.9