when running the Maxwell example code with the different dielectrica, I get the follwoing error:
AttributeError: module 'bempp.api.operators.boundary.maxwell' has no attribute 'multitrace_operator'
when trying to run:
scaled_interior_operators = [
rescale(bempp.api.operators.boundary.maxwell.multitrace_operator(
grid, wavenumber, space_type='electric_dual', assembler='dense_evaluator', precision='single'),
np.sqrt(epsr), np.sqrt(mur)) for grid, wavenumber, epsr, mur in
zip(grids, wavenumbers, rel_permittivities, rel_permeabilities)
]
Thank in advance!!
Best,
Georg