The lattices tag has no wiki summary.
8
votes
1answer
138 views
How can I sequentially apply different graph embeddings?
Imagine I have some graph G, and I perform a graph embedding using a command like:
G = Graph[GraphEdges, GraphLayout -> {"SpringElectricalEmbedding"}]
I then ...
2
votes
2answers
168 views
How to generate a 3-d simple cubic lattice of length 4 in each dimension?
LatticeData["SimpleCubic", "Image"]
The above line gives me a single cube (2 lattice points in each direction).
But I want a lattice with 4 lattice points in ...
10
votes
1answer
158 views
Can a LatticeData image be displayed in a space filled fashion
I'd like a FaceCenteredCubic image as in the in LatticeData
docs, but space packed, and cropped on all the boundaries, so that it illustrates the geometry of the calculation that leads to the ...