pygsti.tools.matrixmod2.Axb_mod2

Contents

pygsti.tools.matrixmod2.Axb_mod2#

Axb_mod2(A, b)#

Solves Ax = b over GF(2)

Parameters:
  • A (numpy.ndarray) – Matrix to operate on.

  • b (numpy.ndarray) – Vector to operate on.

Return type:

numpy.ndarray