From 490e0b2272dbae95f06f6f36ee8c7f545204e360 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 13:50:59 +0100 Subject: [PATCH 01/16] Update the list of emission lines --- base_classes/NXemission_lines.nxdl.xml | 381 ++++++++++++++++++++++++- 1 file changed, 378 insertions(+), 3 deletions(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 395ecb2ed3..117ed2d21a 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -27,10 +27,10 @@ Emission lines - The emission lines are writen using the IUPAC notation, i.e. an - initial and final edge seprated by a hyphen. + The emission lines are writen using the `IUPAC notation`_, i.e. an + initial and final edge seprated by a hyphen. - TODO: Extend the enumeration to include all possible emission lines. + .. _IUPAC notation: https://doi.org/10.1002/xrs.1300200308 @@ -41,6 +41,381 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From e131d7414e6665a4f81968635f7d8bab10f01b1c Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 15:05:27 +0100 Subject: [PATCH 02/16] Add Siegbahn notation --- base_classes/NXemission_lines.nxdl.xml | 178 ++++++++++++++++++++++++- 1 file changed, 174 insertions(+), 4 deletions(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 117ed2d21a..a7ecacd2ab 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -24,11 +24,101 @@ - Emission lines - + + Emission lines are spectral lines with discrete frequencies that are + characteristic of the emitting atom. + + - The emission lines are writen using the `IUPAC notation`_, i.e. an - initial and final edge seprated by a hyphen. + The emission line name, either in `IUPAC notation`_, i.e. initial + and final edge separated by a hyphen (e.g. ``K-L3``), or in Siegbahn notation + using Unicode (e.g. ``Kα1``) or LaTeX (e.g. ``K\alpha_1``). + + Correspondence between IUPAC and Siegbahn notations: + + .. list-table:: + :header-rows: 1 + + * - IUPAC + - Siegbahn + * - K-L3 + - Kα1 + * - K-L2 + - Kα2 + * - K-L1 + - Kα3 + * - K-M3 + - Kβ1 + * - K-N3 + - Kβ2 + * - K-M2 + - Kβ3 + * - K-N5 + - Kβ4 + * - K-M5 + - Kβ5 + * - L3-M5 + - Lα1 + * - L3-M4 + - Lα2 + * - L2-M4 + - Lβ1 + * - L3-N5 + - Lβ2 + * - L1-M3 + - Lβ3 + * - L1-M2 + - Lβ4 + * - L3-O45 + - Lβ5 + * - L3-N1 + - Lβ6 + * - L3-O1 + - Lβ7 + * - L1-M5 + - Lβ9 + * - L1-M4 + - Lβ10 + * - L3-N4 + - Lβ15 + * - L2-M3 + - Lβ17 + * - L2-N4 + - Lγ1 + * - L1-N2 + - Lγ2 + * - L1-N3 + - Lγ3 + * - L1-O3 + - Lγ4 + * - L2-N1 + - Lγ5 + * - L2-O4 + - Lγ6 + * - L2-O1 + - Lγ8 + * - L2-M1 + - Lε + * - L2-M1 + - Lη + * - L3-M1 + - Ll + * - L3-M3 + - Ls + * - L3-M2 + - Lt + * - L3-N6 + - Lu + * - L2-N6 + - Lν + * - M5-N7 + - Mα1 + * - M5-N6 + - Mα2 + * - M4-N6 + - Mβ + * - M3-N5 + - Mγ .. _IUPAC notation: https://doi.org/10.1002/xrs.1300200308 @@ -416,6 +506,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 0ebb8f31f065952f201a08d0e3d988f1698139ff Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 15:06:56 +0100 Subject: [PATCH 03/16] Use \epsilon instead of \varepsilon --- base_classes/NXemission_lines.nxdl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index a7ecacd2ab..5823a98776 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -575,7 +575,7 @@ - + From b7558644a4b7a22de8b1ce89bfdf97a9f6e87bb1 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 15:08:06 +0100 Subject: [PATCH 04/16] Fix plural --- base_classes/NXemission_lines.nxdl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 5823a98776..0fc3724a69 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -30,7 +30,7 @@ - The emission line name, either in `IUPAC notation`_, i.e. initial + The emission line names, either in `IUPAC notation`_, i.e. initial and final edge separated by a hyphen (e.g. ``K-L3``), or in Siegbahn notation using Unicode (e.g. ``Kα1``) or LaTeX (e.g. ``K\alpha_1``). From a7a9e97f4075328e33b0553ead62f1c2f87d5b24 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 16:35:32 +0100 Subject: [PATCH 05/16] Add a few more lines --- base_classes/NXemission_lines.nxdl.xml | 83 ++++++++++++++++++-------- 1 file changed, 57 insertions(+), 26 deletions(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 0fc3724a69..7f1defc98f 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -50,13 +50,21 @@ * - K-M3 - Kβ1 * - K-N3 - - Kβ2 + - Kβ2' + * - K-N2 + - Kβ2'' * - K-M2 - Kβ3 * - K-N5 - - Kβ4 + - Kβ4' + * - K-N4 + - Kβ4'' + * - K-N4 + - Kβ4x * - K-M5 - - Kβ5 + - Kβ5' + * - K-M4 + - Kβ5'' * - L3-M5 - Lα1 * - L3-M4 @@ -69,12 +77,14 @@ - Lβ3 * - L1-M2 - Lβ4 - * - L3-O45 + * - L3-O4,5 - Lβ5 * - L3-N1 - Lβ6 * - L3-O1 - Lβ7 + * - L3-N6,7 + - Lβ7' * - L1-M5 - Lβ9 * - L1-M4 @@ -91,14 +101,16 @@ - Lγ3 * - L1-O3 - Lγ4 + * - L1-O2 + - Lγ4' * - L2-N1 - Lγ5 * - L2-O4 - Lγ6 * - L2-O1 - Lγ8 - * - L2-M1 - - Lε + * - L2-N6,7 + - Lγ8' * - L2-M1 - Lη * - L3-M1 @@ -107,10 +119,10 @@ - Ls * - L3-M2 - Lt - * - L3-N6 + * - L3-N6,7 - Lu - * - L2-N6 - - Lν + * - L2-N6,7 + - Lv * - M5-N7 - Mα1 * - M5-N6 @@ -119,6 +131,8 @@ - Mβ * - M3-N5 - Mγ + * - M4,5-N2,3 + - Mζ .. _IUPAC notation: https://doi.org/10.1002/xrs.1300200308 @@ -165,19 +179,19 @@ - + - + - + @@ -193,6 +207,7 @@ + @@ -203,7 +218,7 @@ - + @@ -219,21 +234,22 @@ + - + - + - + @@ -342,6 +358,7 @@ + @@ -511,10 +528,14 @@ - + + - - + + + + + @@ -524,6 +545,7 @@ + @@ -532,29 +554,35 @@ + - + - + + - + + - - + + + + + @@ -564,6 +592,7 @@ + @@ -572,20 +601,22 @@ + - + - + + From ba3b938f33aeaa1c408bfefe8be44ab1d6e46bca Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 17:13:40 +0100 Subject: [PATCH 06/16] Fix CI error --- base_classes/NXemission_lines.nxdl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 7f1defc98f..0e525f38a9 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -31,8 +31,8 @@ The emission line names, either in `IUPAC notation`_, i.e. initial - and final edge separated by a hyphen (e.g. ``K-L3``), or in Siegbahn notation - using Unicode (e.g. ``Kα1``) or LaTeX (e.g. ``K\alpha_1``). + and final edge separated by a hyphen (e.g. K-L3), or in Siegbahn notation + using Unicode (e.g. Kα1) or LaTeX (e.g. K\alpha_1). Correspondence between IUPAC and Siegbahn notations: From 0fcc85dfa73618924b4ccb88958601289210d83b Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Mon, 23 Feb 2026 17:25:15 +0100 Subject: [PATCH 07/16] Use the :math: directive --- base_classes/NXemission_lines.nxdl.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 0e525f38a9..116288af0f 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -32,7 +32,7 @@ The emission line names, either in `IUPAC notation`_, i.e. initial and final edge separated by a hyphen (e.g. K-L3), or in Siegbahn notation - using Unicode (e.g. Kα1) or LaTeX (e.g. K\alpha_1). + using Unicode (e.g. :math:`K\alpha_1`) or LaTeX (e.g. K\alpha_1). Correspondence between IUPAC and Siegbahn notations: From 296486f0def6293bc04982be6bc34d977f60a201 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 09:31:35 +0100 Subject: [PATCH 08/16] Use :math: directive for emission line notations --- base_classes/NXemission_lines.nxdl.xml | 82 +++++++++++++------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_lines.nxdl.xml index 116288af0f..8d4b10bc82 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_lines.nxdl.xml @@ -42,77 +42,77 @@ * - IUPAC - Siegbahn * - K-L3 - - Kα1 + - :math:`K\alpha_1` * - K-L2 - - Kα2 + - :math:`K\alpha_2` * - K-L1 - - Kα3 + - :math:`K\alpha_3` * - K-M3 - - Kβ1 + - :math:`K\beta_1` * - K-N3 - - Kβ2' + - :math:`K\beta_2'` * - K-N2 - - Kβ2'' + - :math:`K\beta_2''` * - K-M2 - - Kβ3 + - :math:`K\beta_3` * - K-N5 - - Kβ4' + - :math:`K\beta_4'` * - K-N4 - - Kβ4'' + - :math:`K\beta_4''` * - K-N4 - - Kβ4x + - :math:`K\beta_{4x}` * - K-M5 - - Kβ5' + - :math:`K\beta_5'` * - K-M4 - - Kβ5'' + - :math:`K\beta_5''` * - L3-M5 - - Lα1 + - :math:`L\alpha_1` * - L3-M4 - - Lα2 + - :math:`L\alpha_2` * - L2-M4 - - Lβ1 + - :math:`L\beta_1` * - L3-N5 - - Lβ2 + - :math:`L\beta_2` * - L1-M3 - - Lβ3 + - :math:`L\beta_3` * - L1-M2 - - Lβ4 + - :math:`L\beta_4` * - L3-O4,5 - - Lβ5 + - :math:`L\beta_5` * - L3-N1 - - Lβ6 + - :math:`L\beta_6` * - L3-O1 - - Lβ7 + - :math:`L\beta_7` * - L3-N6,7 - - Lβ7' + - :math:`L\beta_7'` * - L1-M5 - - Lβ9 + - :math:`L\beta_9` * - L1-M4 - - Lβ10 + - :math:`L\beta_{10}` * - L3-N4 - - Lβ15 + - :math:`L\beta_{15}` * - L2-M3 - - Lβ17 + - :math:`L\beta_{17}` * - L2-N4 - - Lγ1 + - :math:`L\gamma_1` * - L1-N2 - - Lγ2 + - :math:`L\gamma_2` * - L1-N3 - - Lγ3 + - :math:`L\gamma_3` * - L1-O3 - - Lγ4 + - :math:`L\gamma_4` * - L1-O2 - - Lγ4' + - :math:`L\gamma_4'` * - L2-N1 - - Lγ5 + - :math:`L\gamma_5` * - L2-O4 - - Lγ6 + - :math:`L\gamma_6` * - L2-O1 - - Lγ8 + - :math:`L\gamma_8` * - L2-N6,7 - - Lγ8' + - :math:`L\gamma_8'` * - L2-M1 - - Lη + - :math:`L\eta` * - L3-M1 - Ll * - L3-M3 @@ -124,15 +124,15 @@ * - L2-N6,7 - Lv * - M5-N7 - - Mα1 + - :math:`M\alpha_1` * - M5-N6 - - Mα2 + - :math:`M\alpha_2` * - M4-N6 - - Mβ + - :math:`M\beta` * - M3-N5 - - Mγ + - :math:`M\gamma` * - M4,5-N2,3 - - Mζ + - :math:`M\zeta` .. _IUPAC notation: https://doi.org/10.1002/xrs.1300200308 From ae6278d8d0d12436a1dce49000fb0be1ed80c9ea Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 09:39:02 +0100 Subject: [PATCH 09/16] Rename the emission lines --- ...NXemission_lines.nxdl.xml => NXemission_line.nxdl.xml} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename base_classes/{NXemission_lines.nxdl.xml => NXemission_line.nxdl.xml} (98%) diff --git a/base_classes/NXemission_lines.nxdl.xml b/base_classes/NXemission_line.nxdl.xml similarity index 98% rename from base_classes/NXemission_lines.nxdl.xml rename to base_classes/NXemission_line.nxdl.xml index 8d4b10bc82..aed4168312 100644 --- a/base_classes/NXemission_lines.nxdl.xml +++ b/base_classes/NXemission_line.nxdl.xml @@ -21,16 +21,16 @@ # # For further information, see http://www.nexusformat.org --> - - Emission lines are spectral lines with discrete frequencies that are + An emission line is a spectral line with a discrete frequency that is characteristic of the emitting atom. - + - The emission line names, either in `IUPAC notation`_, i.e. initial + The emission line name, either in `IUPAC notation`_, i.e. initial and final edge separated by a hyphen (e.g. K-L3), or in Siegbahn notation using Unicode (e.g. :math:`K\alpha_1`) or LaTeX (e.g. K\alpha_1). From c46e87246da30799890774558596a5f18d089e6f Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 09:39:47 +0100 Subject: [PATCH 10/16] Add energy field --- base_classes/NXemission_line.nxdl.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base_classes/NXemission_line.nxdl.xml b/base_classes/NXemission_line.nxdl.xml index aed4168312..cb827c442c 100644 --- a/base_classes/NXemission_line.nxdl.xml +++ b/base_classes/NXemission_line.nxdl.xml @@ -619,4 +619,9 @@ + + + Energy of the emission line. + + From c6be9b8106986ff0e96dc3af09248267391c030c Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 10:02:36 +0100 Subject: [PATCH 11/16] Comment out emission_lines group definition --- base_classes/NXxas_mode.nxdl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base_classes/NXxas_mode.nxdl.xml b/base_classes/NXxas_mode.nxdl.xml index 12d1fd63bb..d7739d0066 100644 --- a/base_classes/NXxas_mode.nxdl.xml +++ b/base_classes/NXxas_mode.nxdl.xml @@ -135,7 +135,7 @@ - - + From 78f610d82b82a2a8bb848f9269e070e5e6a47ea5 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 10:39:29 +0100 Subject: [PATCH 12/16] Update Siegbahn notation to use :math: directive --- base_classes/NXemission_line.nxdl.xml | 84 +++++++++++++-------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/base_classes/NXemission_line.nxdl.xml b/base_classes/NXemission_line.nxdl.xml index cb827c442c..e774b105bf 100644 --- a/base_classes/NXemission_line.nxdl.xml +++ b/base_classes/NXemission_line.nxdl.xml @@ -523,53 +523,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + From d44680f7ff86b5592a2c3c0107b59cee07645d7e Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 11:06:53 +0100 Subject: [PATCH 13/16] Back to Unicode --- base_classes/NXemission_line.nxdl.xml | 94 +++++++++++++-------------- 1 file changed, 47 insertions(+), 47 deletions(-) diff --git a/base_classes/NXemission_line.nxdl.xml b/base_classes/NXemission_line.nxdl.xml index e774b105bf..30c8c8d260 100644 --- a/base_classes/NXemission_line.nxdl.xml +++ b/base_classes/NXemission_line.nxdl.xml @@ -114,15 +114,15 @@ * - L2-M1 - :math:`L\eta` * - L3-M1 - - Ll + - :math:`Ll` * - L3-M3 - - Ls + - :math:`Ls` * - L3-M2 - - Lt + - :math:`Lt` * - L3-N6,7 - - Lu + - :math:`Lu` * - L2-N6,7 - - Lv + - :math:`Lv` * - M5-N7 - :math:`M\alpha_1` * - M5-N6 @@ -523,53 +523,53 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + + + + From 9374fa8afb74f41a21824ef851dca3c23740c95e Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 21:06:47 +0100 Subject: [PATCH 14/16] Remove Siegbahn --- base_classes/NXemission_line.nxdl.xml | 99 +-------------------------- 1 file changed, 2 insertions(+), 97 deletions(-) diff --git a/base_classes/NXemission_line.nxdl.xml b/base_classes/NXemission_line.nxdl.xml index 30c8c8d260..3090af990a 100644 --- a/base_classes/NXemission_line.nxdl.xml +++ b/base_classes/NXemission_line.nxdl.xml @@ -30,9 +30,8 @@ - The emission line name, either in `IUPAC notation`_, i.e. initial - and final edge separated by a hyphen (e.g. K-L3), or in Siegbahn notation - using Unicode (e.g. :math:`K\alpha_1`) or LaTeX (e.g. K\alpha_1). + The emission line name using the `IUPAC notation`_, i.e. initial + and final edge separated by a hyphen (e.g. ``K-L3``). Correspondence between IUPAC and Siegbahn notations: @@ -523,100 +522,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 347a1ff5a8775e8941ef7b12aaaa66e189af5284 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Tue, 24 Feb 2026 21:07:11 +0100 Subject: [PATCH 15/16] Restore emission_lines group definition --- base_classes/NXxas_mode.nxdl.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/base_classes/NXxas_mode.nxdl.xml b/base_classes/NXxas_mode.nxdl.xml index d7739d0066..02da979ea5 100644 --- a/base_classes/NXxas_mode.nxdl.xml +++ b/base_classes/NXxas_mode.nxdl.xml @@ -135,7 +135,11 @@ - + + + Collection of emission lines detected or used in this measurement. + + + From 59dba6bb400880f9fc42e0360ab7d23b15471cc1 Mon Sep 17 00:00:00 2001 From: Marius Retegan Date: Wed, 25 Feb 2026 22:15:49 +0100 Subject: [PATCH 16/16] Add Latinized Siegbahn --- base_classes/NXemission_line.nxdl.xml | 98 ++++++++++++++++++++++++++- 1 file changed, 96 insertions(+), 2 deletions(-) diff --git a/base_classes/NXemission_line.nxdl.xml b/base_classes/NXemission_line.nxdl.xml index 3090af990a..12c11aa89f 100644 --- a/base_classes/NXemission_line.nxdl.xml +++ b/base_classes/NXemission_line.nxdl.xml @@ -30,8 +30,9 @@ - The emission line name using the `IUPAC notation`_, i.e. initial - and final edge separated by a hyphen (e.g. ``K-L3``). + The emission line name using either the `IUPAC notation`_, i.e. initial and final + edge separated by a hyphen (e.g. ``K-L3``), or the Latinized Siegbahn + notation (e.g. ``Ka1``). Correspondence between IUPAC and Siegbahn notations: @@ -40,98 +41,145 @@ * - IUPAC - Siegbahn + - Latinized Siegbahn * - K-L3 - :math:`K\alpha_1` + - Ka1 * - K-L2 - :math:`K\alpha_2` + - Ka2 * - K-L1 - :math:`K\alpha_3` + - Ka3 * - K-M3 - :math:`K\beta_1` + - Kb1 * - K-N3 - :math:`K\beta_2'` + - Kb2\' * - K-N2 - :math:`K\beta_2''` + - Kb2\'\' * - K-M2 - :math:`K\beta_3` + - Kb3 * - K-N5 - :math:`K\beta_4'` + - Kb4\' * - K-N4 - :math:`K\beta_4''` + - Kb4\'\' * - K-N4 - :math:`K\beta_{4x}` + - Kb4x * - K-M5 - :math:`K\beta_5'` + - Kb5\' * - K-M4 - :math:`K\beta_5''` + - Kb5\'\' * - L3-M5 - :math:`L\alpha_1` + - La1 * - L3-M4 - :math:`L\alpha_2` + - La2 * - L2-M4 - :math:`L\beta_1` + - Lb1 * - L3-N5 - :math:`L\beta_2` + - Lb2 * - L1-M3 - :math:`L\beta_3` + - Lb3 * - L1-M2 - :math:`L\beta_4` + - Lb4 * - L3-O4,5 - :math:`L\beta_5` + - Lb5 * - L3-N1 - :math:`L\beta_6` + - Lb6 * - L3-O1 - :math:`L\beta_7` + - Lb7 * - L3-N6,7 - :math:`L\beta_7'` + - Lb7\' * - L1-M5 - :math:`L\beta_9` + - Lb9 * - L1-M4 - :math:`L\beta_{10}` + - Lb10 * - L3-N4 - :math:`L\beta_{15}` + - Lb15 * - L2-M3 - :math:`L\beta_{17}` + - Lb17 * - L2-N4 - :math:`L\gamma_1` + - Lg1 * - L1-N2 - :math:`L\gamma_2` + - Lg2 * - L1-N3 - :math:`L\gamma_3` + - Lg3 * - L1-O3 - :math:`L\gamma_4` + - Lg4 * - L1-O2 - :math:`L\gamma_4'` + - Lg4\' * - L2-N1 - :math:`L\gamma_5` + - Lg5 * - L2-O4 - :math:`L\gamma_6` + - Lg6 * - L2-O1 - :math:`L\gamma_8` + - Lg8 * - L2-N6,7 - :math:`L\gamma_8'` + - Lg8\' * - L2-M1 - :math:`L\eta` + - Ln * - L3-M1 - :math:`Ll` + - Ll * - L3-M3 - :math:`Ls` + - Ls * - L3-M2 - :math:`Lt` + - Lt * - L3-N6,7 - :math:`Lu` + - Lu * - L2-N6,7 - :math:`Lv` + - Lv * - M5-N7 - :math:`M\alpha_1` + - Ma1 * - M5-N6 - :math:`M\alpha_2` + - Ma2 * - M4-N6 - :math:`M\beta` + - Mb * - M3-N5 - :math:`M\gamma` + - Mg * - M4,5-N2,3 - :math:`M\zeta` + - Mz .. _IUPAC notation: https://doi.org/10.1002/xrs.1300200308 @@ -522,6 +570,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +