1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2026-04-27 01:15:59 +01:00
Commit Graph

467 Commits

Author SHA1 Message Date
aznyong ddee922e72 1) restored original definition of sinh in makeSinhModel() and its init in parameterGuess(). 2) fold definition includes sign factor due to cosh/sinh model. 2020-07-10 08:33:28 +01:00
aznyong 7b3b203ca9 Merge remote-tracking branch 'upstream/develop' into develop 2020-07-07 10:09:01 +01:00
aznyong 3e3cdf2d69 2pt-fit.cpp now has correct number of arguments for fold function if --fold is called. 2020-07-07 10:07:48 +01:00
aznyong b6c2efa666 1) fold now requires second argument: modelPar to properly fold correlators with cosh/sinh form. 2) makeSinhModel has the appropriate alternate sign s.t the prefactor remains positive. 3) parameterGuess uses correct analytic form for sinh-type correlator's init(1), corresponding to the prefactor. 2020-07-07 10:07:05 +01:00
portelli 2b9508c20f Merge pull request #18 from AndrewYongZhenNing/develop
Changed linear model's parameters
2020-05-08 18:53:05 +01:00
aznyong 417e068485 Swapped p[0] -> p[1] such that p[0] is always the effective mass parameter. 2020-05-07 17:08:12 +01:00
portelli 524c11d2ba Merge pull request #17 from AndrewYongZhenNing/develop
Develop
2020-04-30 17:22:10 +01:00
aznyong 3602bbd368 Merging with upstream before pull request. 2020-04-30 10:50:54 +01:00
aznyong bb4e9e1d42 Added else if block for CorrelatorType::linear to set its limits. 2020-04-30 10:50:08 +01:00
portelli 4347511e39 Merge pull request #16 from AndrewYongZhenNing/develop
For 'cst' model in makeConstModel(), changed bug from x[0] -> p[0] .
2020-02-21 15:22:22 +01:00
aznyong e944f9c4aa For 'cst' model, changed bug from x[0] -> p[0]. 2020-02-21 11:18:02 +00:00
portelli 3e70792a06 correlator transform utilities 2020-02-02 19:43:14 +01:00
portelli f014003593 minor FFT leak 2020-02-02 19:42:54 +01:00
portelli c37e6e1bfd effective mass fix 2020-01-28 20:15:28 +00:00
portelli 0e8b9d2a8f Merge branch 'feature/correlator-fitter' into develop 2020-01-28 17:56:08 +00:00
portelli 1d6a66263d code cleaning 2020-01-28 17:55:47 +00:00
portelli 1775f4992b rewrite of the 2pt fitter using the new physics classes 2020-01-28 17:35:07 +00:00
portelli 685d433032 minor fixes in new physics classes 2020-01-28 17:34:37 +00:00
portelli 1bde8822b1 band plot does not rely anymore on tac & tail -r commands 2020-01-28 17:34:00 +00:00
portelli f826f30e82 first stab at correlator fit utility classes 2020-01-23 19:11:01 +00:00
portelli 51efb2a81f nlopt CI linking fix 2020-01-13 16:40:04 +00:00
portelli 5f5ecf241f Copyright year update 2020-01-13 09:57:06 +00:00
portelli d85860a2ef CI scripts update 2020-01-11 20:16:56 +00:00
portelli d894aa185c bigger font in plots 2020-01-11 17:23:02 +00:00
portelli 0fbe00da0d gnuplot path search fix 2020-01-11 16:48:36 +00:00
portelli caeb78b143 more default options when trying to localise gnuplot 2020-01-11 16:34:05 +00:00
portelli 9f98ed42c3 Haswell is the default architecture for CI builds 2020-01-10 17:10:33 +00:00
portelli d43197ccc7 public access to gnuplot path 2020-01-10 15:15:46 +00:00
portelli 4b5ad9014c more script tuning 2020-01-10 14:15:40 +00:00
portelli 2e2e676196 more CI script tuning 2020-01-10 12:09:39 +00:00
portelli c0dac8063e scripts fine-tuning 2020-01-10 11:59:07 +00:00
portelli 29863a348b CI build script minor fixes 2020-01-09 17:35:53 +00:00
portelli a1fae4356e CI scripts build a static version of NLOpt 2020-01-09 13:43:52 +00:00
portelli 5e891063e1 plot fixes when reploting the same Plot object 2020-01-09 13:43:27 +00:00
portelli 97267c196f saving PDF is optional when saving plot 2020-01-09 13:42:59 +00:00
portelli c81316ef32 development version number 2019-12-12 18:24:29 +00:00
portelli 267bd33a97 Merge tag '3.5' into develop
no message
2019-12-12 18:23:50 +00:00
portelli f356700a4f Merge branch 'release/3.5' 3.5 2019-12-12 18:23:50 +00:00
portelli dfaea5f156 Readme and version number update 2019-12-12 18:23:35 +00:00
portelli 7163a55775 scan mode in 2-pt fitter 2019-12-12 18:07:03 +00:00
portelli c7ed995052 quieter gnuplot call 2019-12-12 18:06:43 +00:00
portelli 1c55c93669 option parser checks for duplicated options 2019-12-12 18:05:13 +00:00
portelli 21812e1fd7 added NaN numbers 2019-12-12 18:04:57 +00:00
portelli 0ca4e0ef17 p-value now 2-sided and added chi^2 CCDF 2019-12-12 18:04:33 +00:00
portelli d30303bb54 Merge pull request #14 from AndrewYongZhenNing/develop
Develop
2019-11-28 16:21:45 +00:00
AndrewYongZhenNing ae77d9a2fd Moved file to analysis work directory on local machine 2019-11-28 16:00:28 +00:00
AndrewYongZhenNing 4e1f9db6fd Moved file to analysis work directory on local machine 2019-11-28 16:00:17 +00:00
aznyong 87e15f8331 Minor fixes on save variable name. 2019-11-28 15:51:24 +00:00
aznyong c3d0f93e1a Removed coth model and changed save option name 2019-11-28 15:49:28 +00:00
portelli 6fe58aba18 Too much contributors to be meaningfully listed here 2019-11-28 15:04:45 +00:00