How to turn off things (and make development and debugging simpler)

When developing new features or debugging it can be an advantage to simplify the problem by turning things off.

No PAW corrections

No XC functional

Use xc={'name': 'null'}.

No Coulomb interactions

Use poissonsolver=NoInteractionPoissonSolver() (and from gpaw.poisson import NoInteractionPoissonSolver).