Question: Is there a quick way to obtain all atomic lattices with $n$ elements and $k$ atoms for given $n,k$?
Here atomic means that every element is a join of atoms in the lattice.
I think such a lattice has at most $2^k$ elements and thus there shoud be a quick method.
I want to use a program for sage to obtain a large list of atomic lattices but the brute force way just works for $n \leq 12$.
Thanks for any help!