MCPcopy Create free account
hub / github.com/NanoComp/meep / multiply_bloch_phase

Method multiply_bloch_phase

python/solver.py:343–347  ·  view source on GitHub ↗
(self, arr)

Source from the content-addressed store, hash-verified

341 return self.mode_solver.get_freqs()
342
343 def multiply_bloch_phase(self, arr):
344 dims = arr.shape
345 arr = arr.ravel()
346 self.mode_solver.multiply_bloch_phase(arr)
347 return np.reshape(arr, dims)
348
349 def get_poynting(self, which_band):
350 e = self.get_efield(which_band, False)

Callers 3

_get_fieldMethod · 0.45
_output_vector_fieldMethod · 0.45

Calls

no outgoing calls

Tested by 1