-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from materialsvirtuallab/eos-and-elasticity-ca…
…lculator-improvements Improvements to EOS and Elasticity calculators
- Loading branch information
Showing
14 changed files
with
208 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ build-backend = "setuptools.build_meta" | |
[project] | ||
name = "matcalc" | ||
authors = [ | ||
|
||
{ name = "Eliott Liu", email = "[email protected]" }, | ||
{ name = "Janosh Riebesell", email = "[email protected]" }, | ||
{ name = "Ji Qi", email = "[email protected]" }, | ||
|
@@ -97,11 +96,11 @@ ignore = [ | |
] | ||
pydocstyle.convention = "google" | ||
isort.required-imports = ["from __future__ import annotations"] | ||
extend-exclude = ["tests"] | ||
|
||
[tool.ruff.per-file-ignores] | ||
"__init__.py" = ["F401"] | ||
"tasks.py" = ["D"] | ||
"tests/*" = ["D"] | ||
|
||
[tool.pytest.ini_options] | ||
addopts = "--durations=30 --quiet -rXs --color=yes -p no:warnings" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ coveralls | |
mypy | ||
ruff | ||
black | ||
matgl==0.9.0 | ||
matgl==0.9.1 | ||
chgnet==0.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
pymatgen==2023.7.20 | ||
pymatgen==2023.11.12 | ||
ase==3.22.1 | ||
joblib==1.3.1 | ||
phonopy==2.20.0 | ||
scikit-learn>=1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.