getAZN#

MCEq.misc.getAZN(pdg_id)[source]#

Returns mass number \(A\), charge \(Z\) and neutron number \(N\) of pdg_id.

Note:

PDG ID for nuclei is coded according to 10LZZZAAAI.
For iron-52 it is 1000260520.
Parameters:

pdgid (int) – PDG ID of nucleus/mass group

Returns:

(Z,A) tuple

Return type:

(int,int,int)