I am trying to plot each of the broadened atomic spectra, and noticed Y += b[1] in the spectrum property performs an in-place operation on self.broadened[0][1], so every call to spectrum.spectrum accumulates the other atoms' intensities onto the first atom's array
I am trying to plot each of the broadened atomic spectra, and noticed Y += b[1] in the spectrum property performs an in-place operation on self.broadened[0][1], so every call to spectrum.spectrum accumulates the other atoms' intensities onto the first atom's array