radtools.lattice_example#
- radtools.lattice_example(lattice=None)[source]#
Return an example of the lattice.
- Parameters:
- latticestr, optional
Name of the lattice to be returned. For available names see documentation of each Bravais lattice class. Lowercased before usage.
- Returns:
- latticeLattice or list
Child of the
Latticeclass is returned. If no math found a list with available examples is returned.