lucydot / effmass

Calculates various definitions of effective mass from the electronic bandstructure of a semiconductor.
https://effmass.readthedocs.io/en/latest/
MIT License
71 stars 39 forks source link

Refactor the `extrema` module #60

Open lucydot opened 1 year ago

lucydot commented 1 year ago

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.