[sumk] import itertools for product

This commit is contained in:
Priyanka Seth 2015-07-02 15:17:33 +02:00
parent 6eef3bd172
commit b24a836372
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import pytriqs.utility.mpi as mpi
from pytriqs.archive import *
from symmetry import *
from sets import Set
from itertools import product
class SumkDFT:
"""This class provides a general SumK method for combining ab-initio code and pytriqs."""