Skip to content

Commit 0a2ee3f

Browse files
committed
fix import
1 parent bc3f5fc commit 0a2ee3f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

openqdc/datasets/__init__.py

-21
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,4 @@
1-
from .base import BaseDataset # noqa
21
from .interaction import AVAILABLE_INTERACTION_DATASETS # noqa
3-
from .interaction import DES # noqa
42
from .potential import AVAILABLE_POTENTIAL_DATASETS # noqa
5-
from .potential.ani import ANI1, ANI1CCX, ANI1X # noqa
6-
from .potential.comp6 import COMP6 # noqa
7-
from .potential.dummy import Dummy # noqa
8-
from .potential.gdml import GDML # noqa
9-
from .potential.geom import GEOM # noqa
10-
from .potential.iso_17 import ISO17 # noqa
11-
from .potential.molecule3d import Molecule3D # noqa
12-
from .potential.multixcqm9 import MultixcQM9 # noqa
13-
from .potential.nabladft import NablaDFT # noqa
14-
from .potential.orbnet_denali import OrbnetDenali # noqa
15-
from .potential.pcqm import PCQM_B3LYP, PCQM_PM6 # noqa
16-
from .potential.qm7x import QM7X # noqa
17-
from .potential.qmugs import QMugs # noqa
18-
from .potential.sn2_rxn import SN2RXN # noqa
19-
from .potential.solvated_peptides import SolvatedPeptides # noqa
20-
from .potential.spice import Spice # noqa
21-
from .potential.tmqm import TMQM # noqa
22-
from .potential.transition1x import Transition1X # noqa
23-
from .potential.waterclusters3_30 import WaterClusters # noqa
243

254
AVAILABLE_DATASETS = {**AVAILABLE_POTENTIAL_DATASETS, **AVAILABLE_INTERACTION_DATASETS}

0 commit comments

Comments
 (0)