-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated docs for spice, iso17, nabladft
- Loading branch information
1 parent
99a3506
commit bf3c08a
Showing
4 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
from .comp6 import COMP6 | ||
from .gdml import GDML | ||
from .geom import GEOM | ||
from .iso_17 import ISO17 | ||
from .molecule3d import Molecule3D | ||
from .nabladft import NablaDFT | ||
from .orbnet_denali import OrbnetDenali | ||
from .qmugs import QMugs | ||
from .sn2_rxn import SN2RXN | ||
from .spice import Spice | ||
|
||
__all__ = [ | ||
"Spice", | ||
"GEOM", | ||
"QMugs", | ||
"NablaDFT", | ||
"ISO17", | ||
"COMP6", | ||
"GDML", | ||
"Molecule3D", | ||
"NablaDFT", | ||
"OrbnetDenali", | ||
"QMugs", | ||
"SN2RXN", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters