Skip to content

Commit aaf15f9

Browse files
authored
Merge pull request #118 from mkphuthi/mkphuthi/adsorption_calc
Add `AdsorptionCalc` Class for Adsorption Energy Calculation
2 parents 038eeea + 0e8d2aa commit aaf15f9

File tree

5 files changed

+636
-4
lines changed

5 files changed

+636
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ module = ["requests.*", "tabulate.*"]
206206
ignore_missing_imports = true
207207

208208
[tool.codespell]
209-
ignore-words-list = "mater,te,nd,Commun"
209+
ignore-words-list = "mater,te,nd,Commun,ontop"
210210
check-filenames = true
211211

212212
[tool.coverage.run]

src/matcalc/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
except PackageNotFoundError:
1010
pass # package not installed
1111

12+
from ._adsorption import AdsorptionCalc
1213
from ._base import ChainedCalc, PropCalc
1314
from ._elasticity import ElasticityCalc
1415
from ._eos import EOSCalc

0 commit comments

Comments
 (0)