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.1.1.tar.gz (15.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.1.1-py3-none-any.whl (15.7 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for elecboltz-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0d3dc14fc99d541ef161a9bd9c0d6416e5857b1728478c9975fa9dfd31b18ee7
MD5 f66bd918ec2dedff3d2f2ad7fc078445
BLAKE2b-256 a953168313c5fbd6b41ac8b9289a12c989044be472b4763a7f2c65d5c942e0db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: elecboltz-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 15.7 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.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1df9b9747b0d6454d093b8009be38b30c1bcccc6c951b8a702111809e6a7f863
MD5 0b13f21defa155f1f164c43327575dfa
BLAKE2b-256 e1fd73489c96091d28853cbe66eb6cf2a41eeceaf7795f17d07485046753b3af

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