Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ get_epsilon
Method
get_epsilon
python/solver.py:375–377 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
373
return
MPBArray(arr, self.get_lattice(), self.current_k)
374
375
def
get_epsilon(self):
376
self.mode_solver.get_epsilon()
377
return
self.get_curfield_as_array(False)
378
379
def
get_mu(self):
380
self.mode_solver.get_mu()
Callers
4
output_epsilon
Method · 0.45
test_get_array_output
Method · 0.45
test_tri_rods
Method · 0.45
tri_rods
Function · 0.45
Calls
1
get_curfield_as_array
Method · 0.95
Tested by
2
test_get_array_output
Method · 0.36
test_tri_rods
Method · 0.36