Skip to content

Fix Printing for RPA Tutorial

Tara Maria Boland requested to merge 1152-rpa-energy-tutorial into master

The import from gpaw.hybrids.energy import non_self_consistent_energy now returns an array, thus we need to add a missing .sum() to the returned array.

I grepped for calls of this function throughout the tutorials and found another place which was missing the sum.

Closes #1152 (closed)

Merge request reports