DQuickLTFit 
Copyright (c) 2016-2019 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.
DQuickLTFit - A Least-Square Fitting Tool for the Analysis of Positron-Lifetime Spectra consisting of discrete specific Lifetimes using the Levenberg-Marquardt Algorithm
We recommend using at least DQuickLTFit v4.0 as this is the first stable version.
Quickstart Guide 
- Download the latest software release (DQuickLTFit_v4_1.rar): https://github.com/dpscience/DQuickLTFit/releases
- Unzip DQuickLTFit_v4_1.rar.
- Download and install the Visual C++ Redistributable Package (x64) if required: https://www.microsoft.com/de-de/download/details.aspx?id=48145
- Run the DQuickLTFit executable.
About 
DQuickLTFit software is written in C++ (Qt-framework) and has implemented the MPFIT C library [1] for solving the non-linear least-square problem using the Levenberg-Marquardt algorithm.
MPFIT was ported from MINPACK-1 library [2,3].
The disclaimer of MPFIT library can be found here.
How to cite this Software? 
You can cite all versions by using the DOI 10.5281/zenodo.1168285. This DOI represents all versions, and will always resolve to the latest one.
v4.x
DQuickLTFit v4.1:
DQuickLTFit v4.0:
v3.x
DQuickLTFit v3.02:
DQuickLTFit v3.01:
DQuickLTFit v3.0:
v2.x
License (GNU General Public License) 
Copyright (c) 2016-2019 Danny Petschke (danny.petschke@uni-wuerzburg.de) All rights reserved.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
For more details see GNU General Public License v3
Run DQuickLTFit from source files 
- Download Qt-framework (at least v5.x).
- Download and Setup the MS Visual Studio Compiler (at least version 2013).
- Compile and Deploy for x64.
- Open the example project (TestData.dquicklt) in the folder TestData.
- Finished. DQuickLTFit shows the data and fit(-results) as displayed above.
References 
[1] C.B. Markwardt. Astron. Data Anal. Softw. Syst. XVIII ASP Conf. Ser. 2009; 411: 251.
[2] J.J. Moré. in: Springer, Berlin, Heidelberg; 1978: pp. 105–116. doi:10.1007/BFb0067700.
[3] MINPACK-1, Jorge More'
