Skip to content

Commit b6374eb

Browse files
authored
Merge pull request #664 from hackingmaterials/fix-effmass
Use unity_overlaps for effmass
2 parents 5555c2f + 95b923b commit b6374eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amset/tools/effmass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def eff_mass(filename, **kwargs):
5858
settings = {
5959
"scattering_type": ["CRT"],
6060
"constant_relaxation_time": 1e-14,
61-
"use_projections": True,
61+
"unity_overlap": True,
6262
"calculate_mobility": False,
6363
"separate_mobility": False,
6464
"write_log": False,

0 commit comments

Comments
 (0)