forked from IPKM/nmreval
set lower bound of FC and BDS KWW to 0.1
This commit is contained in:
parent
402994e09b
commit
2b2c6e932d
@ -82,7 +82,7 @@ class HavriliakNegamiAlphaGammaBDS:
|
|||||||
class KWWBDS(_AbstractBDS):
|
class KWWBDS(_AbstractBDS):
|
||||||
name = 'KWW'
|
name = 'KWW'
|
||||||
params = _AbstractBDS.params + [r'\beta']
|
params = _AbstractBDS.params + [r'\beta']
|
||||||
bounds = _AbstractBDS.bounds + [(0, 1)]
|
bounds = _AbstractBDS.bounds + [(0.1, 1)]
|
||||||
susceptibility = KWW.susceptibility
|
susceptibility = KWW.susceptibility
|
||||||
|
|
||||||
|
|
||||||
|
@ -66,7 +66,7 @@ class HavriliakNegamiFC(_AbstractFC):
|
|||||||
class KWWFC(_AbstractFC):
|
class KWWFC(_AbstractFC):
|
||||||
name = 'KWW'
|
name = 'KWW'
|
||||||
params = _AbstractFC.params + [r'\beta']
|
params = _AbstractFC.params + [r'\beta']
|
||||||
bounds = _AbstractFC.bounds + [(0, 1)]
|
bounds = _AbstractFC.bounds + [(0.1, 1)]
|
||||||
relax = Relaxation(distribution=KWW)
|
relax = Relaxation(distribution=KWW)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user