Closed gschlafly closed 5 months ago
A vectorfield plane wave can be defined as follows:
field = cf.plane_wave( (1, 1), 1.0, 0.532, 1.0, amplitude=[1, 1, 1], scalar=False, )
If the amplitude=[1, 1] with scalar=False then the field is not compatible with the polarization functions.
amplitude=[1, 1]
scalar=False
Should be possible in a JAX-friendly way with https://chex.readthedocs.io/en/latest/api.html#chex.assert_axis_dimension
Closed by #138
A vectorfield plane wave can be defined as follows:
If the
amplitude=[1, 1]
withscalar=False
then the field is not compatible with the polarization functions.