Welcome to DynaFit.  Please complete the script template below.
To get started, choose menu Help :: Getting Started.
_______________________________________________________________________
[task]

  data = equilibria

  task = fit

;  algorithm =       differential-evolution ; very very very slow...

  algorithm =       levenberg-marquardt   ; fast, but need good estimation


[mechanism]

 

  P + P <==> PP : K1 assoc.

  PP + D <==> PPD : K2 assoc.
  

[constants]


  K1 = 1000    ; unit: nM-1   tigth binding 10^12M-1

  K2 = 10.8244? ; unit: nM-1
  


[data]

; error   data



 ; mesh logarithmic from 0 to 500 step 100

 
 mesh  linear from 0 to 100000 step 1 
 

; mesh is not required.

   directory .\DynaFitinputs\New
   extension txt
   
  variable P
  file V34AAPO1  | response D = 0.01064  ,  PPD = 0.01314    | conc D = 10   
  
 
[output]

   directory .\2018_FH_outputs\V34AAPO1

[settings]
{Output}
BlackBackground = n 
   
[end]
