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

Method compute_one_group_velocity

python/solver.py:798–799  ·  view source on GitHub ↗
(self, which_band)

Source from the content-addressed store, hash-verified

796 return self.mode_solver.compute_group_velocity_component(direction)
797
798 def compute_one_group_velocity(self, which_band):
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(

Callers 1

Calls 1

Tested by 1