We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2015c6c commit fe59fe3Copy full SHA for fe59fe3
nff/io/chgnet.py
@@ -12,6 +12,7 @@
12
from nff.io import AtomsBatch
13
from nff.utils.cuda import batch_detach, detach
14
from chgnet.graph import CrystalGraph, CrystalGraphConverter
15
+from typing import TYPE_CHECKING
16
if TYPE_CHECKING:
17
from collections.abc import Sequence
18
0 commit comments