A user presented a core-shell model with a fixed shell but a variable volume fraction of material in the core.
Simulating with sasmodels:
python -m sasmodels.compare core_shell_sphere -q=0.005:0.5 -nq=1000 radius=90 radius_pd=0.2 thickness=30 sld_core=5,10 sld_shell=7.4 sld_solvent=4.47
Orange has core Vf = 100%, blue has core Vf = 0%
Sasmodels only allows polydispersity on shape parameters not on material parameters, so modeling this system would require a custom plugin.
Do we want to allow polydispersity on SLD for models with multiple components?