[group] [Weight] 3 [Algorithm] 1 MODE=0 ITERS=1000 REL=0 ABS=0 DER=1e-5
Form Factors
[name]
multilamellar-vesicle-model-hf
[number parameters]
12,
[description]
th36_(&x, &phi, &n, &nw, &rhow, &rho1, &rho2, &sig1, &sig2, &Rmain, &zz, &Rshift, &bckgr):::
Multilamellar vesicle model
Model author: Henrich Frielinghaus
https://journals.aps.org/pre/abstract/10.1103/PhysRevE.76.051603
Fortran code: Henrich Frielinghaus
qtikws/qtisas adaptation: Vitaliy Pipich
v. 2021-03-10
[x]
x
[y]
y
[parameter names]
phi,n,nw,rhow,rho1,rho2,sig1,sig2,Rmain,zz,Rshift,bckgr,
[initial values]
0.01[0.0..1.0],3[1..100],0.1[0.0..1.0],-5.6e+09[-1e10..10e10],2e+10[-1e10..10e10],3e+10[-1e10..10e10],50[0.0..10000.0],20[0.0..10000],800[0.0..100000.0],0.2[0.0..10000],10[0.0..10000.0],0.01
[adjustibility]
0,0,0,0,0,0,0,0,0,0,0,0
[parameter description]
[1] Konzentration Polymer,[1] Anzahl der Schichten,[1] width of n-distribution,[1/cm^2] SLD Wasser,[1/cm^2] SLD der zentralen Schicht (1),[1/cm^2] SLD der Dekoration (2),[A] Dicke der zentralen Schicht (1),[A] Dicke der Dekoration (2),[A] Main Radius,[?1] Z - Schultz distribution,[A] Maximum possible shift,[1/cm] background,
[h-headers]
[included functions]
[code]
y=th36_(&x, &phi, &n, &nw, &rhow, &rho1, &rho2, &sig1, &sig2, &Rmain, &zz, &Rshift, &bckgr);
[fortran]
1,
IncludedFunctions/fortran-sphere-visicle-mlv.f
double th36_(double*,double*,double*,double*,double*,double*,double*,double*,double*,double*,double*,double*,double*);
double invesicle4a_(double*);
double invesicle4_(double*,double*);
double oszi_(double*,double*);
double lgama_(double*,double*);
[end]