mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-07-01 14:29:26 +02:00
Added documentation for most modules
Only Spinors and Dirac are missing.
This commit is contained in:
parent
b4a269f9af
commit
651891f95a
16 changed files with 298 additions and 19 deletions
|
@ -3,7 +3,10 @@
|
|||
|
||||
D-dimensional lattice points are labeled by two ordered integer
|
||||
numbers: the point-in-block index ($$b$$ in the figure below) and the
|
||||
block index ($$r$$ in the figure below). The routines [`up`](@ref) and
|
||||
block index ($$r$$ in the figure below). This is called **natural
|
||||
indexing**, in contrast with the **lexicographic indexing** where points on
|
||||
the lattice are represented by a D-dimensional `CartesianIndex`.
|
||||
The routines [`up`](@ref) and
|
||||
[`dw`](@ref) allow you to displace to the neighboring points of the
|
||||
lattice.
|
||||
![D dimensional lattice points are labeled by its
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue