Skip to content

Commit

Permalink
Add an option for Bussi ensemble
Browse files Browse the repository at this point in the history
Signed-off-by: Tsz Wai Ko <47970742+kenko911@users.noreply.github.com>
  • Loading branch information
kenko911 authored Dec 31, 2024
1 parent 11c28ee commit 648f748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matgl/ext/ase.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def __init__(
state_attr: torch.Tensor | None = None,
stress_weight: float = 1 / 160.21766208,
ensemble: Literal[
"nve", "nvt", "nvt_langevin", "nvt_andersen", "npt", "npt_berendsen", "npt_nose_hoover"
"nve", "nvt", "nvt_langevin", "nvt_andersen", "nvt_bussi", "npt", "npt_berendsen", "npt_nose_hoover"
] = "nvt",
temperature: int = 300,
timestep: float = 1.0,
Expand Down

0 comments on commit 648f748

Please sign in to comment.