Interface refactoring
Find a design which is more intuitive and minimal.
Merge request reports
Activity
assigned to @Kostas
- Resolved by Kostas Vilkelis
From the previous MR, the summary from @anton-akhmerov still applies: in particular the points about short-range interactions and the separation between mean field parameters and interaction range.
The utils file is becoming bloated so it should be split up to make it more organised. I identify the following categories:
- Mean-field calculation related(
get_fermi_energy()
) - Random guess generation
- TB model construction and evaluation on k-grid
- Matrix re-shaping for I/O.
Each of them should get its own file.
- Mean-field calculation related(
added 1 commit
- cdba8420 - use non-zero guess add subtract Fermi energy to get to the correct groundstate
added 2 commits
added 1 commit
- 99a589bc - remove kspace transformation for guess generation
added 1 commit
- 9c4bf187 - add minimal example and function for hopping dict to flat and back
Please register or sign in to reply