[waveguide_cyl] silence some debug prints
This commit is contained in:
parent
e3169b9e20
commit
4a80ca8b12
@ -493,10 +493,6 @@ def _normalized_fields(
|
|||||||
|
|
||||||
norm_factor = sign * norm_amplitude * numpy.exp(1j * norm_angle)
|
norm_factor = sign * norm_amplitude * numpy.exp(1j * norm_angle)
|
||||||
|
|
||||||
print('\nAAA\n', waveguide_2d.inner_product(e, h, dxes, prop_phase=prop_phase))
|
|
||||||
e *= norm_factor
|
e *= norm_factor
|
||||||
h *= norm_factor
|
h *= norm_factor
|
||||||
print(f'{sign=} {norm_amplitude=} {norm_angle=} {prop_phase=}')
|
|
||||||
print(waveguide_2d.inner_product(e, h, dxes, prop_phase=prop_phase))
|
|
||||||
|
|
||||||
return e, h
|
return e, h
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user