SpaceGroupInfo#

class biotite.structure.io.pdb.SpaceGroupInfo(space_group: str, z_val: int)[source]#

Bases: NamedTuple

Information about the space group of a crystal structure.

Attributes:
space_groupstr

The Hermann-Mauguin space group designation.

z_valint

The Z value, i.e. the number of polymeric chains in the unit cell.