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

Method run_yodd

python/solver.py:983–984  ·  view source on GitHub ↗
(self, *band_functions)

Source from the content-addressed store, hash-verified

981 self.run_parity(mp.EVEN_Y, True, *band_functions)
982
983 def run_yodd(self, *band_functions):
984 self.run_parity(mp.ODD_Y, True, *band_functions)
985
986 def run_yeven_zeven(self, *band_functions):
987 self.run_parity(mp.EVEN_Y + mp.EVEN_Z, True, *band_functions)

Callers

nothing calls this directly

Calls 1

run_parityMethod · 0.95

Tested by

no test coverage detected