Skip to content

Commit

Permalink
Update cohp.py (#3418)
Browse files Browse the repository at this point in the history
remove warning

Signed-off-by: J. George <JaGeo@users.noreply.github.com>
  • Loading branch information
JaGeo authored Oct 24, 2023
1 parent 0ce5091 commit c90a7c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pymatgen/electronic_structure/cohp.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ def has_antibnd_states_below_efermi(self, spin=None, limit=0.01):
spin: Spin
limit: -COHP smaller -limit will be considered.
"""
warnings.warn("This method has not been tested on many examples. Check the parameter limit, pls!")

populations = self.cohp
number_energies_below_efermi = len([x for x in self.energies if x <= self.efermi])

Expand Down

0 comments on commit c90a7c8

Please sign in to comment.