Crates.io | Rustb |
lib.rs | Rustb |
version | 0.3.0 |
source | src |
created_at | 2023-10-24 10:30:42.856265 |
updated_at | 2024-11-15 15:43:58.186592 |
description | A package for calculating band, angle state, linear and nonlinear conductivities based on tight-binding models |
homepage | |
repository | https://github.com/LiuyichenYanwushang/Rustb |
max_upload_size | |
id | 1012237 |
size | 463,207 |
This cate is combined with wannier90's wannier model or tight-bind model to calculate some physical properties such as conductivity, energy band, density of states, edge states, surface Green's function, wilson loop, etc.
Using this cate, you must use num-complex, ndarray and ndarray-linalg. For ndarray-linalg, you'd better open the features like "intel-mkl-static" or "openblas-static". The details see https://github.com/rust-ndarray/ndarray-linalg