Skip to content

Commit

Permalink
Format, Proton, No Ext-ID
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Feb 20, 2018
1 parent 6563438 commit 02320b7
Showing 1 changed file with 22 additions and 19 deletions.
41 changes: 22 additions & 19 deletions EXT_SpeciesType.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Convention for Specifying Particle Species

openPMD extension name: `SpeciesType`

openPMD extension ID: `4`


Introduction
------------
Expand Down Expand Up @@ -43,27 +41,27 @@ This attribute can be used with any `record` (including `mesh records`).
Namings for fundamental fermions and their anti-matter particles.

Quarks:
- `up` (`anti-up`)
- `down` (`anti-down`)
- `charm` (`anti-charm`)
- `strange` (`anti-strange`)
- `top` (`anti-top`)
- `bottom` (`anti-bottom`)
- `up`, `anti-up`
- `down`, `anti-down`
- `charm`, `anti-charm`
- `strange`, `anti-strange`
- `top`, `anti-top`
- `bottom`, `anti-bottom`

Leptons:
- `electron` (`positron`)
- `electron-neutrino` (`anti-electron-neutrino`)
- `muon` (`anti-muon`)
- `muon-neutrino` (`anti-muon-neutrino`)
- `tau` (`anti-tau`)
- `tau-neutrino` (`anti-tau-neutrino`)
- `electron`, `positron`
- `electron-neutrino`, `anti-electron-neutrino`
- `muon`, `anti-muon`
- `muon-neutrino`, `anti-muon-neutrino`
- `tau`, `anti-tau`
- `tau-neutrino`, `anti-tau-neutrino`

Gauge & Higgs Bosons:
- `photon`
- `gluon`
- `w-boson`
- `z-boson`
- `higgs`
- `photon`
- `gluon`
- `w-boson`
- `z-boson`
- `higgs`

### Hadrons and Jets

Expand All @@ -73,6 +71,11 @@ below and suggest for this version to use `other:` with namings from the
jets can be used, e.g. additional attributes outside of the definition of this
extension.

Examples:
- `proton`, `anti-proton`
- `other:neutron`, `other:anti-neutron`
- `other:kaon`, ...

### Atoms & Isotopes

Element namings follow the abbreviated namings of the periodic table, defined
Expand Down

0 comments on commit 02320b7

Please sign in to comment.