Skip to content

Commit

Permalink
fix X40 energy methods
Browse files Browse the repository at this point in the history
  • Loading branch information
mcneela committed Mar 8, 2024
1 parent c0ef5b1 commit ad55296
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion openqdc/datasets/interaction/X40.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class X40(BaseInteractionDataset):
__distance_unit__ = "ang"
__forces_unit__ = "hartree/ang"
__energy_methods__ = [
"default",
"CCSD(T)/CBS",
"MP2/CBS",
"dCCSD(T)/haDZ",
"dCCSD(T)/haTZ",
Expand Down
1 change: 0 additions & 1 deletion openqdc/datasets/interaction/des370k.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def read_raw_entries(self) -> List[Dict]:
name = np.array([smiles0 + "." + smiles1])

subsets = []
# for smiles in [canon_smiles0, canon_smiles1]:
for smiles in [smiles0, smiles1]:
found = False
for functional_group, smiles_set in molecule_groups.items():
Expand Down

0 comments on commit ad55296

Please sign in to comment.