wulfric.SpglibData#
- class wulfric.SpglibData(cell, atoms, spglib_symprec=1e-05, spglib_angle_tolerance=-1)[source]#
Data from spglib.
Added in version 0.7.0.
- Parameters:
- cell(3, 3) array-like
See
get_spglib_data().- atomsdict
See
get_spglib_data().- spglib_symprecfloat, default \(10^{-5}\)
See
get_spglib_data().- spglib_angle_tolerancefloat, default -1
See
get_spglib_data().
Methods:
Properties:
Same as the given
cell.Same as the given
atoms["positions"].Same as
wulfric.get_spglib_types(atoms=atoms)for givenatoms.Version of spglib that was used to create this dataset.
Number of the space group.
Crystal family.
Centring type.
Conventional cell associated with the given structure in the same spatial orientation.
N relative positions of the atoms in the basis of
spglib_data.conventional_cell.N types of the atoms.
Primitive cell associated with the given structure in the same spatial orientation.
M relative positions of the atoms in the basis of
spglib_data.primitive_cell.M types of the atoms.
Tolerance parameter that was used to call spglib.
Tolerance parameter that was used to call spglib.