Currently unflat(::CompressedOrbitalArray) gives the wrong answer, because we don't have the correct getindex methods.
While CompressedOrbitalArray is just an intermediate object (e.g. a meanfield instance), it would be nice to be able to do more with it, such as... decompress it!
Currently
unflat(::CompressedOrbitalArray)gives the wrong answer, because we don't have the correctgetindexmethods.While CompressedOrbitalArray is just an intermediate object (e.g. a meanfield instance), it would be nice to be able to do more with it, such as... decompress it!