3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-11 05:43:48 +02:00

Modified map_gf_struct to remove degshells + update test case

This commit is contained in:
Hermann Schnait 2019-06-05 12:10:12 +02:00
parent 3d0adafad2
commit ba79a7f708
2 changed files with 1 additions and 0 deletions

View File

@ -591,6 +591,7 @@ class BlockStructure(object):
self.solver_to_sumk[ish] = so2su
self.sumk_to_solver[ish] = su2so
self.solver_to_sumk_block[ish] = so2su_block
self.deg_shells[ish] = []
def create_gf(self, ish=0, gf_function=GfImFreq, space='solver', **kwargs):
""" Create a zero BlockGf having the correct structure.

Binary file not shown.