Skip to content

Commit

Permalink
Switch to src layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Oct 16, 2024
1 parent 84ce5e3 commit 72d1e0c
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ version = "0.0.4"
[project.optional-dependencies]
models = ["chgnet>=0.3.8", "mace-torch>=0.3.6", "matgl>=1.0.0", "sevenn>=0.9.3", "maml>=2024.6.13", "dgl<=2.1.0", "torch<=2.2.1"]

[tool.setuptools]
packages = ["matcalc"]
[tool.setuptools.packages.find]
where = ["src"]
include = ["matcalc", "matcalc.*"]

[build-system]
requires = ["oldest-supported-numpy", "setuptools>=58.0.3"]
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion matcalc/qha.py → src/matcalc/qha.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def calc(self, structure: Structure) -> dict:
"thermal_expansion_coefficients": List of volumetric thermal expansion coefficients at corresponding
temperatures (in Kelvin^-1),
"gibbs_free_energies": List of Gibbs free energies at corresponding temperatures (in eV),
"bulk_modulus_P": List of bulk modulus at constant presure at corresponding temperatures (in GPa),
"bulk_modulus_P": List of bulk modulus at constant pressure at corresponding temperatures (in GPa),
"heat_capacity_P": List of heat capacities at constant pressure at corresponding temperatures (in J/K/mol),
"gruneisen_parameters": List of Gruneisen parameters at corresponding temperatures,
}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72d1e0c

Please sign in to comment.