Update src/gui_qt/nmr/t1_from_tau.py

Add Log-Gaussian to T1 calculation; closes #116
This commit is contained in:
Dominik Demuth 2023-09-06 10:20:22 +00:00
parent f0ee2073ad
commit 4e865cd0c6

View File

@ -19,7 +19,7 @@ class QRelaxCalc(QtWidgets.QDialog, Ui_Dialog):
self.graphs = {}
self.specdens = [ColeCole, ColeDavidson, HavriliakNegami, KWW]
self.specdens = [ColeCole, ColeDavidson, HavriliakNegami, KWW, LogGaussian]
self.coupling = [Quadrupolar, HomoDipolar, Czjzek]
self.tau_parameter = []