| |
- builtins.object
-
- AtomsGui
- CrystalGui
- LatparGui
- SuperstructureGui
- SymmetryGui
class AtomsGui(builtins.object) |
|
AtomsGui(xtl, symmetric_only=True, magnetic_moments=False)
View and edit the atomic positions |
|
Methods defined here:
- __init__(self, xtl, symmetric_only=True, magnetic_moments=False)
- Initialise
- fun_magnets(self)
- "ReOpen window with magnetic moments
- fun_set(self)
- Get positions from crystal object, fill text boxes
- fun_update(self)
- Update atomic properties, close window
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
class LatparGui(builtins.object) |
|
LatparGui(xtl)
View and edit the lattice parameters |
|
Methods defined here:
- __init__(self, xtl)
- "Initialise
- fun_update(self)
- Update lattice parameters, close window
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|
|