diff --git a/EXT_ED-PIC.md b/EXT_ED-PIC.md index 269072f..3308001 100644 --- a/EXT_ED-PIC.md +++ b/EXT_ED-PIC.md @@ -226,6 +226,10 @@ Particle Records (Macroparticles) The following additional attributes are defined in this extension. The individual requirement is given in `scope`. +Note that the attributes below to not include information about the species +type (e.g. electrons, Helium 4, etc.). Please use the [SpeciesType +extension](EXT_SpeciesType.md) in order to include this type of information. + - `particleShape` - type: *(floatX)* - scope: *required* @@ -485,18 +489,3 @@ should be used to push the particle. to provide information to atomic physics algorithms - advice to implementors: must have `weightingPower = 1` and `unitDimension = (0., ..., 0.)` (dimensionless) - - - `protonNumber` - - type: *(floatX)* or *(intX)* or *(uintX)* - - description: the atomic number Z of an ion/atom; - to provide information to atomic physics algorithms - - advice to implementors: must have `weightingPower = 1` and - `unitDimension = (0., ..., 0.)` (dimensionless) - - - `neutronNumber` - - type: *(floatX)* or *(intX)* or *(uintX)* - - description: the neutron number N = the mass number - A and - the atomic number Z of an ion/atom; - to provide information to atomic physics algorithms - - advice to implementors: must have `weightingPower = 1` and - `unitDimension = (0., ..., 0.)` (dimensionless)