From a3a4dbdfbeac139498c8f3131d5e5ce6a5f26262 Mon Sep 17 00:00:00 2001 From: Remi Lehe Date: Tue, 3 Apr 2018 08:21:35 -0700 Subject: [PATCH] Remove proton and neutron number --- EXT_ED-PIC.md | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) 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)