Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove proton/neutron Number #192

Open
wants to merge 1 commit into
base: upcoming-2.0.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 4 additions & 15 deletions EXT_ED-PIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

@ax3l ax3l Apr 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to -> do

Suggested change
Note that the attributes below to not include information about the species
Note that the attributes below do 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*
Expand Down Expand Up @@ -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)