Skip to content

Commit

Permalink
amended units to effective_mass
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <[email protected]>
  • Loading branch information
zerothi committed Aug 30, 2023
1 parent d7a2ca1 commit 5eae9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sisl/physics/electron.py
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ def berry_curvature(self, *args, **kwargs):
return _berry_curvature(v, self.c)

def effective_mass(self, *args, **kwargs):
r""" Calculate effective mass tensor for the states
r""" Calculate effective mass tensor for the states, units are (ps/Ang)^2
This routine calls ``derivative(2, *args, **kwargs)`` and
returns the effective mass for all states.
Expand Down

0 comments on commit 5eae9dd

Please sign in to comment.