From f652a3fa8b036f30cded25346fdbe730ac042086 Mon Sep 17 00:00:00 2001 From: JARVIS-Unifies Date: Thu, 25 Apr 2024 20:28:07 -0400 Subject: [PATCH] Verbose false. --- jarvis/core/atoms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jarvis/core/atoms.py b/jarvis/core/atoms.py index e9898a4d..53633158 100644 --- a/jarvis/core/atoms.py +++ b/jarvis/core/atoms.py @@ -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