SulfurIon

class zgoubidoo.commands.particules.SulfurIon(label1: str = '', label2: str = '', *params, **kwargs)[source]

Bases: zgoubidoo.commands.particules.Ion

A fully stripped Sulfur ion

Command attributes

LABEL1=''

Primary label for the Zgoubi command (default: auto-generated hash).

Type

str

LABEL2=''

Secondary label for the Zgoubi command.

Type

str

M='1'
Type

int

Q='1'
Type

int

G='1'
Type

int

tau='0'

Lifetime of the particle.

Type

int

Default initializer for all Commands.

Attributes Summary

KEYWORD

PARAMETERS

Attributes Documentation

KEYWORD: str = 'PARTICUL'
PARAMETERS: dict = {'G': (1, ''), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.'), 'M': (1, ''), 'Q': (1, ''), 'tau': (0, 'Lifetime of the particle.')}