Roadmap
Finish new GPAW
Make “New GPAW” feature-complete and remove old code.
Switch to spglib (maybe)
Our current symmetry-analysis code has problems (see MR: !2933). We could use spglib instead:
from spglib import get_symmetry_dataset
data = get_symmetry_dataset((cell_cv, relpos_ac, ids),
symprec=tolerance)
Use mpi4py (maybe)
Why have our own interface to MPI when we can just use mpi4py? See MR: !2904.