pyfaults

lattice.py

Stores unit cell lattice parameters

Last updated: 08/05/2024


class pyfaults.lattice.Lattice(builtins.object)

   Lattice(a, b, c, alpha, beta, gamma)

   Stores unit cell lattice parameters

   Parameters:


Methods:

__init__(self, a, b, c, alpha, beta, gamma)

   Initialization, defines Lattice defaults

setParam(self, a=None, b=None, c=None, alpha=None, beta=None, gamma=None)

   Sets parameters of Lattice

display(self)

   Prints lattice parameters


By Sinclair R. Combs

Copyright 2023 Colorado School of Mines