MCPcopy 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
6253def complexarray(re, im):
6254 z = im * 1j
6255 z += re
6256 return z
6257
6258
6259def quiet(quietval=True):

Callers 1

get_farfieldsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected