Rustb 0.1.13

A package for calculating band, angle state, linear and nonlinear conductivities based on tight-binding models
Documentation
example = []
[dependencies.gnuplot]
version = "0.0.39"

[dependencies.intel-mkl-src]
default-features = false
optional = true
version = "0.8.1"

[dependencies.lapack]
version = "0.19.0"

[dependencies.ndarray]
features = ["rayon", "matrixmultiply-threading"]
version = "0.15.6"

[dependencies.ndarray-linalg]
default-features = false
version = "0.16.0"

[dependencies.netlib-src]
default-features = false
features = ["cblas"]
optional = true
version = "0.8.0"

[dependencies.num-complex]
version = "0.4.4"

[dependencies.openblas-src]
default-features = false
features = ["cblas"]
optional = true
version = "0.10.4"

[dependencies.rayon]
version = "1.8.0"

[features]
intel-mkl-static = ["ndarray-linalg/intel-mkl-static", "intel-mkl-src/mkl-static-lp64-seq"]
intel-mkl-system = ["ndarray-linalg/intel-mkl-system", "intel-mkl-src/mkl-dynamic-lp64-seq"]

[package]
categories = ["Tight bind calculation", "wannier function"]
description = "A package for calculating band, angle state, linear and nonlinear conductivities based on tight-binding models"
edition = "2021"
exclude = ["target/", "examples/", ".github/", "crate/", "tests/"]
keywords = ["tight-binding", "wannier-function", "physics", "Rustb"]
license = "MIT OR Apache-2.0"
name = "Rustb"
readme = "README.md"
repository = "https://github.com/LiuyichenYanwushang/Rustb"
rust-version = "1.73.0"
version = "0.1.13"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "./docs-header.html"]
[profile.release]
codegen-units = 1
debug = 2
lto = "fat"