Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ run
Method
run
python/solver.py:971–972 ·
view source on GitHub ↗
(self, *band_functions)
Source
from the content-addressed store, hash-verified
969
print(
"done"
)
970
971
def
run(self, *band_functions):
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)
Callers
15
test_symmetry_overlap
Method · 0.95
test_3rd_harm_1d
Method · 0.45
test_use_output_directory_default
Method · 0.45
test_at_time
Method · 0.45
test_after_sources_and_time
Method · 0.45
test_with_prefix
Method · 0.45
test_extra_materials
Method · 0.45
test_in_volume
Method · 0.45
test_in_point
Method · 0.45
test_epsilon_input_file
Method · 0.45
test_numpy_epsilon
Method · 0.45
test_modal_volume_in_box
Method · 0.45
Calls
1
run_parity
Method · 0.95
Tested by
15
test_symmetry_overlap
Method · 0.76
test_3rd_harm_1d
Method · 0.36
test_use_output_directory_default
Method · 0.36
test_at_time
Method · 0.36
test_after_sources_and_time
Method · 0.36
test_with_prefix
Method · 0.36
test_extra_materials
Method · 0.36
test_in_volume
Method · 0.36
test_in_point
Method · 0.36
test_epsilon_input_file
Method · 0.36
test_numpy_epsilon
Method · 0.36
test_modal_volume_in_box
Method · 0.36