- Timestamp:
- Mar 25, 2019 6:37:54 AM (6 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- b6422c7
- Parents:
- 78cf85e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/guide/plugin.rst
r9150036 r2fe39d1 512 512 hollow shapes. 513 513 514 Note: Pure python models do not yet support direct computation of the 515 average of $F(q)$ and $F^2(q)$. 514 **Note: Pure python models do not yet support direct computation of the** 515 **average of $F(q)$ and $F^2(q)$. Neither do they support orientational** 516 **distributions or magnetism (use C models if these are required).** 516 517 517 518 Embedded C Models … … 614 615 laboratory frame and beam travelling along $-z$. 615 616 616 The oriented C model is called using *Iqabc(qa, qb, qc, par1, par2, ...)* where 617 The oriented C model (oriented pure Python models are not supported) 618 is called using *Iqabc(qa, qb, qc, par1, par2, ...)* where 617 619 *par1*, etc. are the parameters to the model. If the shape is rotationally 618 620 symmetric about *c* then *psi* is not needed, and the model is called … … 718 720 to compute the proper magnetism and orientation, which you can implement 719 721 using *Iqxy(qx, qy, par1, par2, ...)*. 722 723 **Note: Magnetism is not supported in pure Python models.** 720 724 721 725 Special Functions
Note: See TracChangeset
for help on using the changeset viewer.