HeliumIon

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

Bases: zgoubidoo.commands.particules.Ion

A fully stripped Helium 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='5.0064127796e-27 kilogram'

Mass of the particle

Type

Quantity

Q='3.204353268e-19 coulomb'

Charge of the particle

Type

Quantity

G='-4.255250615'

G factor

Type

float

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': (-4.255250615, 'G factor'), 'LABEL1': ('', 'Primary label for the Zgoubi command (default: auto-generated hash).'), 'LABEL2': ('', 'Secondary label for the Zgoubi command.'), 'M': (<Quantity(5.00641278e-27, 'kilogram')>, 'Mass of the particle'), 'Q': (<Quantity(3.20435327e-19, 'coulomb')>, 'Charge of the particle'), 'tau': (0, 'Lifetime of the particle.')}