You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are some issues with letting AbstractLattice being subtype of AbstractGraph:
Lattices are not graph exactly, given edges are not well-defined for lattices, on the same lattice, we can have edges, hyper-edges, etc. it's hard to tell what to return for LightGraphs.edges interface
Lattices can be converted to graphs only when the bonds etc. are defined, a pure geometric lattice doesn't contain this information
I think as a result we should prefer bonds instead of edges as our interface name.
I'd like to move discussions around the new lattice design here. So we have something to keep track of.
The text was updated successfully, but these errors were encountered: