Skip to content
Snippets Groups Projects
Commit 39a621da authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

update import path

parent 701c4ec4
No related branches found
No related tags found
1 merge request!4Interface refactoring
import kwant
import numpy as np
from . import utils
from .kwant_helper.utils import build_interacting_syst
s0 = np.identity(2)
sz = np.diag([1, -1])
......@@ -26,7 +26,7 @@ def graphene_extended_hubbard():
def nn_int(site1, site2, V):
return V * np.ones((2, 2))
syst_V = utils.build_interacting_syst(
syst_V = build_interacting_syst(
builder=bulk_graphene,
lattice = graphene,
func_onsite = onsite_int,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment