Skip to content
Snippets Groups Projects

Interface refactoring

Merged Kostas Vilkelis requested to merge interface-refactoring into main
Compare and Show latest version
11 files
+ 376
102
Compare changes
  • Side-by-side
  • Inline
Files
11
Antonio Manesco
Last comment by Johanna Zijderveld
@@ -260,7 +260,7 @@ def build_interacting_syst(builder, lattice, func_onsite, func_hop, max_neighbor
return int_builder
def generate_guess(vectors, ndof, scale=0.1):
def generate_guess(vectors, ndof, scale=1):
"""
vectors : list
List of hopping vectors.
Loading