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

Support Cartesian indexing

Open rkurchin opened this issue 3 years ago • 1 comments

In lattice-based systems such as those @Gregstrq works on, it will eventually be desirable to support Cartesian and not just linear indexing into AbstractSystem objects.

rkurchin avatar Nov 17 '21 15:11 rkurchin

Very interesting option, but an implementation detail and easy enough to provide. In the interface update for 0.4.x we can just allow arbitrary indices rather than only Integer (needs a small rewrite of the document).

cortner avatar Jul 01 '24 12:07 cortner