From 52c28c39e7af89bc38fff49e859c7155ec905690 Mon Sep 17 00:00:00 2001 From: Nakib Haider Date: Mon, 8 Apr 2024 13:16:32 +0200 Subject: [PATCH] Implemented phonon kappa accumulation wrt |q|. --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index dd49b48..537bb4f 100644 --- a/README.org +++ b/README.org @@ -257,8 +257,11 @@ For the ~elphbolt~ app, there are 5 Namelists in the ~input.nml~ file: ~allocati | ~el_en_min~ | Real | -10.0 | Lower bound of equidistant electron energy mesh in eV. Only needed for ~runlevel~ 2. | | ~el_en_max~ | Real | 10.0 | Upper bound of equidistant electron energy mesh in eV. Only needed for ~runlevel~ 2. | | ~el_en_num~ | Integer | 100 | Number of equidistant electron energy mesh points. Only needed for ~runlevel~ 2. | + | ~ph_mfp_npts~ | Integer | 100 | Number of equidistant mean-free-path points for cumulative transport coefficients. | + | ~ph_abs_q_npts~ | Integer | 100 | Number of equidistant absolute wave vector points for cumulative transport coefficients. | | ~use_Wannier_ifc2s~ | Logical | .False. | Use 2nd order force constants from the Wannierized data? | + *** ~wannier~ | key | Type | Default | Description |