Skip to content

Commit f06f32d

Browse files
Update __init__.py for MD22 compatibility
1 parent 2c820d3 commit f06f32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

torchmdnet/datasets/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from .custom import Custom
55
from .hdf import HDF5
66
from .md17 import MD17
7+
from .md22 import MD22
78
from .qm9 import QM9
89
from .qm9q import QM9q
910
from .spice import SPICE
@@ -21,6 +22,7 @@
2122
"GDB10to13",
2223
"HDF5",
2324
"MD17",
25+
"MD22",
2426
"QM9",
2527
"QM9q",
2628
"S66X8",

0 commit comments

Comments
 (0)