Skip to main content

Boltzmann transport for conductivity of materials using an FEM

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.8.tar.gz (29.8 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.8-py3-none-any.whl (29.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: elecboltz-0.3.8.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for elecboltz-0.3.8.tar.gz
Algorithm Hash digest
SHA256 ed06551fef941cadc05ae11a7cd27742f376a7f0742a9e0cc4bc2f4d38f862d2
MD5 82a889344da108a4ae0632f1ebdd81eb
BLAKE2b-256 fe635214d9188605ff35b82497a3cd6e1f11750a48a503a1a1e35df1c0dcb5b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: elecboltz-0.3.8-py3-none-any.whl
  • Upload date:
  • Size: 29.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for elecboltz-0.3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 bb318be6499d4e29230d582789a46a693911df489c0cb661c4b693478b92cfc4
MD5 1194bcd60e591fd8bb29780f24f91ddc
BLAKE2b-256 4e2c26fdc74b2bff8df48f3a23c9dff05c4fc1c2ec5c73caa929137b6fcfd2c7

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