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

Method run_zeven

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

Source from the content-addressed store, hash-verified

972 self.run_parity(mp.NO_PARITY, True, *band_functions)
973
974 def run_zeven(self, *band_functions):
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)

Callers 3

test_symmetry_overlapMethod · 0.95
test_hole_slabMethod · 0.80
mainFunction · 0.80

Calls 1

run_parityMethod · 0.95

Tested by 2

test_symmetry_overlapMethod · 0.76
test_hole_slabMethod · 0.64