Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanoComp/meep
/ complexarray
Function
complexarray
python/simulation.py:6253–6256 ·
view source on GitHub ↗
(re, im)
Source
from the content-addressed store, hash-verified
6251
6252
6253
def
complexarray(re, im):
6254
z = im * 1j
6255
z += re
6256
return
z
6257
6258
6259
def
quiet(quietval=True):
Callers
1
get_farfields
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected