Definition at line 181 of file general_optics.py.
00181 : 00182 "return the eigenvectors v and complex q eigenvalues for this q tensor" 00183 u,v=eigenvectors(self.qit) 00184 return v, 1.0/u[0], 1.0/u[1] 00185 def qi_moments(self):