Skip to content

Latest commit

 

History

652 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectronPhonon.jl

CI codecov

Julia implementation of electron-phonon coupling using Wannier functions

Installation

To install ElectronPhonon.jl, first install the TetrahedronIntegration.jl dependency, then install ElectronPhonon.jl:

using Pkg
Pkg.add(url="https://github.com/jaemolihm/TetrahedronIntegration.jl.git")
Pkg.add(url="https://github.com/jaemolihm/ElectronPhonon.jl.git")

Documentation

  • Writing your own calculator — how to implement an AbstractCalculator to compute a custom property during an e-ph driver pass (with a runnable minimal example and the threading contract).
  • GPU acceleration — the CUDA package-extension path and the device-native calculator interface.

About

Julia package for studying electron-phonon coupling

Resources

Stars

17 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages