Skip to content

Commit

Permalink
clearn up unused md; force to use the updated one
Browse files Browse the repository at this point in the history
  • Loading branch information
chiang-yuan committed Oct 21, 2024
1 parent e59afe6 commit dd24ea1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 305 deletions.
2 changes: 1 addition & 1 deletion mlip_arena/tasks/md.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def _callback(dyn: MolecularDynamics = md_runner) -> None:
dyn.set_temperature(temperature_K=t_schedule[step])
if ensemble == "nvt":
return
dyn.set_stress(p_schedule[step] * 1e3 * units.bar)
dyn.set_stress(p_schedule[step])
pbar.update()

md_runner.attach(_callback, interval=1)
Expand Down
3 changes: 0 additions & 3 deletions mlip_arena/tasks/stability/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@

from .run import md as MD

301 changes: 0 additions & 301 deletions mlip_arena/tasks/stability/run.py

This file was deleted.

0 comments on commit dd24ea1

Please sign in to comment.