Skip to content
Snippets Groups Projects
Commit d1561a73 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

mention that guess its hermitian

parent 92ca44bf
No related branches found
No related tags found
1 merge request!6Documentation
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
......@@ -9,7 +9,7 @@ from pymf.tb.transforms import tb_to_kgrid
def generate_guess(
tb_keys: list[tuple[None] | tuple[int, ...]], ndof: int, scale: float = 1
) -> _tb_type:
"""Generate guess tight-binding dictionary.
"""Generate hermitian guess tight-binding dictionary.
Parameters
----------
......@@ -22,7 +22,7 @@ def generate_guess(
Returns
-------
:
Guess tight-binding dictionary.
Hermitian guess tight-binding dictionary.
"""
guess = {}
for vector in tb_keys:
......
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