Esempio n. 1
0
 def __init__(self, n, *, styles=None):
     '''
     Create some SU(n), the special unitary of degree n.
     '''
     Function.__init__(self, SU._operator_, n, styles=styles)
     # self.operand = n
     self.degree = n