Skip to content

Commit

Permalink
Removed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed May 3, 2024
1 parent 3f7d4a2 commit c5cda1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openqdc/methods/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5cda1d

Please sign in to comment.