| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
pdfcomponent.PDFComponent --+
|
object --+ |
| |
list --+ |
| |
Structure.structure.Structure --+ |
| |
Structure.pdffitstructure.PDFFitStructure --+
|
PDFStructure
PDFStructure contains structure information, which can be used for 3D rendering as well as structure refinement.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
_allowed_pdffit_vars =
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Initialize PDFStructure. name -- name of this PDFStructure. args, kwargs -- optional arguments passed to parent Structure class
|
Load structure from a file, raise ControlFileError for invalid
or unknown structure format.
filename -- file to be loaded
format -- structure format such as 'pdffit', 'pdb', 'xyz'. When
'auto' all available formats are tried in a row.
Return instance of StructureParser used to load the data.
See Structure.read() for more info.
|
copy self to other. if other is None, create an instance other -- ref to other object returns reference to copied object |
assign to data member using PdfFit-style variable
This can be used when applying constraint equations with particular
parameter values.
var -- string representation of PdfFit variable. Possible values:
pscale, spdiameter, stepcut, delta1, delta2, sratio, rcut,
lat(n), where n=1..6, x(i), y(i), z(i), occ(i), u11(i),
u22(i), u33(i), u12(i), u13(i), u23(i), where i=1..Natoms
value -- new value of the variable
|
obtain value corresponding to PdfFit phase variable var
This can be used when guessing Parameter values from constraints
dictionary.
var -- string representation of PdfFit variable. Possible values:
pscale, spdiameter, stepcut, delta1, delta2, sratio, rcut,
lat(n), where n = 1..6, x(i), y(i), z(i), occ(i), u11(i),
u22(i), u33(i), u12(i), u13(i), u23(i), where i=1..Natoms
returns value of var
|
|
|||
_allowed_pdffit_vars
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:01 2009 | http://epydoc.sourceforge.net |