phoebe
A high-performance framework for solving phonon and electron Boltzmann equations
Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Keywords
Repository
A high-performance framework for solving phonon and electron Boltzmann equations
Basic Info
- Host: GitHub
- Owner: phoebe-team
- License: mit
- Language: C++
- Default Branch: develop
- Homepage: https://phoebe-team.github.io/phoebe/
- Size: 63 MB
Statistics
- Stars: 106
- Watchers: 8
- Forks: 23
- Open Issues: 19
- Releases: 2
Topics
Metadata Files
README.md
Phoebe
A high-performance framework for solving phonon and electron Boltzmann transport equations
Phoebe is an open-source code for the ab-initio computation of electron and phonon transport properties of crystalline materials.
It is designed to take advantage of HPC systems via MPI-OpenMP hybrid parallelism, memory-distributed computing via ScaLAPACK, and GPU accelerated calculation of scattering rates.
For more details, see:
- Phoebe: a high-performance framework for solving phonon and electron Boltzmann transport equations.
A. Cepellotti, J. Coulter, A. Johansson, N. S. Fedorova, B. Kozinsky. (2022).
DOI:10.1088/2515-7639/ac86f6.
Tutorials, documentation of functionality and underlying theory can be found at: * Homepage * Tutorials/Documentation
For further questions and feature requests, please post on the discussions page for the git repo. If you feel you've found a bug or seen some unexpected behavior, please let us know by opening a git issue.
Current functionalities
Electronic Transport
- Electron-phonon and phonon-electron scattering rates by Wannier interpolation
- Electron-phonon scattering within the electron-phonon averaged (EPA) approximation
- Electronic transport coefficients (mobility, conductivity, thermal conductivity, and Seebeck coefficient)
Phonon Transport
- Phonon (lattice) thermal conductivity, including:
- 3-phonon scattering from thirdOrder.py/ShengBTE or Phono3py force constants
- Boundary, isotope, and phonon-electron scattering contributions
- Lattice thermal conductivity calculations including both ph-ph and ph-el scattering
And more:
- BTE solutions by RTA, iterative, variational, and relaxon solvers
- Phonon drag effects via the coupled BTE
- Calculation of electron and phonon linewidths or relaxation times on a path
- Wigner transport equation correction for electrons and phonons
- Hydrodynamic transport properties (viscosity) for electrons and phonons
Owner
- Name: Phoebe Team
- Login: phoebe-team
- Kind: organization
- Email: jcoulter@flatironinstitute.org
- Location: United States of America
- Website: https://phoebe-team.github.io/phoebe/
- Repositories: 1
- Profile: https://github.com/phoebe-team
Codes for predicting electrical and thermal transport properties
Citation (CITATION.cff)
# YAML 1.2
---
authors:
-
affiliation: "Harvard University"
family-names: Cepellotti
given-names: Andrea
-
affiliation: "Harvard University"
family-names: Coulter
given-names: Jennifer
-
affiliation: "Harvard University"
family-names: Johansson
given-names: Anders
-
affiliation: "Harvard University"
family-names: Fedorova
given-names: Natalya
-
affiliation: "Harvard University"
family-names: Kozinsky
given-names: Boris
cff-version: "1.1.0"
license: "MIT License"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/phoebe-team/phoebe"
title: "Phoebe: a high-performance framework for solving phonon and electron Boltzmann transport equations"
version: "1.0"
...
GitHub Events
Total
- Issues event: 4
- Watch event: 25
- Delete event: 20
- Issue comment event: 6
- Push event: 100
- Pull request review comment event: 18
- Pull request review event: 18
- Pull request event: 35
- Fork event: 3
- Create event: 13
Last Year
- Issues event: 4
- Watch event: 25
- Delete event: 20
- Issue comment event: 6
- Push event: 100
- Pull request review comment event: 18
- Pull request review event: 18
- Pull request event: 35
- Fork event: 3
- Create event: 13
Dependencies
- actions/checkout v2 composite
- sphinx *
- sphinx_rtd_theme *