Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jan 2, 2025
2 parents 22220ea + a14ffc3 commit 9ea51ed
Show file tree
Hide file tree
Showing 21 changed files with 8,417 additions and 68 deletions.
5 changes: 5 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# Change Log

## Jan-2-2024: Version 3.11.0

- Release to follow the change of phonopy
- Add `--rd auto` and `--rd-fc2 auto` options

## Dec-26-2024: Version 3.10.2

- `BUILD_WITHOUT_LAPACKE=ON` was made as the default compilation choice.
Expand Down
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = "3.10"
version = "3.11"
# The full version, including alpha/beta/rc tags.
release = "3.10.2"
release = "3.11.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
7,436 changes: 7,436 additions & 0 deletions example/Si-wien2k/FORCES_FC3

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions example/Si-wien2k/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
This is the example of silicon calculation. The Wien2k calculation was made to
obtain forces with 2x2x2 k-point mesh for the supercell, PBE, and the lattice
parameters in Si.struct.

`phono3py_disp.yaml` is generated by

```
% phono3py --wien2k -d --dim 2 2 2 -c Si.struct
```

To create `fc3.hdf5` and `fc2.hdf5`,

```
% phono3py-load
```

Using 11x11x11 sampling mesh, lattice thermal conductivity is calculated by

```
% phono3py-load --mesh 11 11 11 --br --ts 300
```

`kappa-m111111.hdf5` is written as the result. The lattice thermal conductivity
is calculated as 119.1 W/m-K at 300 K. This becomes, with 19x19x19 sampling
mesh, 128.1 W/m-K.

The .scf files for supercells are found in `Si1_structS_scf.tar.xz`. If phono3py
is properly installed, the following command should work.

```
% phono3py --cf3 Si1_structS_scf/Si1.structS-{00001..00111}.scf
```
53 changes: 53 additions & 0 deletions example/Si-wien2k/Si.struct
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Si
P LATTICE,NONEQUIV.ATOMS: 8
MODE OF CALC=RELA unit=ang
10.329744 10.329744 10.329744 90.000000 90.000000 90.000000
ATOM -1: X=0.87500000 Y=0.87500000 Z=0.87500000
MULT= 1 ISPLIT= 8
SiSi1 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 1.0000000 0.0000000 0.0000000
0.0000000 1.0000000 0.0000000
0.0000000 0.0000000 1.0000000
ATOM 2: X=0.87500000 Y=0.37500000 Z=0.37500000
MULT= 1 ISPLIT= 8
SiSi2 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
ATOM 3: X=0.37500000 Y=0.87500000 Z=0.37500000
MULT= 1 ISPLIT= 8
SiSi3 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
ATOM 4: X=0.37500000 Y=0.37500000 Z=0.87500000
MULT= 1 ISPLIT= 8
SiSi4 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
ATOM 5: X=0.12500000 Y=0.12500000 Z=0.12500000
MULT= 1 ISPLIT= 8
SiSi5 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
ATOM 6: X=0.12500000 Y=0.62500000 Z=0.62500000
MULT= 1 ISPLIT= 8
SiSi6 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
ATOM 7: X=0.62500000 Y=0.12500000 Z=0.62500000
MULT= 1 ISPLIT= 8
SiSi7 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
ATOM 8: X=0.62500000 Y=0.62500000 Z=0.12500000
MULT= 1 ISPLIT= 8
SiSi8 NPT= 781 R0=0.00010000 RMT= 2.1100 Z: 14.000
LOCAL ROT MATRIX: 0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0.0000000 0.0000000 0.0000000
0 NUMBER OF SYMMETRY OPERATIONS
Binary file added example/Si-wien2k/Si1_structS_scf.tar.xz
Binary file not shown.
Loading

0 comments on commit 9ea51ed

Please sign in to comment.