Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ amplitude
Method
amplitude
python/simulation.py:872–874 ·
view source on GitHub ↗
(self, point, component)
Source
from the content-addressed store, hash-verified
870
self.kdom = kdom
871
872
def
amplitude(self, point, component):
873
swig_point = mp.vec(point.x, point.y, point.z)
874
return
mp.eigenmode_amplitude(self.swigobj, swig_point, component)
875
876
877
class
PadeDFT:
Callers
1
test_modes
Method · 0.45
Calls
1
vec
Method · 0.80
Tested by
1
test_modes
Method · 0.36