nakib / elphbolt

A solver for the coupled and decoupled electron and phonon Boltzmann transport equations.
GNU General Public License v3.0
39 stars 26 forks source link

Functional style #78

Open nakib opened 1 year ago

nakib commented 1 year ago

I would like to refactor the code base using functional constructs such as map, fold, and reduce. Current plan is to leverage the functional-fortran library (https://github.com/wavebitscientific/functional-fortran).