add unfold test

This commit is contained in:
2024-12-02 18:27:40 +08:00
parent db1d3befd6
commit 7b4ea3bbf3
10 changed files with 34 additions and 5 deletions

1
test/unfold/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*phonopy.yaml filter=lfs diff=lfs merge=lfs -text

1
test/unfold/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
unfold-output.zpp

12
test/unfold/config.yaml Normal file
View File

@@ -0,0 +1,12 @@
SuperCellMultiplier: [4, 4, 1]
SuperCellDeformation:
- [ 1, 0, 0 ]
- [ 0.5, 1, 0 ]
- [ 0, 0, 1 ]
PrimativeCellBasisNumber: [ 8, 8, 8 ]
PrimativePhonopy: primitive-phonopy.yaml
PrimativeQpoint: primitive-band.hdf5
SuperPhonopy: super-phonopy.yaml
SuperQpoint: super-qpoints.hdf5
OutputFile: unfold-output.zpp

BIN
test/unfold/primitive-band.hdf5 LFS Normal file

Binary file not shown.

Binary file not shown.

BIN
test/unfold/super-phonopy.yaml LFS Normal file

Binary file not shown.

BIN
test/unfold/super-qpoints.hdf5 LFS Normal file

Binary file not shown.