Shor_code

Contents

Shor_code#

ssip.code_examples.Shor_code = CSScode(PZ=array([[1, 1, 0, 0, 0, 0, 0, 0, 0],        [1, 0, 1, 0, 0, 0, 0, 0, 0],        [0, 0, 0, 1, 1, 0, 0, 0, 0],        [0, 0, 0, 1, 0, 1, 0, 0, 0],        [0, 0, 0, 0, 0, 0, 1, 1, 0],        [0, 0, 0, 0, 0, 0, 1, 0, 1]], dtype=uint8), PX=array([[1, 1, 1, 1, 1, 1, 0, 0, 0],        [1, 1, 1, 0, 0, 0, 1, 1, 1]]))#

[[9,1,3]] Shor code.

Type:

CSScode