Spaces:
Running
Running
remove mlip dependency from app
Browse files
serve/tasks/homonuclear-diatomics.py
CHANGED
@@ -9,7 +9,7 @@ from ase.data import chemical_symbols
|
|
9 |
from plotly.subplots import make_subplots
|
10 |
from scipy.interpolate import CubicSpline
|
11 |
|
12 |
-
from mlip_arena.models.utils import MLIPMap
|
13 |
|
14 |
st.markdown("# Homonuclear diatomics")
|
15 |
|
|
|
9 |
from plotly.subplots import make_subplots
|
10 |
from scipy.interpolate import CubicSpline
|
11 |
|
12 |
+
# from mlip_arena.models.utils import MLIPMap
|
13 |
|
14 |
st.markdown("# Homonuclear diatomics")
|
15 |
|
serve/tasks/stability.py
CHANGED
@@ -10,7 +10,7 @@ from ase.io import read, write
|
|
10 |
from plotly.subplots import make_subplots
|
11 |
from scipy.interpolate import CubicSpline
|
12 |
|
13 |
-
from mlip_arena.models.utils import MLIPMap
|
14 |
|
15 |
st.markdown("# Stability")
|
16 |
|
|
|
10 |
from plotly.subplots import make_subplots
|
11 |
from scipy.interpolate import CubicSpline
|
12 |
|
13 |
+
# from mlip_arena.models.utils import MLIPMap
|
14 |
|
15 |
st.markdown("# Stability")
|
16 |
|