MCPcopy Create free account
hub / github.com/NanoComp/meep / compute_one_group_velocity_component

Method compute_one_group_velocity_component

python/solver.py:801–804  ·  view source on GitHub ↗
(self, direction, which_band)

Source from the content-addressed store, hash-verified

799 return self.mode_solver.compute_1_group_velocity(which_band)
800
801 def compute_one_group_velocity_component(self, direction, which_band):
802 return self.mode_solver.compute_1_group_velocity_component(
803 direction, which_band
804 )
805
806 def compute_zparities(self):
807 return self.mode_solver.compute_zparities()

Callers 1

Tested by 1