TBmodels
TBmodels copied to clipboard
A tool for creating and manipulating tight-binding models.
Bumps the dependencies group with 2 updates: [h5py](https://github.com/h5py/h5py) and [typing-extensions](https://github.com/python/typing_extensions). Updates `h5py` from 3.10.0 to 3.11.0 Commits 2c80981 Merge pull request #2405 from takluyver/rever-3.11 76afe10 Add HDF5 1.14.4 fixes to...
Bumps [idna](https://github.com/kjd/idna) from 3.4 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.2 to 1.3.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.3.0 Added Relaxed requirements to include Sphinx release 7.0 .. _release-1.2.2: Commits 15ed4de Release 1.3.0 (#1509) b583358 1.3.0rc2 (#1495)...
Bumps [click](https://github.com/pallets/click) from 8.1.6 to 8.1.7. Release notes Sourced from click's releases. 8.1.7 This is a fix release for the 8.1.x feature branch. Changes: https://click.palletsprojects.com/en/8.1.x/changes/#version-8-1-7 Milestone: https://github.com/pallets/click/milestone/22?closed=1 Changelog Sourced from...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. Release notes Sourced from actions/upload-artifact's releases. v3.0.0 What's Changed Update default runtime to node16 (#293) Update package-lock.json file version to 2 (#302) Breaking Changes...
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Dear Developers, Thanks for making the code available for users. May I ask if it is possible to obtain real-space eigenfunctions from wannier90 output using TB models? Thanks in advance!
I have written a little modification that can read wannier90's `*_r.dat` output and create the transition dipole elements. If this is relevant, I could try to match the style of...
Some other people seem interested in this, so let's push this to upstream repo :-) fix #33
In the function MODEL_TB.construct_kdotp(k_star, order=2), the program will construct the kp model with same band number as the given TB model. Is it possible to construct a kp model with...