Changeset 2fe39d1 in sasmodels


Ignore:
Timestamp:
Mar 25, 2019 4:37:54 AM (5 years ago)
Author:
smk78
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
Message:

Clarified orientation/magnetism not supported in pure Python models.

Fixes #1253

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/guide/plugin.rst

    r9150036 r2fe39d1  
    512512hollow shapes. 
    513513 
    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).** 
    516517 
    517518Embedded C Models 
     
    614615laboratory frame and beam travelling along $-z$. 
    615616 
    616 The oriented C model is called using *Iqabc(qa, qb, qc, par1, par2, ...)* where 
     617The oriented C model (oriented pure Python models are not supported)  
     618is called using *Iqabc(qa, qb, qc, par1, par2, ...)* where 
    617619*par1*, etc. are the parameters to the model.  If the shape is rotationally 
    618620symmetric about *c* then *psi* is not needed, and the model is called 
     
    718720to compute the proper magnetism and orientation, which you can implement 
    719721using *Iqxy(qx, qy, par1, par2, ...)*. 
     722 
     723**Note: Magnetism is not supported in pure Python models.** 
    720724 
    721725Special Functions 
Note: See TracChangeset for help on using the changeset viewer.