typing and added todo

class-solution
Daniel Pozsar 2 months ago
parent d37a543480
commit 9927641dbf

@ -16,6 +16,9 @@ More on the theoretical background can be seen on [arXiv](https://arxiv.org/abs/
- Add more tests!!
- orbital indexing must be checked and bad values should raise an error
- check on the validity of magnetic entities input
- create a module instead of a script
- add eset-kset-directions parallelization
## Building wheel

@ -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)

Loading…
Cancel
Save