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

Method get_dominant_planewave

python/solver.py:1160–1161  ·  view source on GitHub ↗
(self, band)

Source from the content-addressed store, hash-verified

1158 return try_all_and_repeat(k0) if n(k0) < n(k) else try_all_and_repeat(k)
1159
1160 def get_dominant_planewave(self, band):
1161 return self.mode_solver.get_dominant_planewave(band)
1162
1163 def transformed_overlap(self, W, w):
1164 return self.mode_solver.transformed_overlap(W, w)

Callers 1

test_run_teMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_run_teMethod · 0.36