afonari / emc

Effective Mass Calculator for Semiconductors
Other
102 stars 58 forks source link

Original eigenvectors were zero #7

Closed jaroli closed 7 years ago

jaroli commented 7 years ago

The "original" Cartesian eigenvectors didn't have a value assigned to them. Output file shows only zeros.

afonari commented 7 years ago

Code looks good. Can you please add a test to the get_eff_masses function. The test would go into test/test_mat.py file.

jaroli commented 7 years ago

Added test for the get_eff_masses function.