picongpu.pypicongpu.species.attribute.attribute

This file is part of the PIConGPU. Copyright 2021-2023 PIConGPU contributors Authors: Hannes Troepgen, Brian Edward Marre License: GPLv3+

Module Contents

Classes

Attribute

attribute of a species

class picongpu.pypicongpu.species.attribute.attribute.Attribute

attribute of a species

Property of individual macroparticles (i.e. can be different from macroparticle to macroparticle). Can change over time (not relevant for initialization here).

Owned by exactly one species.

Set by exactly one operation (an operation may define multiple attributes even across multiple species though).

Identified by its PIConGPU name.

PIConGPU term: “particle attributes”

PICONGPU_NAME: str

C++ Code implementing this attribute