Test if lattices are disjoint.
Lattices are considered disjoint if their alignments are disjoint.
Example
>>> Lattice([1, 2, 3]).isdisjoint(Lattice(1)) False
other (Lattice) – Lattice to compare with.
bool
treams.Lattice.hexagonal
treams.Lattice.orthorhombic