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