Skip to content

Fix/add writer in poisson solver.

Andrew Peterson requested to merge andrew_peterson/gpaw:dipole-writer into master

Fixes a bug (or implements a feature) so that calculator objects that contain a dipole correction can be written to the file at calc.write('filename.gpw').

Now should work with the new AFF output. Writer was present in the dipole correction but not in the poisson solver.

Merge request reports