From c5cda1d799c4aa4d848723f1b09ac6367c7aef7e Mon Sep 17 00:00:00 2001 From: FNTwin Date: Fri, 3 May 2024 09:36:12 -0400 Subject: [PATCH] Removed mistake --- openqdc/methods/enums.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openqdc/methods/enums.py b/openqdc/methods/enums.py index 8239937..6689f3a 100644 --- a/openqdc/methods/enums.py +++ b/openqdc/methods/enums.py @@ -183,7 +183,6 @@ class Functional(Enum): X3LYP_VWN5 = "x3lyp", CORRECTION.VWN5 XLYP = "xlyp" NONE = "" - A = "" def __init__(self, functional: str, correction: BasisSet = CORRECTION.NONE): self.functional = functional