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

Method run_zodd

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

Source from the content-addressed store, hash-verified

975 self.run_parity(mp.EVEN_Z, True, *band_functions)
976
977 def run_zodd(self, *band_functions):
978 self.run_parity(mp.ODD_Z, True, *band_functions)
979
980 def run_yeven(self, *band_functions):
981 self.run_parity(mp.EVEN_Y, True, *band_functions)

Callers 2

test_symmetry_overlapMethod · 0.95
mainFunction · 0.80

Calls 1

run_parityMethod · 0.95

Tested by 1

test_symmetry_overlapMethod · 0.76