Skip to content

Commit

Permalink
Merge branch 'develop' into rc
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Aug 8, 2024
2 parents 7804f2d + 648acea commit 69631b9
Show file tree
Hide file tree
Showing 31 changed files with 439 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ repos:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: ^conda/
- id: check-added-large-files
exclude: ^example/AlN-LDA/

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.6
Expand Down
2 changes: 1 addition & 1 deletion doc/auxiliary-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Let's compute lattice thermal conductivity of Si using the `Si-PBEsol` example
found in the example directory.

```bash
% phono3py --mesh="11 11 11" --sym-fc --br
% phono3py --mesh="11 11 11" --fc-symmetry --br
```

Then using the output file, `kappa-m111111.hdf5`, run `phono3py-kaccum` as
Expand Down
7 changes: 6 additions & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

# Change Log

## Jul-22-2024: Version 3.3.3
## Aug-8-2024: Version 3.3.4

- Fix of command line user interface.
- Fix of phono3py yaml parser.

## Aug-6-2024: Version 3.3.3

- Provide functionality by `--cf3` and `--cf2` command options to create force
constants from displacement-force dataset of random displacements when
Expand Down
Loading

0 comments on commit 69631b9

Please sign in to comment.