Boltzmann transport for conductivity of materials using an FEM
Reason this release was yanked:
Yet another loader bug
Project description
FEM for Boltzmann Transport Conductivity
Conductivity calculated using Boltzmann Transport theory, using a Finite Element Method (FEM). In addition to arbitrary Fermi surfaces, arbitrary scattering kernels are also supported.
Developed and maintained by the Grissonnanche group.
Installation
pip install elecboltz
Usage
Here is a minimal example for a simple free electron system.
import elecboltz
band = elecboltz.BandStructure(
dispersion="kx**2 + ky**2", chemical_potential=1.0,
unit_cell=(2*np.pi, 2*np.pi, 2*np.pi), periodic=2)
band.discretize()
cond = elecboltz.Conductivity(
band=band, scattering=1.0, field=(1.0, 2.0, 3.0))
sigma = cond.solve()
print(sigma)
Documentation
The documentation is available at elecboltz.readthedocs.io.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file elecboltz-0.3.4.tar.gz.
File metadata
- Download URL: elecboltz-0.3.4.tar.gz
- Upload date:
- Size: 29.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdaa91b330e222340e293828a480fd309abc0d89b21e0be10afb3f6131df5267
|
|
| MD5 |
29f2adfa90a8a845c990c1b0381bbe44
|
|
| BLAKE2b-256 |
409b73fb5a30e596190b6df43591a11cb2d1c56d40527ccfa0d5556239f7f529
|
File details
Details for the file elecboltz-0.3.4-py3-none-any.whl.
File metadata
- Download URL: elecboltz-0.3.4-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bcc9062adef6093669fbb726677f5611f923fa840321678d48769c3262019058
|
|
| MD5 |
1252f3d300696aab8e3c22a25c11ba15
|
|
| BLAKE2b-256 |
323a6014240f3cff6a80dda0268580a1ba8bdec8679f606059e13ae3ecb6228b
|