From f9922770167af695ce8a883c604726ef1f5b401d Mon Sep 17 00:00:00 2001 From: Carsten Niehaus Date: Mon, 18 Jul 2005 11:57:09 +0000 Subject: [PATCH] add some info about the units svn path=/trunk/KDE/kdeedu/kalzium/src/spectrum.h; revision=435846 --- kalzium/src/spectrum.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/kalzium/src/spectrum.h b/kalzium/src/spectrum.h index ccb8c6b..3687625 100644 --- a/kalzium/src/spectrum.h +++ b/kalzium/src/spectrum.h @@ -61,11 +61,22 @@ class Spectrum */ struct band { + ///in Angstrom (1/10 nm) double wavelength; + + ///Transition Probabilities + ///10^8s-1 (1000000000 per second) double aki; + + ///per centimeter double energy1; + + ///per centimeter double energy2; + + ///relative. The highest is per definition 1000 int intensity; + QString electronconfig1; QString electronconfig2; QString term1; -- 2.47.3