Skip to content

Commit

Permalink
Merge branch 'main' into fk_github_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
flokno committed Dec 4, 2024
2 parents 8198e72 + 0e91f45 commit 24ab44d
Show file tree
Hide file tree
Showing 44 changed files with 5,254 additions and 1,706 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ Briefly summarized, the package provides all the tools you need to build accurat

- `phonon_dispersion_relations`: Calculate phonon dispersion relations and related harmonic thermodynamic properties from the second-order force constants.

- `thermal_conductivity`: Compute thermal transport by solving the phonon Boltzmann transport equation with perturbative treatment of third-order anharmonicity.
- `thermal_conductivity`: Compute thermal transport in the mode-coupling formalism including third- and fourth-order anharmonicity.

- `lineshape`: Compute phonon spectral functions including lifetime broadening and shifts for single q-points, q-point meshes, or q-point paths in the Brillouin zone. The grid mode computes _spectral_ thermal transport properties as well.

- `thermal_conductivity_2023`: Compute thermal transport by solving the phonon Boltzmann transport equation with perturbative treatment of third-order anharmonicity. Legacy implementation, the significantly improved program thermal_conductivity should be used!

More details, examples, and theoretical background can be found in the [online documentation](https://tdep-developers.github.io/tdep/program). See [below](#how-to-cite) which references should be cited for which program.

## Tutorials
Expand Down
2 changes: 1 addition & 1 deletion build_things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ atomic_distribution
pack_simulation
refine_structure
thermal_conductivity
thermal_conductivity_2023
anharmonic_free_energy
"

Expand Down Expand Up @@ -213,7 +214,6 @@ cd src/libflap
cd ../../



# go through them and compile
for code in ${listofcodes}
do
Expand Down
Binary file added docs/media/monte_carlo_grid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/program/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@

[`refine_structure`: Clean up input structures with imprecise symmetry.](refine_structure.md)

[`phasespace_surface`: Compute the phonon scattering phase space.](phasespace_surface.md)
[`phasespace_surface`: Compute the phonon scattering phase space.](phasespace_surface.md)

[`thermal_conductivity_2023`: Compute thermal transport by solving the phonon Boltzmann transport equation with perturbative treatment of third-order anharmonicity. Older implementation, the new program should be used.](thermal_conductivity_2023.md)
Loading

0 comments on commit 24ab44d

Please sign in to comment.