We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c7bc4 commit e3ccc7aCopy full SHA for e3ccc7a
janus_core/calculations/md.py
@@ -18,7 +18,7 @@
18
from ase.io import read
19
from ase.md.bussi import Bussi
20
from ase.md.langevin import Langevin
21
-from ase.md.npt import NPT as ASE_NPT
+from ase.md.melchionna import MelchionnaNPT as ASE_NPT # noqa: N814
22
from ase.md.velocitydistribution import (
23
MaxwellBoltzmannDistribution,
24
Stationary,
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
readme = "README.md"
27
28
dependencies = [
29
- "ase<4.0,>=3.25",
+ "ase<4.0,>=3.27",
30
"click<9,>=8.2.1",
31
"codecarbon<4.0.0,>=3.0.7",
32
"numpy<3.0.0,>=1.26.4",
0 commit comments