Skip to content

Commit

Permalink
Generalise orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliottKasoar committed Jan 2, 2025
1 parent ba0f18a commit 061e7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion janus_core/helpers/mlip_calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def choose_calculator(
calculator = SevenNetCalculator(model=model_path, device=device, **kwargs)

elif arch == "orb":
__version__ = "0.3"
from orb_models import __version__
from orb_models.forcefield.calculator import ORBCalculator
from orb_models.forcefield.graph_regressor import GraphRegressor
import orb_models.forcefield.pretrained as orb_ff
Expand Down

0 comments on commit 061e7ed

Please sign in to comment.