Skip to content

Commit

Permalink
expose ml_relax in relaxation
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Sep 20, 2024
1 parent 7c6244f commit efcb0af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/fairchem/core/common/relaxation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

from __future__ import annotations

from .ml_relaxation import ml_relax
from .optimizers.optimizable import OptimizableBatch, OptimizableUnitCellBatch

__all__ = ["OptimizableBatch", "OptimizableUnitCellBatch"]
__all__ = ["ml_relax", "OptimizableBatch", "OptimizableUnitCellBatch"]

0 comments on commit efcb0af

Please sign in to comment.