Skip to content

Commit

Permalink
Updated ml4cham.features.__init__.py with CoulombMatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Jan 13, 2020
1 parent 7f6aaf3 commit df449da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ml4chem/features/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from ml4chem.features.autoencoders import LatentFeatures
from ml4chem.features.cartesian import Cartesian
from ml4chem.features.coulomb_matrix import CoulombMatrix
from ml4chem.features.gaussian import Gaussian

__all__ = ["LatentFeatures", "Cartesian", "Gaussian"]
__all__ = ["LatentFeatures", "Cartesian", "CoulombMatrix", "Gaussian"]

0 comments on commit df449da

Please sign in to comment.