pygsti.tools.matrixtools.project_onto_antikite#
- project_onto_antikite(mx, kite)#
Project mx onto the complement of kite, so mx is zero everywhere on the kite.
- Parameters:
mx (numpy.ndarray) – Matrix to project.
kite (list) – A kite structure.
- Return type:
numpy.ndarray