|
1 |
| -from .base import BaseDataset # noqa |
2 | 1 | from .interaction import AVAILABLE_INTERACTION_DATASETS # noqa
|
3 |
| -from .interaction import DES # noqa |
4 | 2 | 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 |
24 | 3 |
|
25 | 4 | AVAILABLE_DATASETS = {**AVAILABLE_POTENTIAL_DATASETS, **AVAILABLE_INTERACTION_DATASETS}
|
0 commit comments