BlockStructure: finally make the test work

This commit is contained in:
Gernot J. Kraberger 2018-02-27 19:53:43 +01:00
parent a8d86fd198
commit 8ebb0c3c29
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -21,7 +21,8 @@ sk_pick1 = BlockStructure(gf_struct_sumk = SK.gf_struct_sumk,
gf_struct_solver = SK.gf_struct_solver,
solver_to_sumk = SK.solver_to_sumk,
sumk_to_solver = SK.sumk_to_solver,
solver_to_sumk_block = SK.solver_to_sumk_block)
solver_to_sumk_block = SK.solver_to_sumk_block,
deg_shells = SK.deg_shells)
assert sk_pick1 == pick1, 'constructing block structure from SumkDFT properties failed'
# check pick_gf_struct_sumk