Skip to main content

Boltzmann transport for conductivity of materials using an FEM

Reason this release was yanked:

Bug with nested dictionary loading

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elecboltz-0.3.5.tar.gz (29.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

elecboltz-0.3.5-py3-none-any.whl (28.8 kB view details)

Uploaded Python 3

File details

Details for the file elecboltz-0.3.5.tar.gz.

File metadata

  • Download URL: elecboltz-0.3.5.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

Hashes for elecboltz-0.3.5.tar.gz
Algorithm Hash digest
SHA256 123824b030d27e1a3f4c078f41c9cf1ffa11d016ef5270f5a380928a53a66de4
MD5 99eec22326f27958073bf914919c565e
BLAKE2b-256 cfeed07223965c20212aaa5b138f25e74887a3c9a16fd487875f67d2e9f306e6

See more details on using hashes here.

File details

Details for the file elecboltz-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: elecboltz-0.3.5-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

Hashes for elecboltz-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 ba5c1509644e690ba89cbb44f55a3867baa14cec91fc58878cfe0b70eec299da
MD5 a76086b524c609b87ca75e194fd3b12c
BLAKE2b-256 9f4d79c6eeecd8467a055f90032399bfe56ddd0c7873a4cf0369fd56d1f4cc99

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page