lucydot / effmass

Calculates various definitions of effective mass from the electronic bandstructure of a semiconductor.

Home Page:https://effmass.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the `extrema` module

lucydot opened this issue · comments

The extrema module is feeling pretty clunky!

An improvement might be to create a new Bandstructure class within extrema.py, with each of the functions in the module mapped to Bandstructure methods. Might also rename extrema.py to bandstructure.py.