Rustb

Crates.ioRustb
lib.rsRustb
version0.3.0
sourcesrc
created_at2023-10-24 10:30:42.856265
updated_at2024-11-15 15:43:58.186592
descriptionA package for calculating band, angle state, linear and nonlinear conductivities based on tight-binding models
homepage
repositoryhttps://github.com/LiuyichenYanwushang/Rustb
max_upload_size
id1012237
size463,207
(LiuyichenYanwushang)

documentation

README

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

Commit count: 149

cargo fmt