Update src/gui_qt/nmr/t1_from_tau.py
Add Log-Gaussian to T1 calculation; closes #116
This commit is contained in:
		| @@ -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 = [] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user