Skip to content

Commit

Permalink
Removed unique
Browse files Browse the repository at this point in the history
  • Loading branch information
FNTwin committed Jul 22, 2024
1 parent 7730577 commit 1e4763b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions openqdc/methods/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ def atom_energies_dict(self):
raise NotImplementedError()


@unique
class PotentialMethod(QmMethod): # SPLIT FOR INTERACTIO ENERGIES AND FIX MD1
B1LYP_VWN5_DZP = Functional.B1LYP_VWN5, BasisSet.DZP
B1LYP_VWN5_SZ = Functional.B1LYP_VWN5, BasisSet.SZ
Expand Down Expand Up @@ -544,7 +543,6 @@ def atom_energies_dict(self):
return energies


@unique
class InteractionMethod(QmMethod):
CCSD_T_NN = Functional.CCSDT, BasisSet.NN
CCSD_T_CBS = Functional.CCSDT, BasisSet.CBS
Expand Down

0 comments on commit 1e4763b

Please sign in to comment.