pygsti.tools.optools.tracenorm# tracenorm(a)# Compute the trace norm of matrix a given by: Tr( sqrt{ a^dagger * a } ) Parameters: a (numpy array) – The matrix to compute the trace norm of. Return type: float