Skip to content

Commit c37a6e6

Browse files
authored
Merge pull request #1898 from pyiron/elastic
Add test for elastic constant calculation
2 parents 7191c01 + babe130 commit c37a6e6

File tree

8 files changed

+388
-9
lines changed

8 files changed

+388
-9
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ dependencies:
3232
- pyxtal =1.1.1
3333
- jupyter-book =1.0.0
3434
- sphinx_parser =0.1.5
35-
- hatchling =1.28.0
35+
- hatchling =1.27.0
3636
- hatch-vcs =0.5.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ dependencies:
2828
- structuretoolkit =0.0.38
2929
- sphinx_parser =0.1.5
3030
- pyxtal =1.1.1
31-
- hatchling =1.28.0
31+
- hatchling =1.27.0
3232
- hatch-vcs =0.5.0

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
interval: "daily"
77
open-pull-requests-limit: 10
88
ignore:
9-
- dependency-name: "hachling"
9+
- dependency-name: "hatchling"

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ dependencies:
3636
- sphinxdft-data =0.0.1
3737
- nglview =3.1.2
3838
- seaborn =0.13.2
39-
- hatchling =1.28.0
39+
- hatchling =1.27.0
4040
- hatch-vcs =0.5.0

docs/_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ chapters:
77
sections:
88
- file: first_steps.ipynb
99
- file: energy_volume_curve.ipynb
10+
- file: elastic_constants.ipynb
1011
- file: structures.ipynb
1112
- file: data_mining.ipynb
1213
- file: phonopy_example.ipynb

0 commit comments

Comments
 (0)