TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
141 stars 72 forks source link

fix indents in triqs sumk #806

Closed the-hampel closed 3 years ago

the-hampel commented 3 years ago

Small fix for triqs sumk lattice tools. Idention levels were not correct. Before a simple

from triqs.sumk import *

did not work. Fixed now.

Wentzell commented 3 years ago

Thank you @the-hampel