Skip to content
Snippets Groups Projects

Interface refactoring

Merged Kostas Vilkelis requested to merge interface-refactoring into main
Compare and Show latest version
16 files
+ 120
31
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -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.
Loading