tidy3d.Boundary.bloch#
- class bloch#
Bases:
Bloch boundary specification on both sides along a dimension.
- Parameters:
bloch_vec (complex) β Normalized component of the Bloch vector in units of 2 * pi / (size along dimension) in the background medium, along the dimension in which the boundary is specified.
Example
>>> bloch = Boundary.bloch(bloch_vec=1)
Inherited Common Usage