Skip to content
Snippets Groups Projects
Commit b2fd2956 authored by Antonio Manesco's avatar Antonio Manesco
Browse files

fix typo on input

parent 8ef945af
No related branches found
No related tags found
1 merge request!3create solvers and interface modules
...@@ -27,7 +27,7 @@ def graphene_extended_hubbard(): ...@@ -27,7 +27,7 @@ def graphene_extended_hubbard():
return V * np.ones((2, 2)) return V * np.ones((2, 2))
syst_V = utils.build_interacting_syst( syst_V = utils.build_interacting_syst(
syst=bulk_graphene, builder=bulk_graphene,
lattice = graphene, lattice = graphene,
func_onsite = onsite_int, func_onsite = onsite_int,
func_hop = nn_int, func_hop = nn_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