|
| 1 | +:tocdepth: 2 |
| 2 | + |
| 3 | +Package API |
| 4 | +########### |
| 5 | + |
| 6 | + |
| 7 | +Submodules |
| 8 | +========== |
| 9 | + |
| 10 | +.. toctree:: |
| 11 | + :titlesonly: |
| 12 | + |
| 13 | + mod_atom |
| 14 | + mod_lattice |
| 15 | + mod_spacegroup |
| 16 | + diffpy.structure.parsers |
| 17 | + diffpy.structure.applications |
| 18 | + diffpy.structure.expansion |
| 19 | + |
| 20 | + |
| 21 | +diffpy.structure |
| 22 | +================ |
| 23 | + |
| 24 | +.. module:: diffpy.structure |
| 25 | + |
| 26 | +The top-level diffpy.structure module provides the following objects. |
| 27 | + |
| 28 | + |
| 29 | +Functions |
| 30 | +--------- |
| 31 | + |
| 32 | +.. autofunction:: loadStructure |
| 33 | + |
| 34 | + |
| 35 | +Classes |
| 36 | +------- |
| 37 | + |
| 38 | +:py:class:`~atom.Atom` |
| 39 | + describes one atom site in the structure - its type, position, |
| 40 | + displacement parameters and so forth. |
| 41 | + |
| 42 | +:py:class:`~lattice.Lattice` |
| 43 | + depicts general coordinate system and associated operations. |
| 44 | + |
| 45 | +:py:class:`~structure.Structure` |
| 46 | + collection of :class:`!Atom` objects that form the structure together |
| 47 | + with associated :py:class:`!Lattice`. |
| 48 | + |
| 49 | + |
| 50 | +Exceptions |
| 51 | +---------- |
| 52 | + |
| 53 | +.. autoclass:: StructureFormatError |
| 54 | + |
| 55 | +.. autoclass:: LatticeError |
| 56 | + |
| 57 | +.. autoclass:: SymmetryError |
| 58 | + |
| 59 | + |
| 60 | +diffpy.structure.spacegroups |
| 61 | +============================ |
| 62 | + |
| 63 | +.. automodule:: diffpy.structure.spacegroups |
| 64 | + :members: |
| 65 | + :undoc-members: |
| 66 | + :show-inheritance: |
| 67 | + |
| 68 | +diffpy.structure.structureerrors |
| 69 | +================================ |
| 70 | + |
| 71 | +.. automodule:: diffpy.structure.structureerrors |
| 72 | + :members: |
| 73 | + :undoc-members: |
| 74 | + :show-inheritance: |
| 75 | + |
| 76 | +diffpy.structure.symmetryutilities |
| 77 | +================================== |
| 78 | + |
| 79 | +.. automodule:: diffpy.structure.symmetryutilities |
| 80 | + :members: |
| 81 | + :undoc-members: |
| 82 | + :show-inheritance: |
| 83 | + |
| 84 | +diffpy.structure.mmlibspacegroups |
| 85 | +================================= |
| 86 | + |
| 87 | +.. automodule:: diffpy.structure.mmlibspacegroups |
| 88 | + :members: |
| 89 | + :undoc-members: |
| 90 | + :show-inheritance: |
| 91 | + |
| 92 | +diffpy.structure.pdffitstructure |
| 93 | +================================ |
| 94 | + |
| 95 | +.. automodule:: diffpy.structure.pdffitstructure |
| 96 | + :members: |
| 97 | + :undoc-members: |
| 98 | + :show-inheritance: |
| 99 | + |
| 100 | +diffpy.structure.sgtbxspacegroups |
| 101 | +================================= |
| 102 | + |
| 103 | +.. automodule:: diffpy.structure.sgtbxspacegroups |
| 104 | + :members: |
| 105 | + :undoc-members: |
| 106 | + :show-inheritance: |
| 107 | + |
| 108 | +diffpy.structure.structure |
| 109 | +========================== |
| 110 | + |
| 111 | +.. automodule:: diffpy.structure.structure |
| 112 | + :members: |
| 113 | + :undoc-members: |
| 114 | + :show-inheritance: |
| 115 | + |
| 116 | +diffpy.structure.utils |
| 117 | +====================== |
| 118 | + |
| 119 | +.. automodule:: diffpy.structure.utils |
| 120 | + :members: |
| 121 | + :undoc-members: |
| 122 | + :show-inheritance: |
| 123 | + |
| 124 | +diffpy.structure.version |
| 125 | +======================== |
| 126 | + |
| 127 | +.. automodule:: diffpy.structure.version |
| 128 | + :members: |
| 129 | + :undoc-members: |
| 130 | + :show-inheritance: |
0 commit comments