Skip to content

Commit

Permalink
Merge pull request #1040 from pyiron/elastic
Browse files Browse the repository at this point in the history
Add ElasticTensor
  • Loading branch information
pmrv authored Jun 3, 2024
2 parents f4a6f41 + ca5baf8 commit db282e9
Show file tree
Hide file tree
Showing 5 changed files with 693 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def __init__(self, *args, **kwargs):
"GleMD": "pyiron_contrib.atomistics.ipi.ipi_jobs",
"PigletMD": "pyiron_contrib.atomistics.ipi.ipi_jobs",
"QuasiHarmonicApproximation": "pyiron_contrib.atomistics.atomistics.master.qha",
"ElasticTensor": "pyiron_contrib.atomistics.elastic.elastic",
}
)

Expand Down
Empty file.
Loading

0 comments on commit db282e9

Please sign in to comment.