Changeset 8426622 in sasview for sansmodels/src/sans/models/c_extensions
- Timestamp:
- Apr 16, 2010 8:45:27 AM (15 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 5318c4c
- Parents:
- 13eb1c4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_extensions/polygausscoil.h
rc724ccd r8426622 7 7 //[PYTHONCLASS] = Poly_GaussCoil 8 8 //[DISP_PARAMS] = rg 9 //[DESCRIPTION] =<text>I(q)=(scale)*2*[(1+U*x)^(-1/U)+x-1]/[(1+U)*x^2] 10 // + background11 // where x = [rg^2*q^2]and the polydispersity is9 //[DESCRIPTION] =<text>I(q)=(scale)*2*[(1+U*x)^(-1/U)+x-1]/[(1+U)*x^2] + background 10 // where x = [rg^2*q^2] 11 // and the polydispersity is 12 12 // U = [M_w/M_n]-1. 13 13 // scale = scale factor * volume fraction 14 // rg :radius of gyration14 // rg = radius of gyration 15 15 // poly_m = polydispersity of molecular weight 16 // background :incoherent background16 // background = incoherent background 17 17 // </text> 18 18 //[FIXED]=
Note: See TracChangeset
for help on using the changeset viewer.