construct_orthogonal
full name: tenpy.algorithms.plane_wave_excitation.construct_orthogonal
parent module:
tenpy.algorithms.plane_wave_excitation
type: function
- tenpy.algorithms.plane_wave_excitation.construct_orthogonal(M, left=True)[source]
find (left) orthogonal complement of tensor M
It finds Q such that:
.--Q -- | | | | = 0 | | .--M --
if left==False, find the right complement accordingly.
- Parameters:
- Returns:
Q – The orthogonal complement, such that the relation above is fulfilled.
- Return type: