nakib / elphbolt

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

Use short integers #102

Open nakib opened 1 year ago

nakib commented 1 year ago

Definitely do not need long integers for every variable. Need to go through the code and use i64 for only those integer variables that count states.