lucydot / effmass

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

Sort out dependencies #29

Closed lucydot closed 3 years ago

lucydot commented 3 years ago

Anyone who installs effmass automatically installs the dependencies for development (in particular, pytest for testing). I should fix this so that these are only installed if requested.

lucydot commented 3 years ago

I should also specify what is used for linting (black) and that ipython is needed to run jupyter notebook examples locally.

lucydot commented 3 years ago

Fixed and now committed to main branch