Skip to content
Snippets Groups Projects

Interface refactoring

Merged Kostas Vilkelis requested to merge interface-refactoring into main
Compare and Show latest version
18 files
+ 193
61
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -8,8 +8,9 @@ sz = np.diag([1, -1])
def graphene_extended_hubbard():
""" "
Return
"""Create a graphene system with extended Hubbard interactions.
Return:
------
bulk_graphene : kwant.builder.Builder
The bulk graphene system.
@@ -37,7 +38,6 @@ def graphene_extended_hubbard():
syst_V = build_interacting_syst(
builder=bulk_graphene,
lattice=graphene,
func_onsite=onsite_int,
func_hop=nn_int,
)
Loading