core.elements.field_maps.field_map_7700 module

Define a field map with 3D rf electro-magnetic field.

class FieldMap7700(*args, **kwargs)

Bases: FieldMap

3D rf electro-magnetic field.

It is not implemented yet. It will never be supported by Envelope1D, but Envelope3D should be able to support it (one day).

As for now, it only inherits from the FieldMap and does not bring anything new. Apart from raising a NotImplementedError.

__init__(*args, **kwargs) None

Raise an error because it is not implemented.

_abc_impl = <_abc._abc_data object>