From 31a30bd7e3413a017406577269781b4395a59b72 Mon Sep 17 00:00:00 2001 From: Kostas Vilkelis <kostasvilkelis@gmail.com> Date: Fri, 12 Apr 2024 11:09:33 +0000 Subject: [PATCH] increase k-grid in profiling run --- profiling/graphene.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/graphene.py b/profiling/graphene.py index 55a9eb3..82681de 100644 --- a/profiling/graphene.py +++ b/profiling/graphene.py @@ -12,7 +12,7 @@ graphene_builder, int_builder = kwant_examples.graphene_extended_hubbard() params = {"U": 0.5, "V": 1.1} filling = 2 -nK = 300 +nK = 600 h_int = utils.builder2h_0(int_builder, params) h_0 = utils.builder2h_0(graphene_builder) -- GitLab