|
|
|
@ -213,7 +213,7 @@ def main(simulation_parameters: dict, magnetic_entities: list, pairs: list) -> N
|
|
|
|
|
"================================================================================================================================================================"
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
NO: int = dh.no # shorthand for number of orbitals in the unit cell
|
|
|
|
|
NO: Final[int] = dh.no # shorthand for number of orbitals in the unit cell
|
|
|
|
|
|
|
|
|
|
# reformat Hamiltonian and Overlap matrix for manipulations
|
|
|
|
|
hh, ss = build_hh_ss(dh)
|
|
|
|
|