- class metallurgy.prototype.Prototype[source]
A crystal structure prototype, defining positions of atoms in a unit cell.
Public members¶
- Prototype(name: str, lattice: list[list[Number]], basis, ...)[source]
Initialize self. See help(type(self)) for accurate signature.
structures¶
- property element_counts : dict[source]
Return count of each unique element in the unit cell
- property composition : dict[source]
Return percentage of each unique element in the unit cell
- property num_elements : int[source]
Return the number of unique elements in the unit cell
Last update:
Jun 08, 2023