It appears that support for this can be added by simply omitting read/write to dict["cell"] whenever the Lattice key isn't provided in the info dict. From my testing it appears as though the C backend can handle writing without info["Lattice"] without issue.
It appears that support for this can be added by simply omitting read/write to
dict["cell"]
whenever theLattice
key isn't provided in the info dict. From my testing it appears as though the C backend can handle writing withoutinfo["Lattice"]
without issue.