Lattices.jl icon indicating copy to clipboard operation
Lattices.jl copied to clipboard

A Lattice Library for Julia

Results 13 Lattices.jl issues
Sort by recently updated
recently updated
newest added

- [x] type `HyperRect` - [x] sites iterator - [ ] neighbors (aka `surround`) - [x] periodic - [ ] open (fixed) boundary - [ ] edges

enhancement

*2018-12-26 Updated* Use `CartesianIndex` instead of `Tuple`, this will make the returned site position became real indices while indexing real lattice configurations.

enhancement

This is useful when we want the iterated configuration satisfy certain property, e.g sum equals to 0 (for `Spin`)

enhancement