Definition at line 192 of file general_optics.py. 00192 : 00193 "shift the current q tensor through a perpendicular planar boundary with a different index" 00194 self.qit=self.qit*(self.medium_index/new_index) 00195 self.medium_index=new_index 00196 def rw(self, qi):
|