core.elements.field_maps.field_map_100 module

Define a field map with 1D rf electric field.

class FieldMap100(line: list[str], dat_idx: int, default_field_map_folder: Path, cavity_settings: CavitySettings, name: str | None = None, **kwargs)

Bases: FieldMap

1D rf electric field along z.

It corresponds to the legacy FieldMap. This is the only kind of FIELD_MAP currently supported by Envelope1D (although 1D static electric field could also be implemented).

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

_abc_impl = <_abc._abc_data object>