Skip to content

Commit

Permalink
Verbose false.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Apr 26, 2024
1 parent a0fea81 commit f652a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jarvis/core/atoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,10 @@ def check_polar(self):
dn = dn + Specie(element).Z
polar = False
if up != dn:
print("Seems like a polar materials.")
# print("Seems like a polar materials.")
polar = True
if up == dn:
print("Non-polar")
# print("Non-polar")
polar = False
return polar

Expand Down

0 comments on commit f652a3f

Please sign in to comment.