diff --git a/.doctrees/command-options.doctree b/.doctrees/command-options.doctree index 795c727e..b74e80b3 100644 Binary files a/.doctrees/command-options.doctree and b/.doctrees/command-options.doctree differ diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 2f8fc9dd..e40afc09 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/_sources/command-options.md b/_sources/command-options.md index 635150fb..b4957714 100644 --- a/_sources/command-options.md +++ b/_sources/command-options.md @@ -86,8 +86,7 @@ These options have no respective configuration file tags. This is used to create `FORCES_FC3` from `phono3py_disp.yaml` and force calculator outputs containing forces in supercells. `phono3py_disp.yaml` has to -be located at the current directory. Calculator interface has to be specified -except for VASP (default) case. +be located at the current directory. ```bash % phono3py --cf3 disp-{00001..00755}/vasprun.xml @@ -97,14 +96,26 @@ except for VASP (default) case. % phono3py --cf3 supercell_out/disp-{00001..00111}/Si.out ``` +````{note} +The calculator interface should be stored in `phono3py_disp.yaml`, so it is not +needed to set it manually. Command-line-options like `--qe` will be ignored. If +the calculator interface is missing from `phono3py_disp.yaml` but needed, please +update the `phono3py` section in the file as follows: + +```yaml +phono3py: + calculator: qe +``` +```` + (cf3_file_option)= ### `--cf3-file` (command option only) This is used to create `FORCES_FC3` from a text file containing a list of calculator output file names. `phono3py_disp.yaml` has to be located at the -current directory. Calculator interface has to be specified except for VASP -(default) case. +current directory. The calculator interface is unnecessary to specify, see the +note at {ref}`--cf3 `. ```bash % phono3py --cf3-file file_list.dat @@ -130,8 +141,9 @@ together with `--cutoff-pair` option. This is used to create `FORCES_FC2` similarly to `--cf3` option. `phono3py_disp.yaml` has to be located at the current directory. This is -optional. Calculator interface has to be specified except for VASP (default) -case. `FORCES_FC2` is necessary to run with `--dim-fc2` option. +optional. `FORCES_FC2` is necessary to run with `--dim-fc2` option. The +calculator interface is unnecessary to specify, see the note at {ref}`--cf3 +`. ```bash % phono3py --cf2 disp_fc2-{00001..00002}/vasprun.xml @@ -142,8 +154,8 @@ case. `FORCES_FC2` is necessary to run with `--dim-fc2` option. ### `--cfz` (command option only) This is used to create `FORCES_FC3` and `FORCES_FC2` subtracting residual forces -combined with `--cf3` and `--cf2`, respectively. Calculator interface has to be -specified except for VASP (default) case. +combined with `--cf3` and `--cf2`, respectively. The calculator interface is +unnecessary to specify, see the note at {ref}`--cf3 `. In the following example, it is supposed that `disp3-00000/vasprun.xml` and `disp2-00000/vasprun.xml` contain the forces of the perfect supercells. In ideal @@ -204,7 +216,6 @@ When using with `--cf2`, `--cf3` has to be specified simultaneously as below, % phono3py --cf3 disp-{00001..00755}/vasprun.xml --cf2 disp_fc2-{00001..00002}/vasprun.xml --sp ``` - ## Supercell, primitive cell, masses, magnetic moments (dim_option)= @@ -299,6 +310,7 @@ web page](https://phonopy.github.io/phonopy/setting-tags.html#magmom). ## Displacement creation (create_displacements_option)= + ### `-d` (`CREATE_DISPLACEMENTS = .TRUE.`) **`phono3py-load` doesn't have this option.** @@ -317,6 +329,7 @@ information about primitive cell (`primitive_matrix` key) in ``` (random_displacements_option)= + ### `--rd` (`RANDOM_DISPLACEMENTS`), `--rd-fc2` (`RANDOM_DISPLACEMENTS_FC2`) and `--random-seed` (`RANDOM_SEED`) **`phono3py-load` doesn't have this option.** @@ -336,6 +349,7 @@ and/or `--rd-fc2`, ``` (amplitude_option)= + ### `--amplitude` (`DISPLACEMENT_DISTANCE`) **`phono3py-load` doesn't have this option.** @@ -348,6 +362,7 @@ The default value depends on calculator. See {ref}`default_displacement_distance_for_calculator`. (fc_calculator_option)= + ### `--fc-calc`, `--fc-calculator` (`FC_CALCULATOR`) Choice of force constants calculator. @@ -357,14 +372,17 @@ Choice of force constants calculator. ``` To use different force constants calculators for fc2 and fc3 + ```bash % phono3py-load --fc-calc "symfc|" ... ``` + Those for fc2 and fc3 are seprated by `|` such as `symfc|` . Blank means to employ the finite difference method for systematic displacements generated by the option `-d`. (fc_calculator_options_option)= + ### `--fc-calc-opt`, `--fc-calculator-options` (`FC_CALCULATOR_OPTIONS`) Special options for force constants calculators. @@ -608,9 +626,9 @@ $$ \bigl|\Phi_{-\lambda\lambda'\lambda''}\bigl|^2 \left\{(n_{\lambda'}+ n_{\lambda''}+1) \delta(\omega-\omega_{\lambda'}-\omega_{\lambda''}) \right. - + (n_{\lambda'}-n_{\lambda''}) + * (n_{\lambda'}-n_{\lambda''}) \left[\delta(\omega+\omega_{\lambda'}-\omega_{\lambda''}) -+ \left. \delta(\omega-\omega_{\lambda'}+\omega_{\lambda''}) +* \left. \delta(\omega-\omega_{\lambda'}+\omega_{\lambda''}) \right]\right\}. $$ @@ -840,7 +858,7 @@ $$ \bigl|\Phi_{-\lambda\lambda_1\lambda_2}\bigl|^2 (n_{\lambda_1}-n_{\lambda_2}) \left[\delta(\omega+\omega_{\lambda_1}-\omega_{\lambda_2}) - + \delta(\omega-\omega_{\lambda_1}+\omega_{\lambda_2}) + * \delta(\omega-\omega_{\lambda_1}+\omega_{\lambda_2}) \right] \end{align*} $$ @@ -854,7 +872,7 @@ $$ \bigl|\Phi_{-\lambda\lambda_1\lambda_2}\bigl|^2 (n_{\lambda_1}+ n_{\lambda_2}+1) \left[ \delta(\omega-\omega_{\lambda_1}-\omega_{\lambda_2}) - + \delta(\omega + \omega_{\lambda_1} + \omega_{\lambda_2}) \right] + * \delta(\omega + \omega_{\lambda_1} + \omega_{\lambda_2}) \right] \end{align*}, $$ @@ -922,11 +940,11 @@ $$ \bigl|\Phi_{-\lambda\lambda_1\lambda_2}\bigl|^2 & \left\{(n_{\lambda_1}+ n_{\lambda_2}+1) \left[ \delta(\omega-\omega_{\lambda_1}-\omega_{\lambda_2}) - + \delta(\omega+\omega_{\lambda_1}+\omega_{\lambda_2}) \right] \right. + * \delta(\omega+\omega_{\lambda_1}+\omega_{\lambda_2}) \right] \right. \\ & + (n_{\lambda_1}-n_{\lambda_2}) \left[\delta(\omega+\omega_{\lambda_1}-\omega_{\lambda_2}) - + \left. \delta(\omega-\omega_{\lambda_1}+\omega_{\lambda_2}) + * \left. \delta(\omega-\omega_{\lambda_1}+\omega_{\lambda_2}) \right]\right\}, \end{align*} $$ @@ -941,14 +959,14 @@ $$ \left\{ \left[ \frac{(n_{\lambda_1}+ n_{\lambda_2}+1)}{ (\omega-\omega_{\lambda_1}-\omega_{\lambda_2})_\mathrm{p}} - + \frac{(n_{\lambda_1}+ n_{\lambda_2}+1)}{ + * \frac{(n_{\lambda_1}+ n_{\lambda_2}+1)}{ (\omega+\omega_{\lambda_1}+\omega_{\lambda_2})_\mathrm{p}} \right] \right. \\ & + \left[ \frac{(n_{\lambda_1}-n_{\lambda_2})}{(\omega + \omega_{\lambda_1} - \omega_{\lambda_2})_\mathrm{p}} - + \left. \frac{(n_{\lambda_1}-n_{\lambda_2})}{(\omega - + * \left. \frac{(n_{\lambda_1}-n_{\lambda_2})}{(\omega - \omega_{\lambda_1} + \omega_{\lambda_2})_\mathrm{p}} \right]\right\}, \end{align*} @@ -1012,7 +1030,7 @@ A_\lambda(\omega) = \frac{1}{\pi} \frac{4\Omega^2_\lambda \Gamma_\lambda(\omega)} {\left[\omega^2 - \Omega^2_\lambda - 2\Omega_\lambda \Delta_\lambda(\omega) \right]^2 - + \left[ 2\Omega_\lambda + * \left[ 2\Omega_\lambda \Gamma_\lambda(\omega) \right]^2}, $$ @@ -1348,12 +1366,12 @@ Using this option, output file names are slightly modified. For example, with This rule is applied to -+ `fc3.hdf5` -+ `fc2.hdf5` -+ `kappa-xxx.hdf5` -+ `phonon-xxx.hdf5` -+ `pp-xxx.hdf5` -+ `gamma_detail-xxx.hdf5` (write only) +* `fc3.hdf5` +* `fc2.hdf5` +* `kappa-xxx.hdf5` +* `phonon-xxx.hdf5` +* `pp-xxx.hdf5` +* `gamma_detail-xxx.hdf5` (write only) (input_filename_option)= @@ -1367,11 +1385,11 @@ specifying `-i iso --fc3`, a file name `fc3.iso.hdf5` is read instead of This rule is applied to -+ `fc3.hdf5` -+ `fc2.hdf5` -+ `kappa-xxx.hdf5` -+ `phonon-xxx.hdf5` -+ `pp-xxx.hdf5` +* `fc3.hdf5` +* `fc2.hdf5` +* `kappa-xxx.hdf5` +* `phonon-xxx.hdf5` +* `pp-xxx.hdf5` ### `--io` (command option only) diff --git a/command-options.html b/command-options.html index 9163a158..420b4f98 100644 --- a/command-options.html +++ b/command-options.html @@ -532,21 +532,31 @@

Utilities to create default input files

--cf3 (command option only)#

This is used to create FORCES_FC3 from phono3py_disp.yaml and force calculator outputs containing forces in supercells. phono3py_disp.yaml has to -be located at the current directory. Calculator interface has to be specified -except for VASP (default) case.

+be located at the current directory.

% phono3py --cf3 disp-{00001..00755}/vasprun.xml
 
% phono3py --cf3 supercell_out/disp-{00001..00111}/Si.out
 
+
+

Note

+

The calculator interface should be stored in phono3py_disp.yaml, so it is not +needed to set it manually. Command-line-options like --qe will be ignored. If +the calculator interface is missing from phono3py_disp.yaml but needed, please +update the phono3py section in the file as follows:

+
phono3py:
+  calculator: qe
+
+
+

--cf3-file (command option only)#

This is used to create FORCES_FC3 from a text file containing a list of calculator output file names. phono3py_disp.yaml has to be located at the -current directory. Calculator interface has to be specified except for VASP -(default) case.

+current directory. The calculator interface is unnecessary to specify, see the +note at –cf3.

% phono3py --cf3-file file_list.dat
 
@@ -566,8 +576,8 @@

Utilities to create default input files

--cf2 (command option only)#

This is used to create FORCES_FC2 similarly to --cf3 option. phono3py_disp.yaml has to be located at the current directory. This is -optional. Calculator interface has to be specified except for VASP (default) -case. FORCES_FC2 is necessary to run with --dim-fc2 option.

+optional. FORCES_FC2 is necessary to run with --dim-fc2 option. The +calculator interface is unnecessary to specify, see the note at –cf3.

% phono3py --cf2 disp_fc2-{00001..00002}/vasprun.xml
 
@@ -575,8 +585,8 @@

Utilities to create default input files

--cfz (command option only)#

This is used to create FORCES_FC3 and FORCES_FC2 subtracting residual forces -combined with --cf3 and --cf2, respectively. Calculator interface has to be -specified except for VASP (default) case.

+combined with --cf3 and --cf2, respectively. The calculator interface is +unnecessary to specify, see the note at –cf3.

In the following example, it is supposed that disp3-00000/vasprun.xml and disp2-00000/vasprun.xml contain the forces of the perfect supercells. In ideal case, these forces are zero, but often they are not. Here, this is called @@ -956,9 +966,9 @@

Brillouin zone integration--scattering-ev \bigl|\Phi_{-\lambda\lambda_1\lambda_2}\bigl|^2 (n_{\lambda_1}-n_{\lambda_2}) \left[\delta(\omega+\omega_{\lambda_1}-\omega_{\lambda_2}) - + \delta(\omega-\omega_{\lambda_1}+\omega_{\lambda_2}) + * \delta(\omega-\omega_{\lambda_1}+\omega_{\lambda_2}) \right] \end{align*} \] @@ -1173,7 +1183,7 @@

--scattering-ev \bigl|\Phi_{-\lambda\lambda_1\lambda_2}\bigl|^2 (n_{\lambda_1}+ n_{\lambda_2}+1) \left[ \delta(\omega-\omega_{\lambda_1}-\omega_{\lambda_2}) - + \delta(\omega + \omega_{\lambda_1} + \omega_{\lambda_2}) \right] + * \delta(\omega + \omega_{\lambda_1} + \omega_{\lambda_2}) \right] \end{align*}, \]

respectively, and

@@ -1234,11 +1244,11 @@

--q-direction @@ -1252,14 +1262,14 @@

--q-direction--q-direction

where \(A_\lambda(\omega)\) is defined to be normalized as

diff --git a/searchindex.js b/searchindex.js index 92557a96..60d86d6d 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"--alm": [[4, "alm"]], "--amplitude (DISPLACEMENT_DISTANCE)": [[4, "amplitude-displacement-distance"]], "--ave-pp (USE_AVE_PP = .TRUE.)": [[4, "ave-pp-use-ave-pp-true"]], "--average": [[1, "average"]], "--bi (BAND_INDICES)": [[4, "bi-band-indices"]], "--boundary-mfp, --bmfp (BOUNDARY_MFP)": [[4, "boundary-mfp-bmfp-boundary-mfp"]], "--br (BTERTA = .TRUE.)": [[4, "br-bterta-true"]], "--cf2 (command option only)": [[4, "cf2-command-option-only"]], "--cf3 (command option only)": [[4, "cf3-command-option-only"]], "--cf3-file (command option only)": [[4, "cf3-file-command-option-only"]], "--cfc or --compact-fc (COMPACT_FC = .TRUE.)": [[4, "cfc-or-compact-fc-compact-fc-true"]], "--cfs or --create-force-sets (command option only)": [[4, "cfs-or-create-force-sets-command-option-only"]], "--cfz (command option only)": [[4, "cfz-command-option-only"]], "--cmap": [[1, "cmap"]], "--const-ave-pp (CONST_AVE_PP = .TRUE.)": [[4, "const-ave-pp-const-ave-pp-true"]], "--crystal (CALCULATOR = CRYSTAL)": [[4, "crystal-calculator-crystal"]], "--cutoff, --fmax": [[1, "cutoff-fmax"]], "--cutoff-fc3 or --cutoff-fc3-distance (CUTOFF_FC3_DISTANCE)": [[4, "cutoff-fc3-or-cutoff-fc3-distance-cutoff-fc3-distance"]], "--cutoff-pair or --cutoff-pair-distance (CUTOFF_PAIR_DISTANCE)": [[4, "cutoff-pair-or-cutoff-pair-distance-cutoff-pair-distance"]], "--cv": [[1, "cv"]], "--dim (DIM)": [[4, "dim-dim"]], "--dim-fc2 (DIM_FC2)": [[4, "dim-fc2-dim-fc2"]], "--dos": [[1, "dos"]], "--dr, --density-ratio": [[1, "dr-density-ratio"]], "--fc-calc, --fc-calculator (FC_CALCULATOR)": [[4, "fc-calc-fc-calculator-fc-calculator"]], "--fc-calc-opt, --fc-calculator-options (FC_CALCULATOR_OPTIONS)": [[4, "fc-calc-opt-fc-calculator-options-fc-calculator-options"]], "--fc-symmetry (FC_SYMMETRY = .TRUE.)": [[4, "fc-symmetry-fc-symmetry-true"]], "--fc2 (READ_FC2 = .TRUE.)": [[4, "fc2-read-fc2-true"]], "--fc3 (READ_FC3 = .TRUE.)": [[4, "fc3-read-fc3-true"]], "--fs2f2 or --force-sets-to-forces-fc2 (command option only)": [[4, "fs2f2-or-force-sets-to-forces-fc2-command-option-only"]], "--full-pp (FULL_PP = .TRUE.)": [[4, "full-pp-full-pp-true"]], "--ga (GRID_ADDRESSES)": [[4, "ga-grid-addresses"]], "--gamma": [[1, "gamma"]], "--gp (GRID_POINTS)": [[4, "gp-grid-points"]], "--gruneisen (GRUNEISEN = .TRUE.)": [[4, "gruneisen-gruneisen-true"]], "--gv": [[1, "gv"]], "--gv-norm": [[1, "gv-norm"]], "--hdf5-compression (command option only)": [[4, "hdf5-compression-command-option-only"]], "--io (command option only)": [[4, "io-command-option-only"]], "--ise (IMAG_SELF_ENERGY = .TRUE.)": [[4, "ise-imag-self-energy-true"]], "--isotope (ISOTOPE =.TRUE.)": [[4, "isotope-isotope-true"]], "--jdos (JOINT_DOS = .TRUE.)": [[4, "jdos-joint-dos-true"]], "--lbte (LBTE = .TRUE.)": [[4, "lbte-lbte-true"]], "--magmom (MAGMOM)": [[4, "magmom-magmom"]], "--mass (MASS)": [[4, "mass-mass"]], "--mass-variances or --mv (MASS_VARIANCES)": [[4, "mass-variances-or-mv-mass-variances"]], "--mesh (MESH or MESH_NUMBERS)": [[4, "mesh-mesh-or-mesh-numbers"]], "--mfp": [[1, "mfp"]], "--nac (NAC = .TRUE.)": [[4, "nac-nac-true"]], "--nbins": [[1, "nbins"]], "--nsp": [[1, "nsp"]], "--nu (N_U = .TRUE.)": [[4, "nu-n-u-true"]], "--num-freq-points, --freq-pitch (NUM_FREQUENCY_POINTS)": [[4, "num-freq-points-freq-pitch-num-frequency-points"]], "--pa, --primitive-axes (PRIMITIVE_AXES)": [[4, "pa-primitive-axes-primitive-axes"]], "--pqj": [[1, "pqj"]], "--q-direction (Q_DIRECTION)": [[4, "q-direction-q-direction"]], "--qe (CALCULATOR = QE)": [[4, "qe-calculator-qe"]], "--rd (RANDOM_DISPLACEMENTS), --rd-fc2 (RANDOM_DISPLACEMENTS_FC2) and --random-seed (RANDOM_SEED)": [[4, "rd-random-displacements-rd-fc2-random-displacements-fc2-and-random-seed-random-seed"]], "--read-gamma (READ_GAMMA = .TRUE.)": [[4, "read-gamma-read-gamma-true"]], "--read-phonon (READ_PHONON = .TRUE.)": [[4, "read-phonon-read-phonon-true"]], "--rse (REAL_SELF_ENERGY = .TRUE.)": [[4, "rse-real-self-energy-true"]], "--scattering-event-class (SCATTERING_EVENT_CLASS)": [[4, "scattering-event-class-scattering-event-class"]], "--sigma (SIGMA)": [[4, "sigma-sigma"]], "--sigma-cutoff (SIGMA_CUTOFF_WIDTH)": [[4, "sigma-cutoff-sigma-cutoff-width"]], "--sp or --save-params": [[4, "sp-or-save-params"]], "--spf (SPECTRAL_FUNCTION = .TRUE.)": [[4, "spf-spectral-function-true"]], "--stp (command option only)": [[4, "stp-command-option-only"]], "--symfc and --alm": [[4, "symfc-and-alm"]], "--tau": [[1, "tau"]], "--temperature": [[1, "temperature"], [1, "id2"]], "--thm (TETRAHEDRON = .TRUE.)": [[4, "thm-tetrahedron-true"]], "--tmax, --tmin, --tstep (TMAX, TMIN, TSTEP)": [[4, "tmax-tmin-tstep-tmax-tmin-tstep"]], "--trace": [[1, "trace"]], "--ts (TEMPERATURES): Temperatures": [[4, "ts-temperatures-temperatures"]], "--turbomole (CALCULATOR = TURBOMOLE)": [[4, "turbomole-calculator-turbomole"]], "--wgp (command option only)": [[4, "wgp-command-option-only"]], "--wigner": [[4, "wigner"]], "--write-gamma (WRITE_GAMMA = .TRUE.)": [[4, "write-gamma-write-gamma-true"]], "--write-gamma-detail (WRITE_GAMMA_DETAIL = .TRUE.)": [[4, "write-gamma-detail-write-gamma-detail-true"]], "--write-phonon (WRITE_PHONON = .TRUE.)": [[4, "write-phonon-write-phonon-true"]], "--write-pp (WRITE_PP = .TRUE.) and --read-pp (READ_PP = .TRUE.)": [[4, "write-pp-write-pp-true-and-read-pp-read-pp-true"]], "--xmax and --ymax": [[1, "xmax-and-ymax"]], "--zmax": [[1, "zmax"]], "-c (CELL_FILENAME)": [[4, "c-cell-filename"]], "-d (CREATE_DISPLACEMENTS = .TRUE.)": [[4, "d-create-displacements-true"]], "-i (command option only)": [[4, "i-command-option-only"]], "-o (command option only)": [[4, "o-command-option-only"]], "3x3 integer matrix (experimental)": [[15, "x3-integer-matrix-experimental"]], "A convenient script": [[25, "a-convenient-script"]], "A practical way to check lattice thermal conductivity result": [[20, "a-practical-way-to-check-lattice-thermal-conductivity-result"]], "A script extract supercell IDs from phono3py_disp.yaml": [[6, "a-script-extract-supercell-ids-from-phono3py-disp-yaml"]], "Acknowledgements": [[11, "acknowledgements"]], "AlN-LDA": [[6, "aln-lda"]], "Apr-16-2016: version 1.10.7": [[2, "apr-16-2016-version-1-10-7"]], "Apr-18-2019: Version 1.17.0": [[2, "apr-18-2019-version-1-17-0"]], "Apr-19-2024: Version 3.0.0": [[2, "apr-19-2024-version-3-0-0"]], "Apr-20-2024: Version 3.0.1": [[2, "apr-20-2024-version-3-0-1"]], "Apr-21-2024: Version 3.0.2": [[2, "apr-21-2024-version-3-0-2"]], "Apr-24-2016: version 1.10.9": [[2, "apr-24-2016-version-1-10-9"]], "Apr-3-2023: Version 2.6.0": [[2, "apr-3-2023-version-2-6-0"]], "Apr-9-2022: Version 2.3.0": [[2, "apr-9-2022-version-2-3-0"]], "Aug-12-2015: version 0.9.12": [[2, "aug-12-2015-version-0-9-12"]], "Aug-23-2024: Version 3.4": [[2, "aug-23-2024-version-3-4"]], "Aug-6-2024: Version 3.3.3": [[2, "aug-6-2024-version-3-3-3"]], "Aug-8-2024: Version 3.3.4": [[2, "aug-8-2024-version-3-3-4"]], "Auxiliary tools": [[1, null]], "Averaged phonon-phonon interaction strength": [[19, "averaged-phonon-phonon-interaction-strength"]], "Brillouin zone integration": [[4, "brillouin-zone-integration"]], "Brillouin zone summation": [[20, "brillouin-zone-summation"]], "Build with automatic search of library configurations by cmake": [[13, "build-with-automatic-search-of-library-configurations-by-cmake"]], "CRYSTAL & phono3py calculation": [[5, null]], "Calculation of force constants": [[18, "calculation-of-force-constants"]], "Calculator interface": [[4, "calculator-interface"]], "Calculator specific behaviors": [[14, "calculator-specific-behaviors"]], "Change Log": [[2, null]], "Changes in version 0.6.0": [[2, "changes-in-version-0-6-0"]], "Changes in version 0.7.1": [[2, "changes-in-version-0-7-1"]], "Changes in version 0.7.2": [[2, "changes-in-version-0-7-2"]], "Changes in version 0.7.6": [[2, "changes-in-version-0-7-6"]], "Changes in version 0.8.0": [[2, "changes-in-version-0-8-0"]], "Changes in version 0.8.10": [[2, "changes-in-version-0-8-10"]], "Changes in version 0.8.11": [[2, "changes-in-version-0-8-11"]], "Changes in version 0.8.2": [[2, "changes-in-version-0-8-2"]], "Changes in version 0.9.4": [[2, "changes-in-version-0-9-4"]], "Changes in version 0.9.5": [[2, "changes-in-version-0-9-5"]], "Changes in version 0.9.6": [[2, "changes-in-version-0-9-6"]], "Changes in version 0.9.7": [[2, "changes-in-version-0-9-7"]], "Citation of direct solution of LBTE (--lbte)": [[3, "citation-of-direct-solution-of-lbte-lbte"]], "Citation of phono3py": [[3, "citation-of-phono3py"]], "Citation of solution of the Wigner transport equation (--wigner)": [[3, "citation-of-solution-of-the-wigner-transport-equation-wigner"]], "Command options / Setting tags": [[4, null]], "Computational cost": [[23, "computational-cost"]], "Contributors": [[11, "contributors"]], "Create FORCES_FC3 and FORCES_FC2": [[18, "create-forces-fc3-and-forces-fc2"]], "Create phono3py_params.yaml": [[18, "create-phono3py-params-yaml"]], "Creating supercells with displacements": [[6, "creating-supercells-with-displacements"]], "Crystal structure": [[15, "crystal-structure"]], "Cutoff pair-distance for fc3 calculation": [[18, "cutoff-pair-distance-for-fc3-calculation"]], "Cutoff parameter of pseudo inversion": [[7, "cutoff-parameter-of-pseudo-inversion"]], "Cutoff-pair displacements": [[19, "cutoff-pair-displacements"]], "Dec-14-2016: version 1.11.7": [[2, "dec-14-2016-version-1-11-7"]], "Dec-22-2019: Version 1.18.2": [[2, "dec-22-2019-version-1-18-2"]], "Dec-25-2023: Version 2.9.0": [[2, "dec-25-2023-version-2-9-0"]], "Dec-26-2023: Version 2.9.1": [[2, "dec-26-2023-version-2-9-1"]], "Dec-29-2022: Version 2.5.0": [[2, "dec-29-2022-version-2-5-0"]], "Dec-31-2022: Version 2.5.1": [[2, "dec-31-2022-version-2-5-1"]], "Dec-4-2023: Version 2.8.0": [[2, "dec-4-2023-version-2-8-0"]], "Default displacement distance created": [[14, "default-displacement-distance-created"]], "Default unit cell file name": [[14, "default-unit-cell-file-name"]], "Details of kappa-*.hdf5 file": [[10, "details-of-kappa-hdf5-file"]], "Diagonalization solver interfaces": [[7, "diagonalization-solver-interfaces"]], "Direct solution of linearized phonon Boltzmann equation": [[7, null]], "Displacement creation": [[4, "displacement-creation"]], "Displacement dataset generation": [[15, "displacement-dataset-generation"]], "Displacement distance of atoms": [[20, "displacement-distance-of-atoms"]], "Distribution of collision matrix": [[7, "distribution-of-collision-matrix"]], "Distribution of phonon-phonon interaction strengths": [[7, "distribution-of-phonon-phonon-interaction-strengths"]], "Documentation": [[11, "documentation"]], "Examples": [[8, null]], "External tools": [[9, null]], "FORCES_FC2": [[12, "forces-fc2"]], "FORCES_FC3": [[12, "forces-fc3"]], "Feb-1-2018: version 1.12.7": [[2, "feb-1-2018-version-1-12-7"]], "Feb-14-2022: Version 2.2.0": [[2, "feb-14-2022-version-2-2-0"]], "Feb-2-2024: Version 2.9.2": [[2, "feb-2-2024-version-2-9-2"]], "Feb-21-2021: Version 1.22.1": [[2, "feb-21-2021-version-1-22-1"]], "Feb-21-2021: Version 1.22.2": [[2, "feb-21-2021-version-1-22-2"]], "Feb-9-2017: version 1.11.9": [[2, "feb-9-2017-version-1-11-9"]], "File I/O": [[4, "file-i-o"]], "File format compatibility with phonopy": [[20, "file-format-compatibility-with-phonopy"]], "Force constants": [[4, "force-constants"]], "Force constants calculation": [[15, "force-constants-calculation"]], "Force constants calculation with cutoff pair-distance": [[6, null]], "Force constants calculation with randan displacements of atoms": [[18, null]], "General options": [[1, "general-options"]], "Generation of random directional displacements": [[18, "generation-of-random-directional-displacements"]], "HDF5 files": [[12, "hdf5-files"]], "How to cite phono3py": [[3, null]], "How to compile": [[0, "how-to-compile"]], "How to do it": [[25, "how-to-do-it"]], "How to know grid point index number corresponding to grid address": [[10, "how-to-know-grid-point-index-number-corresponding-to-grid-address"]], "How to publish": [[0, "how-to-publish"]], "How to read the results stored in hdf5 files": [[10, null]], "How to use": [[7, "how-to-use"], [23, "how-to-use"]], "How to use HDF5 python library": [[10, "how-to-use-hdf5-python-library"]], "How to use phono3py-kaccum": [[1, "how-to-use-phono3py-kaccum"]], "How to write phono3py documentation": [[0, null]], "Imaginary and real parts of self energy": [[4, "imaginary-and-real-parts-of-self-energy"]], "Importance of numerical quality of force constants": [[20, "importance-of-numerical-quality-of-force-constants"]], "Input / Output files": [[12, null]], "Input cell file name": [[4, "input-cell-file-name"]], "Installation": [[13, null]], "Installation from source code": [[13, "installation-from-source-code"]], "Installation instruction of latest development version of phono3py": [[13, "installation-instruction-of-latest-development-version-of-phono3py"]], "Installation of LAPACKE": [[13, "installation-of-lapacke"]], "Installation using conda": [[13, "installation-using-conda"]], "Interfaces to calculators": [[14, null]], "Intermediate text files": [[12, "intermediate-text-files"]], "Jan-29-2021: Version 1.22.0": [[2, "jan-29-2021-version-1-22-0"]], "Joint density of states (JDOS) and weighted-JDOS": [[4, "joint-density-of-states-jdos-and-weighted-jdos"]], "Jul-22-2021: Version 2.0.0": [[2, "jul-22-2021-version-2-0-0"]], "Jul-22-2024: Version 3.3.2": [[2, "jul-22-2024-version-3-3-2"]], "Jul-3-2023: Version 2.7.0": [[2, "jul-3-2023-version-2-7-0"]], "Jul-8-2024: Version 3.3.0": [[2, "jul-8-2024-version-3-3-0"]], "Jul-8-2024: Version 3.3.1": [[2, "jul-8-2024-version-3-3-1"]], "Jun-17-2015: version 0.9.10": [[2, "jun-17-2015-version-0-9-10"]], "Jun-18-2015: version 0.9.10.1": [[2, "jun-18-2015-version-0-9-10-1"]], "Jun-18-2017: version 1.11.13": [[2, "jun-18-2017-version-1-11-13"]], "Jun-19-2024: Version 3.1.2": [[2, "jun-19-2024-version-3-1-2"]], "Jun-29-2024: Version 3.2.0": [[2, "jun-29-2024-version-3-2-0"]], "Jun-7-2024: Version 3.0.4": [[2, "jun-7-2024-version-3-0-4"]], "Jun-7-2024: Version 3.1.0": [[2, "jun-7-2024-version-3-1-0"]], "Jun-7-2024: Version 3.1.1": [[2, "jun-7-2024-version-3-1-1"]], "June-20-2018: version 1.13.3": [[2, "june-20-2018-version-1-13-3"]], "Kinetic Collective Model": [[9, "kinetic-collective-model"]], "Lattice thermal conductivity calculation": [[15, "lattice-thermal-conductivity-calculation"]], "License": [[11, "license"]], "Mailing list": [[11, "mailing-list"]], "Making FORCES_FC3": [[6, "making-forces-fc3"]], "Mar-15-2016: version 1.10.5": [[2, "mar-15-2016-version-1-10-5"]], "Mar-16-2018: version 1.12.9": [[2, "mar-16-2018-version-1-12-9"]], "Mar-17-2021: Version 1.22.3": [[2, "mar-17-2021-version-1-22-3"]], "Mar-2-2020: Version 1.19.0": [[2, "mar-2-2020-version-1-19-0"]], "Mar-20-2024: Version 2.10.0": [[2, "mar-20-2024-version-2-10-0"]], "Mar-24-2019: Version 1.16.0": [[2, "mar-24-2019-version-1-16-0"]], "Mar-3-2020: Version 1.19.1": [[2, "mar-3-2020-version-1-19-1"]], "Mar-3-2020: Version 1.20.0": [[2, "mar-3-2020-version-1-20-0"]], "Mar-31-2017: version 1.11.11": [[2, "mar-31-2017-version-1-11-11"]], "May-17-2018: version 1.13.1": [[2, "may-17-2018-version-1-13-1"]], "May-28-2022: Version 2.3.2": [[2, "may-28-2022-version-2-3-2"]], "May-4-2024: Version 3.0.3": [[2, "may-4-2024-version-3-0-3"]], "May-7-2022: Version 2.3.1": [[2, "may-7-2022-version-2-3-1"]], "Memory usage": [[7, "memory-usage"]], "Methods to solve phonon Boltzmann equation and Wigner formulation": [[4, "methods-to-solve-phonon-boltzmann-equation-and-wigner-formulation"]], "Mode-Gruneisen parameter from 3rd order force constants": [[4, "mode-gruneisen-parameter-from-3rd-order-force-constants"]], "Multithreading and its controlling by C macro": [[13, "multithreading-and-its-controlling-by-c-macro"]], "Netlib LAPACKE provided by Ubuntu package manager (with single-thread BLAS)": [[13, "netlib-lapacke-provided-by-ubuntu-package-manager-with-single-thread-blas"]], "Non-analytical term correction": [[4, "non-analytical-term-correction"]], "Non-analytical term correction parameters": [[15, "non-analytical-term-correction-parameters"]], "Nov-17-2017: version 1.12.3": [[2, "nov-17-2017-version-1-12-3"]], "Nov-22-2017: version 1.12.5": [[2, "nov-22-2017-version-1-12-5"]], "Nov-22-2018: version 1.14.3": [[2, "nov-22-2018-version-1-14-3"]], "Nov-27-2016: version 1.11.5": [[2, "nov-27-2016-version-1-11-5"]], "Nov-3-2021: Version 2.1.0": [[2, "nov-3-2021-version-2-1-0"]], "Oct-10-2015: version 0.9.14": [[2, "oct-10-2015-version-0-9-14"]], "Oct-17-2019: Version 1.18.1": [[2, "oct-17-2019-version-1-18-1"]], "Oct-5-2022: Version 2.4.0": [[2, "oct-5-2022-version-2-4-0"]], "Oct-6-2022: Version 2.4.1": [[2, "oct-6-2022-version-2-4-1"]], "Oct-9-2019: Version 1.18.0": [[2, "oct-9-2019-version-1-18-0"]], "One value": [[15, "one-value"]], "OpenBLAS or MKL linked scipy and numpy": [[7, "openblas-or-mkl-linked-scipy-and-numpy"]], "OpenBLAS or MKL via LAPACKE": [[7, "openblas-or-mkl-via-lapacke"]], "OpenBLAS provided by conda": [[13, "openblas-provided-by-conda"]], "OpenMP library of gcc": [[13, "openmp-library-of-gcc"]], "Options": [[1, "options"]], "Options for scalar properties": [[1, "options-for-scalar-properties"]], "Options for symfc": [[4, "options-for-symfc"]], "Options for tensor properties": [[1, "options-for-tensor-properties"]], "Phono3py API": [[15, null]], "Phono3py class": [[15, "phono3py-class"]], "Phono3py-Power-Tools": [[9, "phono3py-power-tools"]], "Phonon-phonon interaction calculation": [[15, "phonon-phonon-interaction-calculation"]], "Physical unit": [[14, "physical-unit"]], "Quantum ESPRESSO (pw) & phono3py calculation": [[17, null]], "Reciprocal space sampling mesh and grid points, and band indices": [[4, "reciprocal-space-sampling-mesh-and-grid-points-and-band-indices"]], "References": [[19, null]], "Regular grid for q-point sampling": [[15, "regular-grid-for-q-point-sampling"]], "Related command options": [[18, "related-command-options"]], "Reviews": [[19, "reviews"]], "Running phonon-phonon interaction calculation": [[6, "running-phonon-phonon-interaction-calculation"]], "Sampling frequency for distribution functions": [[4, "sampling-frequency-for-distribution-functions"]], "Scattering": [[4, "scattering"]], "Self-energy, spectral function, joint-density of states": [[19, "self-energy-spectral-function-joint-density-of-states"]], "Sep-26-2015: version 0.9.13": [[2, "sep-26-2015-version-0-9-13"]], "Sep-30-2020: Version 1.21.0": [[2, "sep-30-2020-version-1-21-0"]], "Si-PBE": [[6, "si-pbe"]], "Simple text file": [[12, "simple-text-file"]], "Solution of the WTE, exact treatment of scattering": [[23, "solution-of-the-wte-exact-treatment-of-scattering"]], "Solution of the WTE, scattering in the RTA approximation": [[23, "solution-of-the-wte-scattering-in-the-rta-approximation"]], "Solution of the Wigner transport equation": [[23, null]], "Solver choice for diagonalization": [[7, "solver-choice-for-diagonalization"]], "Source files": [[0, "source-files"]], "Special phono3py_disp.yaml": [[6, "special-phono3py-disp-yaml"]], "Spectral function": [[4, "spectral-function"]], "Supercell files": [[6, "supercell-files"]], "Supercell force calculation": [[15, "supercell-force-calculation"]], "Supercell, primitive cell, masses, magnetic moments": [[4, "supercell-primitive-cell-masses-magnetic-moments"]], "TURBOMOLE & phono3py calculation": [[21, null]], "Temperature": [[4, "temperature"]], "Tests": [[6, "tests"]], "Three integer values": [[15, "three-integer-values"]], "Tips": [[20, null]], "Trouble shooting": [[13, "trouble-shooting"]], "Usage": [[6, "usage"]], "Use of configuration file": [[4, "use-of-configuration-file"]], "Use of different supercell dimensions for 2nd and 3rd order FCs": [[15, "use-of-different-supercell-dimensions-for-2nd-and-3rd-order-fcs"]], "Utilities to create default input files": [[4, "utilities-to-create-default-input-files"]], "VASP & phono3py calculation": [[22, null]], "Welcome to phono3py": [[11, null]], "What is cutff pair-distance in phono3py?": [[6, "what-is-cutff-pair-distance-in-phono3py"]], "Work load distribution": [[7, "work-load-distribution"]], "Workflow": [[5, "workflow"], [17, "workflow"], [21, "workflow"], [22, "workflow"], [24, null]], "Workload distribution": [[25, null]], "ave_pp": [[10, "ave-pp"]], "boundary_mfp": [[10, "boundary-mfp"]], "fc2.hdf5": [[12, "fc2-hdf5"]], "fc3.hdf5": [[12, "fc3-hdf5"]], "frequency": [[10, "frequency"]], "gamma": [[10, "gamma"]], "gamma-*.hdf5": [[12, "gamma-hdf5"]], "gamma_detail-*.hdf5": [[12, "gamma-detail-hdf5"]], "gamma_isotope": [[10, "gamma-isotope"]], "gammas-*.dat": [[12, "gammas-dat"]], "group_velocity": [[10, "group-velocity"]], "gv_by_gv": [[10, "gv-by-gv"]], "heat_capacity": [[10, "heat-capacity"]], "jdos-*.dat": [[12, "jdos-dat"]], "kappa": [[10, "kappa"]], "kappa-*.hdf5": [[12, "kappa-hdf5"]], "kappa_unit_conversion": [[10, "kappa-unit-conversion"]], "linewidth-*.dat": [[12, "linewidth-dat"]], "mesh": [[10, "mesh"]], "mode-kappa": [[10, "mode-kappa"]], "phono3py-kaccum: Cumulative lattice thermal conductivity and related properties": [[1, "phono3py-kaccum-cumulative-lattice-thermal-conductivity-and-related-properties"]], "phono3py-kdeplot: Distribution of phonon lifetime": [[1, "phono3py-kdeplot-distribution-of-phonon-lifetime"]], "phono3py-load command": [[16, null]], "phono3py.load": [[15, "phono3py-load"]], "phono3py_disp.yaml": [[12, "phono3py-disp-yaml"]], "q-point": [[10, "q-point"]], "temperature": [[10, "temperature"]], "weight": [[10, "weight"]]}, "docnames": ["README", "auxiliary-tools", "changelog", "citation", "command-options", "crystal", "cutoff-pair", "direct-solution", "examples", "external-tools", "hdf5_howto", "index", "input-output-files", "install", "interfaces", "phono3py-api", "phono3py-load", "qe", "random-displacements", "reference", "tips", "turbomole", "vasp", "wigner-solution", "workflow", "workload-distribution"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinxcontrib.bibtex": 9}, "filenames": ["README.md", "auxiliary-tools.md", "changelog.md", "citation.md", "command-options.md", "crystal.md", "cutoff-pair.md", "direct-solution.md", "examples.md", "external-tools.md", "hdf5_howto.md", "index.md", "input-output-files.md", "install.md", "interfaces.md", "phono3py-api.md", "phono3py-load.md", "qe.md", "random-displacements.md", "reference.md", "tips.md", "turbomole.md", "vasp.md", "wigner-solution.md", "workflow.md", "workload-distribution.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 4, 6, 7, 12, 13, 15, 17, 20, 22, 23, 25], "0": [1, 4, 6, 7, 10, 12, 13, 14, 15, 20, 21, 22, 23, 25], "00": [7, 10, 15, 18], "000": [6, 7, 23], "0000": [6, 15], "00000": 4, "000000": [6, 15], "000000000000000": 15, "0000000000000000": 12, "00000000e": [10, 15], "000001": 6, "00001": [4, 5, 6, 17, 21, 22], "00002": [4, 6, 17, 22], "00003": [4, 6], "00004": 4, "0000502600": 12, "00006": 4, "0000614400": 12, "0000959800": 12, "0001": 6, "0001100900": 12, "00016": 6, "00017": 6, "00018": 6, "00019": 6, "00024": 6, "00025": 6, "00026": 6, "00027": 6, "00032": 6, "00033": 6, "00034": 6, "00035": 6, "00036": 6, "00037": 6, "0003797900": 12, "00038": 6, "00039": 6, "00040": 6, "00041": 6, "00042": 6, "00043": 6, "0004792400": 12, "0006578200": 12, "00070": 6, "00071": 6, "00072": 6, "00073": 6, "00074": 6, "00075": 6, "00076": 6, "00077": 6, "00078": 6, "00079": 6, "00080": 6, "00081": 6, "00082": 6, "00083": 6, "0008300600": 12, "00084": 6, "00085": 6, "00086": 6, "00087": 6, "00088": 6, "00089": 6, "000948820000000": 15, "00096": 6, "00097": 6, "00098": 6, "00099": 6, "001": [2, 4, 5, 7, 18], "00100": 6, "00101": 6, "00102": 6, "00103": 6, "0011073600": 12, "00111": [4, 17], "0011267100": 12, "0013945800": 12, "0016552800": 12, "0019180000": 12, "0019487200": 12, "0019515200": 12, "002": [2, 4, 23], "0020311400": 12, "0020524300": 12, "0023432300": 12, "0052766800": 12, "0057262300": 12, "0059468600": 12, "0059480700": 12, "006700": 15, "00691": [1, 11], "0072671600": 12, "0074232400": 12, "00755": [4, 22], "0076112400": 12, "0078480800": 12, "0085617600": 12, "0088413200": 12, "009": 23, "0095501600": 12, "00xxx": 21, "01": [1, 10], "0105405200": 12, "0106313000": 12, "0110906700": 12, "0112864200": 12, "0113649500": 12, "0114004400": 12, "0115355100": 12, "012001": [2, 11, 19], "0122506300": 12, "01254": 4, "0128831200": 12, "0133197900": 12, "0134565300": 12, "0141518600": 12, "0143299700": 12, "0143732700": 12, "0143901800": 12, "0148675800": 12, "0153762500": 12, "0168043800": 12, "0169498000": 12, "0175261300": 12, "01803322e": 10, "019": 3, "02": 10, "020": 6, "02050201e": 10, "02050241e": 10, "0223064300": 12, "0272454300": 12, "0298334900": 12, "03": [2, 6, 10, 14, 20], "030": 6, "0300": [6, 15], "0300000000000000": 12, "035": [6, 23], "036": 7, "0366684600": 12, "0373490000": 12, "04": [7, 10], "041011": [3, 23], "047748": 6, "049": 6, "05": 10, "051": 6, "0515596200": 12, "0516285500": 12, "0520": 3, "05271364e": 10, "0553591300": 12, "0554678300": 12, "059": 23, "05d": 6, "06": 14, "064": 6, "065": 6, "069402": 6, "07290889e": 10, "074": 6, "0755": 22, "0768176500": 12, "076914": 6, "0793497000": 12, "08": [7, 23], "09089896e": 10, "0924200600": 12, "094306": [3, 11, 19], "096": 6, "0e": [7, 23], "0xxxx": 6, "1": [1, 3, 4, 5, 6, 7, 10, 12, 15, 18, 19, 20, 21, 22, 23, 25], "10": [3, 4, 5, 6, 7, 10, 15, 19, 21], "100": [1, 4, 7, 10, 18, 25], "1000": [4, 10, 23], "100884": 6, "101": [4, 10, 25], "102": [6, 25], "1020": 6, "103": [6, 11, 25], "1038": 3, "104": [6, 25], "105": 25, "106": 25, "107": 25, "108": [6, 7, 25], "1088": 3, "109": 25, "11": [1, 4, 6, 7, 10, 15, 17, 22, 23], "110": [3, 6, 7, 10], "1103": 3, "110999999491908": 15, "111": [6, 15, 17, 21], "111000": 6, "1116": 6, "113": 7, "1156": 6, "11702476e": 10, "118": 6, "1181": 15, "119": 6, "119051180000000": 15, "12": [3, 4, 6, 10, 15, 22, 23], "120": [10, 25], "1206": 25, "1207": 25, "1208": [6, 25], "1209": 25, "121": 25, "122": 25, "1226": 25, "1227": 25, "1228": 25, "1229": 25, "123": [6, 25], "1230": 25, "1231": 25, "124": [6, 25], "1246": 25, "1247": 25, "1248": [6, 25], "12480528e": 10, "1249": 25, "125": 25, "1254": [12, 15], "126": 25, "1266": 25, "1267": 25, "127": 25, "13": [1, 6, 10, 15, 22], "130": 10, "133": 6, "1361": 3, "1367": 4, "13th": 1, "14": [6, 7, 15, 22], "140": [7, 10, 25], "141": [7, 25], "142": 25, "143": 25, "144": 25, "145": 25, "146": 18, "148": [22, 23], "149": 22, "15": [3, 6, 7, 10, 15, 19, 22, 23], "150": [10, 22], "1501": [1, 11], "15068595e": 10, "151": 22, "15x15x15": 7, "16": [4, 6, 7, 10, 15, 22, 25], "160": [10, 22, 25], "1600": 23, "1608": 25, "1609": 25, "161": [6, 22, 25], "162": [22, 25], "1628": 25, "1629": 25, "163": [22, 25], "164": 22, "165": 22, "167": 6, "168": 6, "17": [6, 11, 22], "170": 10, "172": 22, "173": 22, "174": 22, "175": 22, "18": [4, 6, 22], "180": [10, 25], "181": 25, "18330655e": 10, "184": 22, "185": 22, "19": [1, 4, 6, 7, 20, 22, 23, 25], "190": 10, "193": 6, "19318349e": 10, "196": 6, "1983": 4, "1989": 23, "199": 6, "1997": 23, "1e": [4, 7], "1st": 15, "2": [1, 4, 5, 6, 7, 10, 12, 14, 15, 16, 17, 18, 21, 22, 23, 25], "20": [4, 5, 6, 10, 20, 21, 22, 23, 25], "200": [1, 4, 7, 10], "2000": 23, "2001": 23, "2003": 4, "2009": 23, "200k": 7, "2010": 23, "2013": [3, 7], "2015": [3, 19], "2016": 23, "2018": 19, "2019": [3, 23], "2020": 23, "2022": [3, 19, 23], "2023": [3, 19, 23], "204": 6, "205": 6, "205027": 6, "207": 6, "2083651200": 12, "21": [6, 19, 22, 23, 25], "210": 10, "213": 6, "216": 6, "21661793e": 10, "217": 6, "218": 6, "219": 6, "22": [3, 6, 19, 25], "220": [6, 10], "22044605e": 15, "224306": 19, "227": 6, "23": [6, 25], "230": 10, "232": 6, "234": 6, "235": 6, "236": 6, "24": [6, 22, 25], "240": 10, "249": 23, "25": [6, 22, 25], "250": 10, "25126057e": 10, "259": 23, "26": [3, 6, 15, 22, 25], "260": 10, "265506": [3, 7], "27": [4, 6, 22, 25], "270": 10, "277": 23, "28": [6, 22, 25], "280": 10, "286": 23, "29": [6, 22, 25], "290": 10, "297": 22, "298": [6, 22], "2_": 4, "2nd": [4, 5, 14, 17, 21], "2x2x2": [5, 12, 21], "3": [1, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 21, 22, 25], "30": [1, 4, 6, 10, 15, 22, 25], "300": [1, 4, 6, 7, 10, 11, 16, 19, 23], "300k": 7, "301": 6, "308": 6, "309": 22, "31": [3, 6, 19, 22, 25], "310": [10, 22], "311": 6, "312": 6, "313": 6, "314": 23, "31st": 1, "32": [4, 6, 25], "320": 10, "324": 6, "33": [6, 25], "330": 10, "333": 6, "333333333333333": 15, "335": 23, "335901": 6, "337": 6, "339": 6, "34": [4, 6, 19, 25], "340": 10, "34727352e": 10, "348": 6, "35": [3, 6, 11, 19, 25], "350": [6, 10], "353001": [3, 11, 19], "355": 6, "36": [6, 22, 23, 25], "360": 10, "364": 6, "364501": 6, "365401": 19, "366": 6, "366961": 6, "37": [6, 12, 15, 22, 25], "370": 10, "370303": 6, "375582": 6, "38": [6, 22], "380": 10, "3809": 23, "381": 6, "384": 6, "388410": 6, "39": [3, 6, 22], "390": 10, "391": 23, "39965172592227": 15, "3m": 6, "3n_": [4, 10], "3rd": [5, 14, 17, 21], "3x3x3": 21, "4": [3, 4, 5, 6, 7, 10, 12, 15, 18, 22, 23, 25], "40": [6, 7, 10, 22, 25], "400": [4, 7, 10], "402": 25, "403": 25, "404": 25, "40486209e": 10, "40486382e": 10, "405": 25, "406": 25, "407": 25, "408": 25, "409": 25, "41": [2, 6, 22, 25], "410": 10, "42": [6, 25], "420": 10, "4200": 10, "422": 25, "423": 25, "424": 25, "425": 25, "426": 25, "427": 25, "428": 25, "429": 25, "43": [6, 25], "430": [10, 25], "431": 25, "432": 25, "433": 25, "434": 25, "435": 25, "435009": 15, "44": [6, 25], "440": 10, "441": 6, "442": [6, 25], "443": 25, "444": 25, "4448": 10, "445": 25, "446": 25, "447": [23, 25], "448": 25, "449": 25, "45": [6, 25], "450": [6, 10, 25], "451": 25, "452": 25, "453": 25, "46": [6, 23, 25], "460": [6, 10], "462": 25, "463": [6, 25], "464": 25, "465": 25, "466": 25, "466263": 6, "467": 25, "467845": 6, "468": [6, 25], "469": 25, "469591": 6, "47": [6, 25], "470": [10, 25], "471": [6, 25], "4737": 23, "48": [6, 22, 25], "480": 10, "481": 6, "482": [6, 25], "483": [6, 25], "484": 25, "485": 25, "486": [23, 25], "487": 25, "488": 25, "489": [6, 25], "49": [6, 22, 25], "490": 10, "4x4x4": 5, "5": [3, 4, 6, 10, 15, 22, 25], "50": [4, 6, 10, 15, 16, 22, 25], "500": [7, 10], "500948820000000": 15, "501": 6, "502": 25, "503": 25, "504": 25, "505": 25, "506": 25, "507": 25, "509": 6, "51": [6, 22, 25], "510": 10, "51264750e": 15, "516": 6, "52": 25, "520": [6, 10], "521": 6, "522": 25, "523": 25, "524": 25, "525": 25, "52531412e": 10, "53": 25, "530": 10, "532386": 6, "533": 23, "54": 25, "540": 10, "542": 25, "543": 25, "54d4ddab": 2, "55": [6, 20, 25], "550": [6, 10], "555499999745954": 15, "56": 4, "560": 10, "562": 6, "564": 6, "57": 5, "570": 10, "571": 23, "58": 23, "580": 10, "581": 6, "59": 2, "590": [6, 10], "595": 6, "6": [1, 4, 6, 10, 15, 25], "60": [1, 10, 22, 25], "600": 10, "602": 6, "606": 6, "609": 6, "61": [22, 25], "610": 10, "6166": 23, "617": 6, "6181": 15, "619051180000000": 15, "62": [23, 25], "620": 10, "624": 6, "63": 25, "630": 10, "633": 6, "64": [13, 25], "640": 10, "640065": 6, "642": 6, "645": 23, "64531043e": 10, "6458483000": 12, "645881": 6, "646": 6, "648x": 3, "64bit": 7, "65": [20, 25], "650": [6, 10], "653269": 15, "66": 25, "660": [6, 10], "665": 6, "666666666666667": 15, "67": 25, "670": 10, "672503": 6, "67353000e": 15, "677": 6, "68": [12, 25], "680": 10, "683": 4, "687": 6, "689": 6, "69": 25, "690": 10, "694205030733368": 15, "694777": 6, "7": [4, 6, 7, 10, 15, 25], "70": [10, 25], "700": [10, 23], "71": 25, "710": 10, "712": 6, "713938": 6, "72": [6, 15, 25], "720": 10, "72706406e": 10, "728": 6, "73": 25, "730": 10, "730463": 6, "740": 10, "743": 23, "743307": 6, "743308": 6, "75": [4, 6], "750": [6, 10], "7566": 2, "760": 10, "764": 6, "765": 6, "767": 6, "769": 6, "770": 10, "780": 10, "782": 6, "783": 6, "784": 6, "785": 6, "788360": 6, "790": 10, "8": [1, 3, 4, 6, 7, 10, 15, 18, 25], "80": [10, 25], "800": 10, "8000": 20, "804": 25, "805": 25, "806": 25, "807": 25, "808": 25, "809": [3, 23, 25], "81": 25, "810": 10, "813": 3, "818": 6, "819": 6, "82": 25, "820": 10, "824": 25, "825": 25, "826": 25, "827": 25, "828": 25, "829": 25, "83": [23, 25], "830": [10, 25], "831": 25, "832": 25, "833": 25, "837": 6, "84": 25, "840": 10, "843": 6, "844": 25, "845": 25, "846": 25, "847": [6, 25], "848": 25, "849": 25, "85": 25, "850": [10, 25], "851": 25, "85304024e": 10, "858": 4, "86": 25, "860": 10, "863": 6, "864": 25, "865": 25, "865232": 6, "866": 25, "867": [6, 25], "868": 25, "869": 25, "87": 25, "870": 10, "870162": 6, "877": 6, "879": 6, "88": 25, "880": 10, "882": 6, "884": 25, "885": 25, "886": 25, "887": [6, 25], "888": 6, "889907": 6, "89": 25, "890": 10, "892": 6, "89713297e": 10, "9": [3, 4, 6, 10, 15, 25], "90": [10, 25], "900": 10, "901086": 6, "904": 25, "905": 25, "91": [3, 11, 19, 25], "910": 10, "914": [6, 23], "92": [2, 6, 11, 19], "920": 10, "92618921e": 10, "92709650e": 10, "928": 6, "92857003e": 10, "930": 10, "932": 6, "933": 6, "935": 6, "940": 10, "942": 6, "95": 6, "950": 10, "955": 6, "95610215e": 10, "956722": 6, "95769356e": 10, "960": 10, "963": 6, "964": 6, "97": 19, "970": 10, "978": 15, "978000": 6, "978000000000000": 15, "97e": 4, "980": [6, 10], "981539": 15, "982": 7, "98674274e": 10, "98999091e": 10, "990": 10, "996": 6, "A": [2, 4, 7, 10, 13, 15], "As": [4, 6, 7, 15, 20, 23], "At": [0, 6], "Be": [4, 10, 15], "But": [1, 4, 6, 7, 12, 17, 20], "By": [2, 6, 7, 15], "For": [1, 2, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 25], "If": [3, 4, 6, 9, 12, 13, 15, 16, 18, 20, 22], "In": [2, 4, 5, 6, 7, 10, 12, 13, 15, 17, 18, 20, 21, 22, 23, 24], "It": [1, 2, 4, 5, 6, 7, 10, 13, 17, 18, 20, 21, 22], "Its": 1, "No": 2, "Not": 7, "On": 25, "One": [7, 13], "That": 1, "The": [1, 2, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25], "Then": [1, 2, 4, 5, 7, 13, 15, 17, 21, 22, 24, 25], "There": [1, 2, 6, 7, 12, 13, 15], "These": [2, 4, 5, 7, 13, 15, 25], "To": [1, 2, 4, 5, 6, 7, 10, 15, 16, 20, 21, 22, 23, 25], "With": [1, 4, 7, 13, 15, 16, 18], "_": [1, 4, 10, 12, 15, 23], "_1": [6, 15], "_2": [6, 15, 23], "_3": [6, 15], "_7": 23, "__init__": 2, "_build": 0, "_i": 15, "a_": 4, "ab": [1, 6], "abandon": [4, 15], "abinit": [2, 11, 14], "abl": [2, 7, 20], "about": [1, 2, 4, 15, 20], "abov": [1, 4, 6, 15, 23, 25], "absolut": [1, 7], "abund": 4, "accept": [2, 15, 20], "access": [3, 4, 5, 7, 11, 19], "accident": 2, "accord": 14, "account": 23, "accumul": 2, "accur": [4, 5, 7, 20, 21, 23], "accuraci": [2, 4, 6], "acd831": 3, "achiev": [2, 6, 7, 13, 15], "acoust": 10, "act": 2, "acta": 23, "activ": [2, 4, 13], "ad": [2, 17], "add": [0, 5], "addit": [2, 4, 5, 9, 18, 21, 22], "address": [2, 4], "adjust": 21, "advantag": 18, "affect": 2, "after": [1, 2, 4, 6, 7, 13, 15, 16, 17, 18, 22, 25], "again": 0, "against": [2, 12], "aim": [2, 16], "al": [4, 15, 23], "algebra": 13, "alia": 2, "align": 4, "all": [1, 2, 4, 6, 7, 10, 12, 13, 15, 18, 22, 23, 25], "allen": 23, "alloi": 23, "allow": [6, 9, 13, 23], "alm": 18, "almost": [6, 16], "aln": 15, "along": [1, 4, 10, 15, 20], "alpha": [2, 6, 12, 23], "alreadi": [2, 13], "also": [2, 4, 6, 7, 12, 13, 14, 15, 18, 21, 22], "alter": 25, "although": [2, 15], "alwai": [4, 5, 14, 16, 20, 21], "am": 23, "amd": 7, "american": 3, "among": [2, 4, 6, 7, 13], "amount": 25, "amplitud": [14, 20], "an": [2, 4, 5, 6, 7, 8, 10, 12, 13, 15, 17, 18, 20, 21, 22, 23], "anaconda": 7, "analysi": 9, "analyt": [2, 16, 18, 24], "angstrom": [1, 10, 12, 14, 20], "angular": [4, 10], "anharmon": [5, 20, 23], "ani": [2, 4, 7, 22], "anoth": [7, 25], "antti": 2, "anymor": 6, "ap": 3, "apart": 4, "api": [2, 7, 8, 11], "api_phono3pi": 15, "appear": [10, 20], "append": [6, 25], "appl": 4, "appli": [2, 4, 15, 20], "applic": [11, 15], "appreci": 13, "approach": [4, 7, 11, 17], "appropri": 7, "approxim": [4, 5, 11, 15, 20, 21], "apt": 13, "ar": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "architectur": 4, "area": 1, "argpars": 2, "argument": [1, 2, 5, 6, 7, 15, 16, 17, 21], "argv": 25, "arm64": [7, 13], "around": [7, 18, 20], "arrai": [2, 4, 7, 10, 12, 15], "arrang": 25, "array_lik": 15, "articl": 3, "arxiv": [1, 2, 11], "ascend": 7, "assert": 15, "assum": [2, 7, 10, 12, 15, 17, 18], "astyp": 4, "atom": [2, 4, 5, 6, 7, 11, 12, 15, 17, 21, 22, 24], "atsushi": [3, 11, 19], "attach": 11, "attribut": 15, "atztogo": [2, 11], "au": 14, "author": 3, "auto": [2, 4, 15, 18], "automat": [1, 2, 4, 5, 15, 16, 18, 21], "aut\u00f2noma": 9, "auxiliari": [2, 11], "avail": [2, 4], "ave_pp": [2, 4], "averag": [2, 4, 7, 10, 23], "avh": 0, "avoid": [2, 4, 13, 15, 20, 22, 25], "awk": [6, 22, 25], "ax": 10, "axi": [1, 4, 7, 10, 20, 21], "b": [3, 4, 5, 10, 12, 15, 19, 23], "background": 11, "backward": 2, "band": [2, 7, 10, 23, 25], "band1": 4, "band2": 4, "band3": 4, "band_indic": 2, "bar": 23, "barcelona": 9, "base": [1, 2, 4, 13, 17], "bash": [13, 17], "basi": [4, 5, 15], "basic": [10, 15], "becaus": [4, 5, 7, 9, 13, 15, 21, 25], "becom": [1, 4, 7, 15, 18], "been": [6, 17], "befor": [1, 4, 5, 6, 7, 13, 17], "begin": [4, 12, 15], "behav": [2, 16], "behavior": 2, "behaviour": [2, 6, 16], "being": 6, "belong": 4, "below": [1, 4, 6, 7, 10, 12, 13, 14, 15, 20, 24, 25], "best": 20, "beta": [2, 6, 12, 23], "better": [1, 2, 4, 20], "between": [2, 4, 6, 7, 10, 12, 23], "beyond": [1, 4, 6], "bi": [2, 25], "big": 2, "bigl": 4, "bin": [2, 6, 25], "bla": 7, "black": [1, 2], "blank": [1, 4], "bli": 13, "bmfp": 10, "bodi": 11, "bohr": 14, "boltzmann": [2, 3, 9, 11, 19, 23], "born": [2, 4, 15], "bose": 23, "both": [2, 4, 13, 16, 23, 25], "bound": 6, "boundari": [2, 10], "boundary_mfp": 2, "br": [1, 2, 5, 6, 16, 17, 21, 22, 23, 25], "branch": 0, "briefli": 1, "brillouin": [2, 3, 7, 10, 19, 22, 23], "broader": 23, "bsd": 11, "bubbl": [2, 4, 10], "bug": [1, 2, 11], "build": [2, 6], "buildinfo": 0, "built": [5, 7, 11, 14, 23, 24], "bule": 7, "bung": 2, "bwr": 1, "bx": 4, "bxbx": 4, "bz": 20, "c": [1, 2, 5, 6, 7, 10, 12, 15, 16, 17, 18, 21, 22, 23], "c4c54c73": 2, "c_": [1, 10], "calc": [2, 6, 18], "calcualt": 4, "calcul": [1, 2, 7, 8, 9, 10, 11, 12, 16, 19, 20, 23, 24, 25], "calculatd": 4, "call": [4, 13, 15, 24], "can": [1, 2, 4, 6, 7, 10, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "capac": [1, 10], "care": [1, 2, 4, 6, 10, 15], "carefulli": [2, 4, 5, 6, 7, 13, 20, 21], "cartesian": [10, 12, 23], "case": [2, 4, 6, 7, 12, 15, 18, 20, 22], "cat": 2, "catch": 2, "categor": 4, "cauchi": 4, "cd": 13, "cdot": [1, 2, 10, 23], "cell": [1, 2, 5, 6, 7, 12, 15, 17, 21, 23, 24], "center": 4, "centr": [4, 12, 15], "ceram": 23, "certain": 4, "cf": 20, "cf2": [2, 5, 12, 18, 21, 22], "cf3": [2, 5, 6, 12, 17, 18, 21, 22], "cfc": 2, "cfg": 2, "cfz": 2, "chang": [4, 6, 11, 13, 14], "channel": [2, 13], "channel_prior": 13, "chaput": [3, 7, 19], "characterist": 23, "charg": 15, "check": [2, 4, 5, 13, 18], "checkout": 0, "chem": 4, "chen": 23, "choic": [4, 15, 20], "choos": [1, 4, 7, 21], "chosen": [1, 6, 7, 13, 18, 25], "citat": [7, 23], "cite": 11, "class": 2, "classic": 23, "claus": 11, "clear": 7, "clone": 13, "close": [2, 13], "closer": 15, "cmake": 2, "cmakelist": [2, 13], "code": [2, 6, 9, 15, 23, 24], "coduct": 10, "coexist": 23, "coher": [4, 23], "coleig": 7, "coleigplot": 7, "collect": [5, 6, 7, 15, 17, 21, 22, 23, 25], "collis": [4, 23], "color": 1, "colorbar": 1, "colormap": 1, "column": [1, 4], "com": [3, 13], "combin": [2, 4, 5, 15, 20], "come": 2, "comma": 4, "command": [1, 2, 6, 7, 10, 11, 12, 14, 22, 23], "comment": 11, "commit": [0, 2], "commun": [7, 22], "compact": 2, "compact_fc": 2, "compar": [4, 7, 20, 23], "compat": [2, 12], "compd": 23, "compil": 13, "complet": [2, 5, 21, 25], "complex": 23, "compli": 0, "complic": [2, 4, 6], "compound": 11, "compress": [2, 6], "comput": [1, 2, 4, 5, 6, 7, 9, 10, 13, 15, 18, 20, 22, 24, 25], "computation": [7, 15, 20, 23], "concaten": 12, "concurr": 13, "conda": [2, 7, 18], "condarc": 13, "conden": [3, 19], "condit": [2, 4], "conduct": [2, 4, 5, 6, 7, 9, 10, 11, 17, 18, 19, 21, 22, 23, 24, 25], "conf": [0, 4], "config": [2, 4, 16], "configur": [2, 6, 15, 16], "confiur": 0, "conflict": 2, "conjunct": 4, "consid": [2, 4, 6, 7, 15, 18, 20, 23], "constant": [1, 2, 5, 7, 11, 12, 14, 16, 17, 21, 22, 23, 24, 25], "constrain": 20, "constraint": 20, "consum": 7, "consumpt": [2, 7], "contact": 9, "contain": [0, 1, 2, 4, 5, 6, 7, 10, 12, 17, 18, 20, 21], "content": [4, 10], "continu": [3, 4], "contract": 6, "contrast": 23, "contrib_tp": 4, "contribut": [1, 2, 4, 10, 12, 23], "control": [1, 4, 14, 15, 21], "conveni": [4, 5, 15, 18], "convent": [12, 15, 21], "conventin": 15, "converg": [1, 4, 5, 18, 20, 21], "convers": [2, 4, 15], "convert": 10, "coordin": [10, 12, 15], "copi": [0, 10], "core": [2, 7, 13], "correct": [2, 16, 18, 24], "correl": 20, "correspond": [1, 2, 4, 6, 7, 12, 15, 18, 23], "count": 6, "counter": 6, "coupl": 2, "cours": [6, 13], "cp": 6, "cpu": 4, "creat": [2, 5, 7, 12, 13, 15, 16, 17, 20, 21, 22, 25], "create_displac": 12, "critic": 2, "crucial": 23, "crystal": [1, 2, 3, 6, 11, 12, 14, 16, 17, 18, 23], "crystallograph": 10, "cummul": [1, 11], "cumul": 2, "current": [1, 2, 4, 5, 6, 7, 9, 10, 13, 14, 15, 16, 17, 18, 21], "cut": [1, 2, 4, 6], "cutfc3": 2, "cutoff": [2, 11, 20, 23], "cutoff_fc3": 2, "cutoff_mfp": 2, "cutoff_pair": 2, "cutpair": 2, "cwd": 25, "cxx": 13, "d": [1, 5, 6, 12, 14, 16, 17, 18, 21, 22, 25], "d1": 6, "d12": 5, "d2": 6, "d_": 6, "d_2": 4, "dat": [1, 2, 4, 6], "data": [1, 2, 4, 6, 7, 9, 12, 15, 18, 21, 23, 25], "data1": 6, "data2": 6, "databas": [2, 4], "dataset": [2, 4, 6, 12, 16, 18, 24], "dd": 6, "de": 9, "deactiv": 13, "dealt": 12, "decid": 20, "decreas": 4, "default": [1, 2, 5, 6, 7, 10, 15, 16, 17, 20, 21, 22], "default_unit_cell_file_name_for_calcul": 21, "defin": [1, 2, 4, 6, 10, 15, 24], "definit": [2, 15], "degener": [2, 4], "degeneraci": [7, 23], "delet": 22, "delta": [1, 4, 6, 20], "delta_": 4, "demand": [2, 4, 6, 7, 15, 20, 25], "denot": [4, 10, 23], "dens": 2, "denser": 20, "densiti": [11, 12], "depend": [1, 2, 4, 6, 7, 13, 18, 20, 23], "deprec": 4, "deprecationwarn": 2, "depump": 23, "deriv": [1, 2], "describ": [2, 7, 13, 15, 20, 23], "design": 15, "detail": [2, 6, 12, 13, 15, 20, 21, 23], "determin": [1, 10, 15], "dev": 13, "develop": [1, 2, 9, 11], "deviat": 4, "dfpt": 17, "dft": 20, "diagon": [13, 23], "diagonz": 7, "diagram": [2, 4, 10, 24], "dict": [6, 15], "didn": 2, "dielectr": 15, "differ": [1, 2, 4, 5, 6, 7, 10, 13, 16, 17, 18, 20, 21, 23], "difficulti": [7, 9], "digit": 2, "dim": [2, 5, 6, 12, 17, 18, 20, 21, 22, 23], "dim_fc2": [2, 12], "dimens": 4, "dipol": 24, "direct": [2, 11, 15, 20, 23], "directli": 15, "directori": [0, 1, 2, 4, 5, 6, 8, 15, 16, 17, 18, 21, 22], "disabl": [13, 16], "discuss": 23, "disord": 23, "disp": [2, 4, 6, 17, 22], "disp2": 4, "disp3": 4, "disp_dataset": 15, "disp_fc2": [2, 4, 5, 21, 22], "disp_fc3": [2, 5, 21], "disp_id": 6, "disp_ids_nodup": 6, "displac": [2, 5, 11, 12, 16, 17, 21, 22, 24], "displai": [1, 2, 4], "distanc": [2, 11, 15], "distinguish": 7, "distribut": [2, 3, 11, 19, 22, 23], "diverg": 4, "divid": [1, 2, 4, 7, 10, 15], "divide_gp": 25, "dl": 1, "do": [2, 6, 15], "doc": [0, 4], "docstr": [2, 15], "doctre": 0, "document": [1, 2, 4, 5, 8, 17, 21, 23], "doe": [1, 2, 16], "doesn": [2, 4, 13], "doi": [2, 3, 19], "don": 13, "done": [4, 6, 7, 10, 13, 20, 25], "dorp": 2, "dot": [1, 4, 7, 23], "doubl": [4, 12, 15], "doucment": 2, "download": [8, 13], "draw": 1, "drawback": [2, 4, 20], "drawn": 1, "drift": [4, 6, 15], "drop": 2, "dsyev": [7, 23], "dsyevd": 7, "dtype": [2, 4, 12, 15], "due": [4, 20], "duplic": 6, "durat": 23, "dure": [7, 13], "dx": [3, 4], "dynam": 2, "e": [2, 4, 5, 6, 7, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 25], "e40cd059": 2, "each": [1, 2, 4, 6, 7, 9, 10, 12, 14, 15, 17, 22, 24, 25], "easi": [6, 13], "easier": 2, "easiest": 13, "easili": [6, 12, 15, 18, 25], "echo": [6, 25], "edit": 13, "effect": [1, 2, 4, 5, 15, 23], "effici": 20, "egrep": [6, 25], "eigenvalu": [4, 7], "eigenvector": [4, 7], "eigh": 7, "eighth": 1, "einstein": 23, "either": [7, 16], "element": [1, 2, 4, 6, 7, 10, 12, 15, 20, 23], "els": [13, 25], "emerg": 23, "emploi": [4, 6, 15, 18, 20], "emul": 2, "emur": 2, "en": 4, "enabl": [2, 5, 13, 16], "encompass": 23, "end": [4, 7, 12, 15, 23], "energi": [2, 10, 11, 12, 20, 23], "enforc": 4, "engin": [15, 25], "enough": 20, "enumer": 25, "env": [6, 25], "environ": [1, 13, 15, 17], "eq": [2, 15], "equal": [4, 10], "equat": [2, 9, 11, 19], "equiv": 4, "equival": [4, 6, 10, 23], "err": 25, "especi": [1, 2, 20], "espresso": [4, 14], "estim": [1, 4, 7, 10], "et": [4, 23], "etc": [12, 20], "eur": 23, "ev": [1, 2, 4, 10, 12, 14], "evalu": 23, "even": [2, 4, 6, 15, 20], "evenli": 4, "event": 23, "everi": [2, 22], "exactli": [4, 6, 23], "exampl": [1, 2, 4, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 25], "except": 4, "exchang": [4, 6, 20], "execut": [4, 5, 21, 22, 25], "exhibit": 2, "exist": [2, 4, 5, 6, 15, 16, 17, 21, 22], "exmapl": 7, "exp": 10, "expand": [6, 15], "expect": [2, 4, 6, 12, 13, 15, 18], "expens": 23, "experi": [15, 23], "experiment": [2, 23], "explain": [1, 4, 6, 7, 13, 15, 17, 23, 25], "explicitli": [10, 15], "export": 13, "express": 23, "ext": 5, "extern": [2, 4, 11, 15, 18], "extract": 4, "extrapol": 20, "f": [2, 4, 6, 10, 17, 22, 23, 25], "face": 12, "factor": [4, 15, 20], "failur": 2, "fals": [2, 6, 10, 13, 15], "far": 20, "fast": 9, "faster": [1, 2, 4, 7], "fc": [1, 2, 5, 6, 16, 17, 18, 21, 22, 23, 24], "fc2": [2, 5, 6, 14, 15, 17, 18, 20, 21, 22, 23, 24, 25], "fc3": [2, 5, 6, 14, 15, 17, 20, 21, 22, 24, 25], "fc3r": [2, 4], "fc_calcul": 18, "fc_calculator_opt": 18, "fd": 6, "featur": 1, "feel": 20, "feldman": 23, "few": [13, 20], "fig": 11, "figur": [1, 20], "file": [1, 2, 5, 7, 8, 11, 13, 15, 16, 17, 18, 21, 22, 23, 25], "file_io": [2, 15], "file_list": [4, 6], "file_name_tmpl": 6, "filenam": [0, 2, 4, 6, 14, 15, 16], "fill": 15, "filter": [4, 6], "find": [2, 4, 5, 6, 7, 12, 13], "finish": [1, 7, 17, 22], "finit": [4, 6, 17], "first": [1, 4, 7, 9, 12, 15, 16, 19, 20, 22, 24], "first_atom": 6, "fit": 4, "fix": [2, 4, 15], "flag": 13, "flake8": 2, "float": [7, 15], "flow": 24, "follow": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25], "forc": [2, 5, 7, 11, 12, 14, 16, 17, 21, 22, 24, 25], "force_const": [2, 20], "force_set": [4, 12, 20], "forces_fc2": [4, 5, 14, 20, 21, 22], "forces_fc3": [2, 4, 5, 14, 15, 17, 20, 21, 22], "forces_second": 2, "forces_third": 2, "forg": [2, 7, 13], "format": [1, 2, 4, 12, 15], "former": [4, 23], "formul": [3, 23], "formula": 4, "found": [1, 2, 4, 5, 6, 8, 10, 11, 13, 15, 16, 17, 21, 22, 23, 25], "fourier": [20, 25], "frac": [1, 4, 6, 10, 12, 15, 23], "fraction": 4, "francesco": 3, "free": [1, 2, 4], "freedom": 25, "frequenc": [1, 12], "frequency_point": 4, "from": [0, 1, 2, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "front": 4, "fs2f2": 20, "fulfil": 20, "full": [1, 2, 6, 7, 10, 23], "full_pp": [2, 10], "fulli": 2, "function": [2, 11, 13, 15, 20, 24], "further": [1, 21], "futur": 2, "g": [4, 5, 7, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 25], "g4448": 10, "ga": [2, 7, 25], "gaccum": 2, "gamma": [2, 6, 7, 15, 22, 23, 25], "gamma_": [1, 2, 4, 10, 12], "gamma_detail": 4, "gamma_n": 4, "gamma_sum_over_band": 4, "gamma_tp": 4, "gamma_u": 4, "gan": 4, "gap": 7, "gaussian": [1, 4], "gb": 7, "gcaccum": 2, "gd": 4, "gener": [2, 4, 5, 6, 9, 12, 23, 24, 25], "generate_displac": 15, "generate_fc2_displac": 15, "get": [5, 10, 13, 15, 21], "get_indices_from_address": 10, "gh": 0, "git": [0, 2, 13], "github": [0, 2, 4, 5, 9, 13, 17, 21], "give": [1, 4, 6, 10, 12, 20, 23], "given": [1, 2, 4, 6, 7, 8, 10, 15, 16, 20, 24], "glass": [3, 4, 23], "gnuplot": 1, "go": [2, 10], "good": [1, 4, 6, 7, 13, 18, 20], "gp": [7, 22, 25], "gp1": 4, "gp2": 4, "gp3": 4, "gp_list": 25, "gp_set": 25, "gradcal": 5, "gradual": [1, 18], "grep": [6, 22], "grid": [1, 2, 7, 22, 25], "grid_address": 2, "grid_point": [22, 25], "grid_point_numb": 7, "group": [1, 2, 3, 4, 9, 10, 21], "group_veloc": 4, "guarante": 20, "guess": [15, 18, 25], "gurante": 20, "guyer": 9, "gv_by_gv": [1, 4], "gx": [2, 4, 25], "gxx": 4, "gxxx": 10, "gzip": [2, 4, 6], "h5py": [4, 10, 13], "ha": [2, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 17, 18, 20, 21, 23, 25], "half": [12, 23], "handl": 2, "happen": 2, "harmon": [2, 4, 5, 12, 23], "hartre": 14, "have": [2, 3, 4, 6, 7, 12, 13, 14, 15, 16, 17, 18, 20], "hayashi": 19, "hbar": [4, 10, 23], "hdf": 22, "hdf5": [1, 2, 5, 6, 7, 11, 13, 14, 17, 20, 21, 22, 23, 25], "hdf5_use_file_lock": 13, "heat": [1, 10], "heat_capac": [2, 4], "heavi": 4, "help": [3, 13, 15], "helper": 15, "here": [4, 5, 6, 7, 9, 10, 15, 17, 18, 25], "high": [1, 4, 20], "higher": [1, 5, 20], "highli": 7, "hiroyuki": 19, "hook": 6, "hopefulli": 7, "hour": 1, "how": [4, 11, 12, 13, 15, 17, 20], "howev": [5, 7, 9, 15, 20, 25], "hsv": 1, "html": [0, 1, 2, 4, 5, 13, 17, 21], "http": [1, 2, 3, 4, 5, 9, 11, 13, 17, 21], "huge": 6, "i": [0, 1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "ichiro": 4, "idea": [4, 20], "ideal": 4, "ident": 7, "ignor": [1, 12], "ii": [4, 12], "illustr": 24, "imag_self_energi": 12, "imaginari": [2, 10, 11, 12, 20], "immedi": 18, "imperfect": 4, "implement": [2, 3, 7, 11, 15, 19, 20], "import": [4, 6, 10, 12, 13, 15, 25], "impos": 6, "improv": [2, 4, 21], "includ": [1, 2, 4, 5, 6, 9, 11, 13, 21, 24], "incompat": 2, "incorrectli": 2, "increas": [1, 4, 7, 18, 20], "inde": 3, "independ": [4, 7, 15, 22], "index": [0, 1, 2, 4, 6, 7, 12, 22], "indic": [7, 12, 22, 25], "induc": [5, 21], "inelast": 19, "inform": [2, 4, 6, 7, 12, 13, 15, 17, 18], "infrom": 2, "infti": 4, "init": 13, "init_phph_interact": 15, "initi": [2, 4, 13, 18], "initio": 6, "inner": 13, "input": [2, 5, 11, 15, 18, 20, 21, 24], "insensit": 4, "insert": [4, 5], "instal": [2, 7, 10, 11, 16, 18], "instanc": 15, "instanti": [2, 15], "instati": 2, "instead": [1, 2, 4, 18, 22], "institut": 11, "int": [1, 4, 25], "int32": 4, "int_": 2, "int_0": 4, "intc": 2, "integ": [2, 4], "integr": [2, 7, 10, 20, 22], "intel": 7, "intens": 20, "interact": [1, 2, 4, 10, 11, 17, 20, 24], "interband": 23, "interfac": [2, 5, 6, 11, 15, 17, 21], "interface_mod": 15, "intermedi": 23, "intern": 23, "interv": 4, "introduc": [1, 2, 11, 16, 18], "introduct": 11, "inv": [7, 23], "invari": [2, 4], "invers": 23, "invock": 2, "invok": [4, 5, 14, 17, 21, 22], "involv": 20, "io": [2, 5, 6, 9, 13, 17, 21], "ipython": [4, 10, 15], "ir_grid_point": [4, 7, 22, 25], "irreduc": [2, 4, 7, 10, 22, 25], "irrespect": 14, "isao": [3, 19], "ise": [2, 12], "iso": [4, 10], "isol": [2, 13], "isort": 2, "isotop": [2, 5, 10, 23], "issu": 3, "iter": 15, "its": [1, 4, 10, 12, 20, 25], "itself": 17, "j": [1, 2, 3, 4, 6, 10, 19, 23, 25], "jan": 13, "janssen": 13, "jdo": [2, 11], "jet": 1, "jl": 6, "job": 25, "join": [6, 25], "joint": [2, 11, 12], "jonathan": 2, "journal": [2, 3], "jp": 2, "jpcm": [3, 11], "jpn": 19, "jpsj": [2, 11], "jun": 3, "jupyt": 15, "just": [2, 4, 7, 20], "k": [1, 4, 7, 10, 19, 20, 21, 23], "k_": [10, 23], "k_c": 23, "k_p": 23, "k_p_exact": 23, "k_p_rta": 23, "k_t": 23, "k_tot": 23, "kaccum": 2, "kappa": [1, 2, 4, 7, 23, 25], "kappa_": [1, 10, 23], "kappa_p": 23, "kappa_t": 23, "kappa_unit_convers": 4, "kappa_xx_at_index_30": 10, "karttunen": 2, "kb": 11, "kcl": 19, "kcm": 9, "kde": 1, "kdeplot": 2, "kei": [0, 2, 4], "keiyu": 19, "kept": 6, "keyword": [2, 5, 17, 21], "know": [13, 20], "knowledg": 20, "known": 9, "kramer": 4, "kronig": 4, "krumhansl": 9, "l": [1, 2, 4, 6, 7, 12, 15], "l_": 1, "l_0": 1, "la": 23, "laeter": 4, "lambda": [1, 2, 4, 10, 12], "lambda_1": 4, "lambda_2": 4, "languag": 7, "lapack": 23, "larg": [2, 4, 6, 7, 15, 18], "larger": [1, 2, 4, 6, 7, 18, 22], "largest": 7, "last": [1, 7, 12, 22], "later": [2, 4, 10], "latest": 2, "latter": [4, 15, 23], "lattic": [2, 4, 7, 10, 11, 17, 18, 19, 24, 25], "launch": 13, "laurent": [3, 19], "lbte": [2, 7, 23], "lda": 15, "ldot": 15, "learn": 23, "least": 24, "left": [4, 10, 15], "len": [4, 15, 25], "less": 4, "lesssim": 23, "let": [1, 12, 13, 17, 20], "lett": [3, 7, 23], "level": [2, 15], "libbla": 13, "libgomp1": 13, "liblapack": 13, "librari": [2, 7], "lifetim": [2, 3, 4, 10, 11, 19, 20, 22, 23], "like": [1, 2, 4, 7, 12, 15, 23], "lim_": 4, "limit": [5, 7, 17, 21], "linalg": [6, 7, 15], "line": [1, 2, 4, 5, 6, 12, 15], "linear": [2, 3, 4, 11, 13, 15, 20], "linewidth": [2, 4, 11, 23], "link": [0, 3, 13], "linux": 13, "list": [4, 6, 7, 9, 10, 13], "listinfo": 11, "littl": [2, 25], "ll": 2, "lo": 19, "load": [2, 4, 10, 11, 18, 23, 25], "loader": 2, "loadtxt": 15, "locat": [1, 4, 6, 18], "lock": 13, "log": [4, 7, 11, 25], "log_level": 15, "loglevel": 4, "long": [7, 22, 24], "longer": 4, "longest": 7, "look": 1, "loop": 13, "lot": 2, "low": [1, 9, 15, 23], "ltc": 24, "lw": 2, "lzf": 4, "m": [0, 7, 10, 23], "m111111": [1, 4, 7, 10], "m191919": [4, 23, 25], "m202020": 10, "m323220": 10, "m_1": 15, "m_2": 15, "m_3": 15, "m_i": 15, "maco": 13, "macroscop": 15, "made": [2, 4, 10, 13, 17], "mai": [1, 4, 6, 7, 10, 11, 12, 13, 15, 17, 18, 20, 21, 22, 25], "mail": [9, 13], "main": [9, 15, 16], "mainli": 0, "maintain": 13, "mainten": [2, 9], "major": 2, "make": [0, 1, 2, 5, 7, 13, 23], "make_r0_averag": 2, "mandatori": 22, "mani": [2, 4, 6, 7, 15, 16, 22, 25], "manner": 4, "manual": [5, 13, 21], "manuscript": 2, "map": [1, 4, 6], "mar": 3, "mark": 2, "marzari": [3, 23], "mass": [2, 15], "mass_vari": 2, "master": 7, "match": 12, "mater": 23, "materi": [4, 11, 20, 23], "mathbf": [1, 2, 4, 6, 10, 12, 15, 23], "mathcal": [4, 23], "mathrm": [4, 10, 12, 15], "matplotlib": [1, 2, 13], "matric": [7, 13, 15], "matrix": [2, 4, 6, 23, 24], "matter": [3, 19], "mauri": [3, 23], "max": [4, 6, 15], "maximum": [1, 23], "mayb": 15, "md": [2, 4], "mean": [1, 2, 4, 10, 15, 18], "measur": 19, "mechan": 23, "member": 10, "memor": 10, "memori": [2, 4, 9, 15, 18], "merg": 2, "mesh": [1, 2, 5, 6, 7, 16, 17, 20, 21, 22, 23, 25], "mesh_numb": [10, 15], "messag": 11, "met": 2, "method": [2, 7, 10, 15, 20, 22, 23], "metr": 4, "mfp": 10, "mgo": 10, "michel": 3, "micrometr": [4, 10], "min": 4, "mind": 2, "miniconda": 13, "miniforg": 13, "minim": 15, "minimum": 15, "minor": 2, "minut": 1, "miss": 2, "mistak": 2, "mix": 7, "mizokami": 19, "mk": 1, "mkdir": 13, "mkl": 13, "mkl_num_thread": 13, "modal": 1, "mode": [1, 2, 6, 15, 19, 20, 23], "mode_kappa": [2, 4, 10], "model": [15, 24], "modern": [2, 13], "modif": 13, "modifi": [2, 4, 5, 10], "modul": [16, 21], "month": 3, "more": [1, 2, 4, 7, 12, 13, 15, 18, 20, 22, 23], "most": [2, 4, 7, 15, 20], "mostli": [4, 12], "mount": 13, "mpi": 25, "mspp": 2, "much": [2, 4, 6, 15, 20], "multipl": [4, 7, 12, 13, 20], "multiple_sigma": 2, "multipli": [7, 10], "multithread": [2, 7], "multithreaded_bla": 13, "multithred": 13, "must": [2, 4, 5, 6, 7, 13, 17, 18, 21], "mv": 6, "mxxx": [2, 4, 7, 10, 25], "n": [1, 4, 13, 15, 20, 23, 25], "n_": [4, 23], "n_1": 15, "n_2": [4, 15], "n_3": 15, "n_i": 15, "n_u": 2, "nabla_": 10, "nac": [2, 5, 6, 10, 15, 16, 23, 24], "nac_param": 15, "nacl": [18, 19], "name": [1, 2, 5, 7, 10, 17, 18, 21, 22, 25], "nan_param": 15, "nanobind": [2, 13], "nanotransport": 9, "nat": [3, 23], "nation": 11, "natphi": 3, "natur": [3, 4], "ndarrai": 15, "nearli": 7, "neccesarri": 25, "necessari": [1, 2, 4, 5, 6, 7, 13, 14, 15, 16, 17, 18, 20, 22, 25], "need": [1, 2, 5, 6, 7, 13, 20, 21], "neg": 7, "neglig": [4, 23], "neq": [4, 23], "nest": 13, "net": 11, "network": 7, "new": [2, 11], "next": 7, "nf": 13, "nicola": 3, "nint": 15, "node": [7, 25], "nois": 20, "non": [2, 7, 13, 16, 18, 24], "nonac": 16, "none": [4, 6], "normal": [1, 4, 7, 15], "normali": 4, "notat": 1, "note": [5, 6, 13, 21, 23], "notebook": 15, "noth": 1, "notifi": 9, "now": [2, 15], "np": [4, 7, 10, 12, 15, 23], "nu": 2, "nucl": 23, "null": 7, "num": [7, 18, 25], "num_atom": 12, "num_atoms_in_primitive_cel": 15, "num_atoms_in_supercel": [12, 15], "num_patom": 4, "num_satom": 4, "num_supercel": [12, 15], "number": [1, 2, 3, 4, 5, 6, 7, 13, 15, 17, 18, 20, 21, 22, 23, 25], "number_of_pairs_in_cutoff": 6, "numer": [4, 7], "numpag": 3, "numpi": [2, 4, 6, 10, 12, 13, 15], "o": [5, 6, 7, 10, 13, 14, 16, 23, 25], "observ": 20, "obtain": [2, 4, 5, 6, 7, 10, 11, 15, 17, 20, 21, 22, 23, 24, 25], "occur": 2, "oct": 3, "off": [1, 2, 4, 6], "often": [1, 4, 13], "ok": [7, 20], "old": [2, 13], "omega": [1, 4, 12, 23], "omega_": [1, 2, 4, 10, 12], "omega_0": 1, "omit": 6, "onc": [6, 7, 15, 16, 22, 25], "one": [1, 2, 4, 5, 6, 7, 13, 15, 16, 17, 21], "ones": 13, "onli": [1, 2, 6, 7, 12, 13, 15, 17, 23], "open": [3, 11, 19, 25], "openblas_num_thread": 13, "openmp": 2, "oper": [4, 11, 15, 16, 23], "opt": [2, 6, 18], "option": [2, 5, 6, 7, 10, 11, 12, 13, 14, 16, 17, 20, 21, 22, 23, 25], "optpars": 2, "order": [2, 5, 6, 7, 12, 14, 17, 20, 21, 22, 23, 24], "ordin": [4, 10], "org": [1, 3, 4, 13], "orig": 6, "origin": 1, "orrd": 1, "other": [1, 2, 4, 6, 7, 13, 14, 20, 23, 24], "otherwis": [2, 4, 15], "otim": [1, 10], "our": [6, 15, 20], "out": [2, 4, 6, 9, 10, 15, 17, 21, 23], "outer": [1, 10, 13, 15], "output": [1, 2, 4, 5, 6, 11, 13, 16, 18, 23], "over": [2, 4, 7, 10, 15, 16, 23, 25], "overestim": [2, 20], "overhead": [4, 25], "overrid": 2, "overwrit": [4, 6], "overwritten": 4, "oxford": 23, "p": [1, 4, 12, 23], "p3yaml": 6, "p_": [1, 2, 4, 10], "pa": [2, 6, 12, 17, 18, 22], "packag": [2, 5, 7, 8, 17], "page": [0, 3, 4, 7, 13, 23], "pair": [2, 11, 15], "pair_dist": 6, "paper": [4, 6, 11, 23], "parallel": 13, "parallelepip": 15, "param": [2, 15], "paramet": [2, 5, 16, 18, 20, 21, 24], "pars": [6, 12], "parse_born": 15, "parser": [2, 5, 15, 17, 21], "part": [2, 7, 10, 11, 12, 13, 15, 20, 25], "partial": 6, "particl": [4, 23], "pass": [1, 6], "past": 10, "path": [1, 2, 4], "paticular": 2, "pattern": 15, "pbe": [7, 25], "pbesol": [1, 4, 6, 7, 8, 23], "pe": 25, "peierl": 23, "peopl": 20, "perfect": 4, "perform": [2, 6, 7, 13, 15, 18, 22, 24], "period": 21, "permut": 2, "ph": [2, 4, 6, 7], "ph000": 18, "ph0000": 18, "ph3": [10, 15], "ph3yml": 15, "phi_": [2, 4, 6, 10, 12], "phon3pi": 2, "phono": 9, "phono3pi": [2, 4, 7, 8, 10, 12, 14, 18, 19, 20, 23, 24, 25], "phono3py_disp": [1, 2, 4, 10, 14, 15, 16, 17, 18, 20, 22], "phono3py_disp_dimfc2": 15, "phono3py_disp_rd": 18, "phono3py_displ": 22, "phono3py_param": 4, "phono3py_xxx": 16, "phono3py_yaml": [6, 15], "phono3pyyaml": [6, 15], "phono3y_param": 4, "phonon": [2, 3, 5, 9, 10, 11, 12, 17, 20, 21, 22, 23, 24, 25], "phonon3": 15, "phonon_dataset": 15, "phonon_forc": 15, "phonon_supercell_matrix": [2, 15], "phonon_supercells_with_displac": 15, "phonon_tp": 4, "phonondb": 11, "phonopi": [2, 3, 4, 5, 8, 9, 11, 12, 13, 15, 17, 19, 21, 22], "phonopyatom": 15, "phoonon": 4, "phy": [3, 4, 7, 19, 23], "physic": [1, 2, 3, 4, 10, 11, 15, 20], "physrevb": 3, "physrevlett": 3, "physrevx": 3, "physta": 9, "pi": [4, 10], "pick": 1, "pico": 10, "piec": [4, 7, 25], "pinv": [6, 7, 15], "pip": [13, 18], "pipelin": 4, "pitfal": 13, "place": 2, "plain": 10, "plan": 2, "plane": [1, 20], "pleas": [3, 4, 9, 11, 13, 16], "plot": [1, 2, 7, 9, 20, 23], "pmatrix": [12, 15], "png": 1, "point": [1, 2, 7, 12, 20, 21, 22, 25], "polar": 5, "polymorph": 19, "popul": [4, 23], "popular": 7, "poscar": [2, 4, 6, 12, 14, 15, 18, 22, 23], "poscar_fc2": [4, 22], "posit": [2, 7], "possibl": [2, 5, 13, 20], "possibli": 20, "potenti": [13, 20], "pp": [2, 7, 10], "pr": 2, "practic": [15, 23], "prb": 11, "pre": [2, 21], "predict": 23, "prefer": 4, "prefix": [2, 6], "prepar": [2, 11, 14, 15, 21], "present": [1, 7, 18, 20], "previou": [2, 10, 20], "previous": 2, "primari": 2, "primit": [1, 2, 6, 7, 12, 15, 21, 23, 24], "primitive_ax": 2, "primitive_matrix": [2, 4, 15], "princip": 4, "principl": [9, 15, 19, 24], "print": [6, 15, 22, 25], "printf": [22, 25], "probabl": [2, 7, 13, 17], "problem": [2, 22], "procedur": [2, 7, 22], "process": [4, 13, 15], "produce_fc": 15, "produce_fc3": 15, "product": [1, 4, 10], "program": 5, "project": [3, 9], "propag": 23, "proper": [4, 15, 17], "properli": [13, 15], "properti": [2, 4, 5, 7, 10, 11, 15, 17, 24], "provid": [2, 4, 7, 15, 16, 23, 24], "pseudo": 23, "publish": 3, "pure": 4, "purpos": [4, 15], "push": 0, "put": [2, 4], "pw": [4, 11, 14], "pwscf": [2, 8], "py": [0, 2, 7, 8, 9, 13, 25], "pydocstyl": 2, "pypi": 2, "pypolymlp": [2, 4], "pyproject": [2, 13], "python": [0, 2, 6, 7, 11, 13, 15, 16, 25], "python3": 2, "pythonpath": 13, "pyyaml": 13, "q": [1, 2, 6, 12, 20, 22, 23, 25], "q_direct": 2, "q_triplet": 4, "qe": [1, 11, 14, 17], "qpoint": [4, 10], "qsub": 25, "qualiti": 4, "quantiti": 18, "quantum": [4, 14, 23], "question": 11, "queue": 25, "quit": 25, "r": [0, 4, 6], "race": 2, "rai": 19, "ran": 1, "randan": [4, 6, 11], "random": 2, "random_displac": 18, "random_displacements_fc2": 18, "random_se": 18, "randomli": 2, "rang": [1, 4, 6, 15, 23, 24, 25], "rare": 2, "rate": 4, "rather": 1, "ratio": 6, "rd": [2, 18], "re": [2, 20, 25], "read": [1, 2, 5, 6, 7, 11, 12, 15, 16, 17, 18, 21, 22, 23, 25], "read_crystal_structur": 15, "read_gamma": [2, 25], "readabl": 2, "reader": 23, "readi": 15, "reaem": 2, "real": [2, 7, 11, 12], "realist": 7, "reason": [6, 25], "receipt": [2, 13], "recent": 17, "recip": 13, "reciproc": [2, 6, 10, 15, 20], "recogn": 4, "recommend": [1, 4, 5, 6, 7, 10, 13, 15, 25], "reconsid": 20, "record": 15, "recov": [2, 4], "red": 7, "reduc": [4, 6, 7, 10, 20], "reduct": [2, 4], "redund": [2, 15], "ref": 21, "refactor": 2, "refer": [4, 6, 11, 23], "regim": 23, "region": 1, "rel": 2, "relat": [2, 4, 7, 9, 11, 17, 24], "relax": [4, 5, 10, 11, 15, 21], "releas": [2, 13], "relev": 23, "reli": [7, 13], "remain": 23, "remov": [2, 4, 6, 13], "renam": [2, 4, 18, 20], "renew": 2, "renorm": 20, "repeat": 7, "replac": [2, 4, 5, 6, 16], "report": [11, 23], "repositori": 0, "repres": 4, "reproduc": 20, "repump": 23, "requir": [2, 4, 6, 7, 13, 15, 16, 18, 20, 22, 24], "reshap": [12, 15], "residu": [2, 4], "resolut": 1, "resourc": [6, 15], "respect": [1, 2, 4, 5, 6, 12, 14, 15, 20, 21], "restart": 13, "result": [1, 2, 4, 7, 11, 12, 17, 21, 23, 25], "rev": [3, 4, 7, 19, 23], "revers": 10, "review": 3, "rewritten": 2, "right": [4, 10, 15], "rightarrow": [4, 20], "riper": 21, "rm": [0, 23], "robust": 5, "roughli": [1, 4, 15], "routin": 13, "rst": 0, "rsync": 0, "rta": [1, 2, 4, 7, 10, 20, 25], "rule": 4, "run": [1, 2, 4, 7, 10, 13, 15, 17, 18, 22, 25], "run_thermal_conduct": 15, "runcry17": 5, "runngin": 10, "ry": 14, "s41567": 3, "sacrific": 6, "safer": 7, "same": [2, 4, 5, 6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23], "sampl": [1, 2, 7, 10, 20, 23], "sampli": 4, "satisfact": 1, "satoshi": 19, "satur": 1, "save": [1, 2, 6, 7, 15, 25], "savetxt": 12, "scale": 7, "scaled_posit": 15, "scarifi": 4, "scatter": [2, 5, 10, 19], "scf": 21, "scfconv": 21, "scheme": 4, "scienc": 11, "scikit": [2, 13], "scipi": [1, 13], "script": [1, 2, 4, 9], "sdx": 4, "search": [2, 4, 15], "second": [1, 4, 5, 10, 12, 15, 20, 21, 22, 23, 24], "second_atom": 6, "secondari": 2, "section": [7, 10], "sed": [6, 25], "see": [1, 2, 4, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 21, 23, 25], "seed": 18, "seem": [1, 20], "seismic": 1, "seitz": 4, "select": [4, 6, 7], "self": [2, 10, 11, 12, 20], "semi": 2, "semiconductor": 9, "send": 7, "separ": [1, 4, 22], "seprat": 4, "sequenti": [4, 22], "seri": [22, 23], "set": [0, 1, 2, 5, 6, 7, 11, 12, 13, 15, 17, 20, 22, 24, 25], "setup": [2, 7, 13], "seventh": 1, "sever": 4, "sh": 25, "shape": [2, 4, 10, 12, 15], "shell": 13, "shin": 4, "short": 25, "shortcut": [4, 18], "shorter": [6, 15], "should": [4, 5, 6, 7, 9, 10, 13, 20, 21, 25], "show": [1, 2, 4, 6, 7, 10, 20, 23], "shown": [2, 4, 6, 7, 10, 12, 13, 15, 17, 24, 25], "si": [1, 2, 4, 5, 7, 8, 17, 20, 21, 23, 25], "side": [1, 2], "sigma": [2, 7, 20, 22], "sigma_": 4, "sigma_cutoff": 2, "sigma_cutoff_width": 2, "sign": 7, "significantli": 7, "silicon": [2, 8], "sim": 4, "simga": [2, 4], "similar": [2, 4, 7, 12, 15, 18, 24], "similarli": [2, 4, 7, 16, 18, 25], "simoncelli": [3, 23], "simpl": [2, 4], "simpli": [4, 6, 7, 13, 15], "simultan": [2, 4], "sinc": [1, 4, 6, 7, 20, 22, 25], "singl": [1, 4, 10, 25], "sio2": 19, "site": [2, 5, 17, 21], "size": [2, 4, 6, 7, 18, 22], "skelton": [2, 9], "slightli": [2, 4, 10], "slower": [2, 7], "small": [2, 4, 5, 7, 20, 21], "smaller": [1, 2, 4, 7, 11, 15, 23], "smallest": 4, "smear": [2, 4, 7, 10, 20, 22], "smrt": 10, "snippet": 15, "so": [2, 4, 5, 6, 7, 12, 13, 15, 18, 21, 25], "soc": [19, 23], "societi": 3, "softwar": 11, "solid": [3, 23], "solut": [2, 4, 9, 11], "solv": [7, 23], "solver": 4, "some": [1, 2, 6, 10, 15, 16, 20, 25], "someth": 13, "sometim": [4, 6], "sort": 6, "sourc": 2, "sourceforg": 11, "sp": [2, 18], "space": [2, 6, 7, 10, 12, 15, 18, 20], "spacegroup": 6, "spars": 7, "sparse_dot_mkl": 4, "sparser": 7, "special": [4, 13, 14], "specif": [4, 10, 13, 23], "specifi": [1, 2, 4, 5, 6, 7, 10, 14, 15, 17, 18, 20, 21, 23, 25], "spectral": [2, 11, 24], "spectrum": [2, 4], "spglib": [2, 13], "sphinx": 0, "split": 25, "sqrt": 15, "stabl": [4, 7], "standard": [4, 13], "star": 10, "start": [1, 7, 12, 20], "state": [11, 12], "std": [6, 25], "step": [1, 5, 6, 15, 17, 22, 24], "still": 4, "store": [2, 4, 7, 11, 12, 14, 15, 18, 22, 23, 25], "store_dense_gp_map": [2, 10], "store_dense_svec": 2, "stp": [2, 7], "strage": 2, "straightforward": 7, "strategi": [3, 19], "strengh": 2, "strength": [2, 4, 15, 20], "strict": 13, "string": 16, "strongli": [4, 20], "structur": [1, 2, 4, 6, 12, 16, 17, 18, 20, 21], "studi": 21, "style": [2, 9], "subdirectori": 21, "subtract": [2, 4], "sudo": 13, "suffer": 12, "suffic": 20, "sum": [1, 2, 4, 10], "sum_": [1, 2, 4, 10, 23], "sum_j": 4, "summar": [11, 14], "summari": [6, 7], "summat": 4, "supecel": 18, "supercel": [2, 5, 11, 12, 17, 18, 20, 21, 22, 24], "supercell_fc2": [5, 21], "supercell_matrix": [2, 15], "supercell_out": 4, "supercells_with_displac": 15, "superimpos": 1, "support": [2, 4, 9, 11, 13, 15, 25], "suppos": [4, 6, 7, 22, 25], "suresh": 23, "switch": [1, 7], "sx": 4, "sxxx": 10, "sy": 25, "sym": [2, 4, 6, 16, 21], "symbol": 15, "symfc": [2, 18], "symmetr": [4, 5, 7, 10, 15, 16, 17, 20, 21, 22, 23], "symmetri": [1, 2, 5, 6, 10, 15, 17, 18, 20, 21, 22, 23], "symmetrize_fc2": 4, "symmetrize_fc3": 4, "system": [2, 4, 5, 7, 13, 14, 25], "systemat": [4, 18], "t": [2, 7, 10, 13, 16, 23], "tabl": [4, 6], "tadano": [3, 19], "tag": [2, 11], "tail": 4, "take": [1, 7, 22], "taken": 23, "tamura": 4, "tanaka": [3, 19], "tau": [10, 23], "tau_": [1, 10], "tc_la2zr2o7": 23, "techniqu": 15, "tee": [1, 6], "tell": 20, "temp": 7, "temp_index": 4, "temperatur": [2, 7, 23], "tempertur": 4, "templat": 5, "template3": 5, "ten": 22, "tend": 15, "tensor": [4, 10, 15, 23], "term": [2, 16, 18, 23, 24], "termin": 15, "terumasa": [3, 19], "test": [2, 4, 5, 9, 21], "tetrahedron": [2, 7, 20, 22, 23], "text": [1, 2, 4, 6, 7, 10, 14, 20], "than": [1, 2, 4, 6, 7, 11, 15, 20, 22, 23], "thei": [1, 2, 4, 5, 6, 7, 15, 17, 20, 21, 22, 25], "them": [4, 6, 7, 15, 24, 25], "theoret": 11, "theori": [3, 20, 23], "therefor": [1, 2, 4, 5, 6, 7, 12, 15, 17, 20, 21, 25], "therein": 23, "thermal": [2, 3, 4, 5, 6, 7, 9, 10, 11, 17, 18, 19, 21, 22, 23, 24, 25], "thi": [0, 1, 2, 4, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 25], "thing": 20, "third": [2, 4, 5, 6, 12, 15, 20, 21, 22, 24], "thm": [2, 20, 22], "those": [1, 2, 4, 6, 7, 10, 12, 13, 16, 17, 20, 25], "though": [4, 6, 7, 15, 25], "three": [1, 4, 6, 10, 12, 20, 24], "threshold": 1, "through": [7, 15, 16], "thu": [2, 23], "thz": [1, 4, 10, 12, 20], "time": [1, 2, 4, 5, 7, 10, 11, 13, 15, 18, 20, 21, 22, 25], "tip": 11, "titl": 3, "tmax": 23, "tmin": 23, "toctre": 0, "togeth": [1, 2, 4, 6, 7, 20], "togo": [3, 11, 19], "tolde": 5, "toml": [2, 13], "too": [2, 15], "tool": [2, 11], "top": 0, "total": [7, 23], "tprop": 4, "transform": [2, 4, 15, 20, 25], "translat": [2, 4, 6], "translation": 4, "transport": [4, 9, 11, 19], "treat": [2, 7, 23], "treatment": [2, 4], "tri": [4, 13], "trigger": 2, "triplet": [2, 4, 6, 12], "triplt": 4, "triptl": 4, "trivial": 20, "true": [1, 2, 6, 10, 12, 15], "try": [2, 6, 15], "tstep": 23, "tsutsui": 19, "tsym": 2, "tune": 2, "tunnel": 23, "turbomol": [2, 11, 14], "twice": [1, 20], "two": [4, 5, 6, 7, 12, 13, 16, 19, 20], "tx": 4, "txt": [2, 13], "txxx": 4, "type": [1, 2, 4, 12, 15, 16], "typehint": 2, "u": [1, 4, 12, 13], "ultra": 23, "ultralow": [4, 23], "umklapp": 4, "unchang": 23, "under": [1, 2, 4, 9, 15, 16, 22], "underestim": 20, "understand": 4, "understood": 1, "unifi": 3, "uniform": [4, 16, 20], "uniq": 6, "uniqu": [1, 4, 15], "unit": [1, 2, 4, 5, 6, 10, 12, 15, 17, 20, 21, 24], "unitcel": [4, 6, 12, 14, 15, 18, 22], "universitat": 9, "unless": [4, 17, 25], "unnecessari": [4, 7, 13, 15], "unspecifi": [4, 16], "until": 10, "up": [1, 2, 15], "updat": [0, 2], "upper": 6, "url": 3, "us": [2, 3, 5, 6, 8, 9, 11, 12, 14, 16, 17, 18, 20, 21, 22, 24, 25], "usabl": [2, 4, 15, 18], "usag": [2, 4, 10, 16, 20, 25], "use_grg": 15, "use_mkl": 4, "user": [1, 2, 9, 11, 13, 15, 24], "usr": [6, 25], "usual": [0, 2, 4, 10, 13, 15, 20, 22, 23], "v": [1, 4, 6, 10, 18, 23], "v1": 2, "v2": [2, 16], "v3": 2, "v_0": [1, 10], "v_g": 4, "val": [4, 6], "valid": 5, "valu": [1, 2, 4, 6, 7, 10, 11, 20], "varepsilon": 4, "variabl": [13, 15], "varianc": 2, "vasp": [2, 4, 6, 8, 11, 14, 15, 18], "vasprun": [2, 4, 6, 18, 22], "vasprun_xml": 18, "vassen": 23, "vector": [1, 4, 15], "veloc": [1, 2, 4, 10, 23], "veri": [2, 4, 6, 7, 13, 18, 20, 22], "version": [1, 4, 10], "via": [9, 15, 18], "virtual": 13, "visit": 11, "volum": [1, 3, 20, 23], "vvv": 13, "w": [1, 7, 10, 23], "wa": [1, 2, 6, 10, 13, 15, 18], "wai": [2, 4, 7, 9, 13, 15, 16, 22], "wan": 23, "want": [4, 6, 9, 10, 12, 15, 22], "watch": [4, 6, 10], "wave": [4, 20, 23], "wavepacket": 23, "wavevector": 23, "wc": 6, "we": [1, 4, 5, 6, 7, 15, 20, 21, 23, 24], "weak": 4, "weaker": 20, "web": [0, 4, 5, 17, 21], "weight": [11, 12], "well": [7, 23], "were": [2, 6, 7, 10, 15, 18], "wgp": [2, 7, 22, 25], "what": [5, 12, 21], "whcih": 2, "when": [1, 2, 4, 5, 6, 7, 10, 12, 13, 15, 16, 17, 18, 20, 21, 22, 24], "whenev": 4, "where": [1, 2, 4, 7, 10, 15, 17, 18, 22, 23, 24], "wherea": 15, "whether": [6, 20], "which": [1, 2, 3, 4, 6, 7, 13, 15, 18, 22, 23, 24, 25], "while": 23, "who": 2, "whose": [2, 7], "width": [10, 20, 22, 23], "wigner": 11, "wigner_la2zr2o7": 23, "wihtout": 2, "within": [4, 20], "without": [0, 1, 2, 4, 6, 7, 14, 20, 22], "work": [1, 2, 4, 13, 15, 16, 24, 25], "workflow": [11, 15], "workload": [4, 7, 11], "wrapper": [7, 13], "write": [2, 6, 7, 10, 12, 22, 23, 25], "write_detailed_gamma": 2, "write_fc3_dat": 2, "write_gamma": [2, 12, 25], "write_gamma_detail": [2, 12], "write_grid_address": 2, "write_triplet": 2, "written": [2, 4, 6, 7, 8, 10, 12, 13, 15], "wrong": [2, 13], "wrongli": 2, "www": [3, 13], "x": [1, 2, 3, 4, 6, 7, 10, 15, 19, 23], "x86": 13, "xml": [2, 4, 6, 18, 22], "xx": [1, 7, 10, 23], "xxx": [2, 4, 5, 17], "xxxxx": [2, 4, 5, 6, 22], "xxy": 15, "xy": [1, 7, 10, 23], "xyx": 15, "xyz": 6, "xz": [1, 7, 10, 23], "xzy": 6, "y": 1, "yaml": [1, 2, 4, 5, 7, 10, 14, 15, 16, 17, 20, 21, 22, 25], "yang": 23, "year": 3, "yet": [2, 8], "yield": 23, "you": [3, 4, 10, 12, 13, 21, 22], "your": [1, 12, 13], "your_shel": 13, "yxx": 15, "yxz": 6, "yy": [1, 7, 10, 15, 23], "yz": [1, 7, 10, 23], "zero": [2, 4, 6, 7, 10], "zhang": 23, "zone": [2, 3, 7, 10, 19, 22, 23], "zr": 23, "zsh": [17, 25], "zz": [1, 6, 7, 10, 23]}, "titles": ["How to write phono3py documentation", "Auxiliary tools", "Change Log", "How to cite phono3py", "Command options / Setting tags", "CRYSTAL & phono3py calculation", "Force constants calculation with cutoff pair-distance", "Direct solution of linearized phonon Boltzmann equation", "Examples", "External tools", "How to read the results stored in hdf5 files", "Welcome to phono3py", "Input / Output files", "Installation", "Interfaces to calculators", "Phono3py API", "phono3py-load command", "Quantum ESPRESSO (pw) & phono3py calculation", "Force constants calculation with randan displacements of atoms", "References", "Tips", "TURBOMOLE & phono3py calculation", "VASP & phono3py calculation", "Solution of the Wigner transport equation", "Workflow", "Workload distribution"], "titleterms": {"0": 2, "1": 2, "10": 2, "11": 2, "12": 2, "13": 2, "14": 2, "15": 2, "16": 2, "17": 2, "18": 2, "19": 2, "2": 2, "20": 2, "2015": 2, "2016": 2, "2017": 2, "2018": 2, "2019": 2, "2020": 2, "2021": 2, "2022": 2, "2023": 2, "2024": 2, "21": 2, "22": 2, "23": 2, "24": 2, "25": 2, "26": 2, "27": 2, "28": 2, "29": 2, "2nd": 15, "3": 2, "30": 2, "31": 2, "3rd": [4, 15], "3x3": 15, "4": 2, "5": 2, "6": 2, "7": 2, "8": 2, "9": 2, "A": [6, 20, 25], "One": 15, "acknowledg": 11, "address": 10, "alm": 4, "aln": 6, "amplitud": 4, "analyt": [4, 15], "api": 15, "approxim": 23, "apr": 2, "atom": [18, 20], "aug": 2, "automat": 13, "auxiliari": 1, "av": 4, "ave_pp": 10, "averag": [1, 19], "ax": 4, "band": 4, "band_indic": 4, "behavior": 14, "bi": 4, "bla": 13, "bmfp": 4, "boltzmann": [4, 7], "boundari": 4, "boundary_mfp": [4, 10], "br": 4, "brillouin": [4, 20], "bterta": 4, "build": 13, "c": [4, 13], "calc": 4, "calcul": [4, 5, 6, 14, 15, 17, 18, 21, 22], "cell": [4, 14], "cell_filenam": 4, "cf": 4, "cf2": 4, "cf3": 4, "cfc": 4, "cfz": 4, "chang": 2, "check": 20, "choic": 7, "citat": 3, "cite": 3, "class": [4, 15], "cmake": 13, "cmap": 1, "code": 13, "collect": 9, "collis": 7, "command": [4, 16, 18], "compact": 4, "compact_fc": 4, "compat": 20, "compil": 0, "compress": 4, "comput": 23, "conda": 13, "conduct": [1, 15, 20], "configur": [4, 13], "const": 4, "const_ave_pp": 4, "constant": [4, 6, 15, 18, 20], "contributor": 11, "control": 13, "conveni": 25, "correct": [4, 15], "correspond": 10, "cost": 23, "creat": [4, 6, 14, 18], "create_displac": 4, "creation": 4, "crystal": [4, 5, 15], "cumul": 1, "cutff": 6, "cutoff": [1, 4, 6, 7, 18, 19], "cutoff_fc3_dist": 4, "cutoff_pair_dist": 4, "cv": 1, "d": 4, "dat": 12, "dataset": 15, "dec": 2, "default": [4, 14], "densiti": [1, 4, 19], "detail": [4, 10], "develop": 13, "diagon": 7, "differ": 15, "dim": 4, "dim_fc2": 4, "dimens": 15, "direct": [3, 4, 7, 18], "displac": [4, 6, 14, 15, 18, 19, 20], "displacement_dist": 4, "distanc": [4, 6, 14, 18, 20], "distribut": [1, 4, 7, 25], "do": [1, 25], "document": [0, 11], "dr": 1, "energi": [4, 19], "equat": [3, 4, 7, 23], "espresso": 17, "event": 4, "exact": 23, "exampl": 8, "experiment": 15, "extern": 9, "extract": 6, "fc": [4, 15], "fc2": [4, 12], "fc3": [4, 12, 18], "fc_calcul": 4, "fc_calculator_opt": 4, "fc_symmetri": 4, "feb": 2, "file": [0, 4, 6, 10, 12, 14, 20], "fmax": 1, "forc": [4, 6, 15, 18, 20], "forces_fc2": [12, 18], "forces_fc3": [6, 12, 18], "format": 20, "formul": 4, "freq": 4, "frequenc": [4, 10], "from": [4, 6, 13], "fs2f2": 4, "full": 4, "full_pp": 4, "function": [4, 19], "ga": 4, "gamma": [1, 4, 10, 12], "gamma_detail": 12, "gamma_isotop": 10, "gcc": 13, "gener": [1, 15, 18], "gp": 4, "grid": [4, 10, 15], "grid_address": 4, "grid_point": 4, "group_veloc": 10, "gruneisen": 4, "gv": 1, "gv_by_gv": 10, "hdf5": [4, 10, 12], "heat_capac": 10, "how": [0, 1, 3, 7, 10, 23, 25], "i": [4, 6], "id": 6, "imag_self_energi": 4, "imaginari": 4, "import": 20, "index": 10, "indic": 4, "input": [4, 12], "instal": 13, "instruct": 13, "integ": 15, "integr": 4, "interact": [6, 7, 15, 19], "interfac": [4, 7, 14], "intermedi": 12, "invers": 7, "io": 4, "ise": 4, "isotop": 4, "its": 13, "jan": 2, "jdo": [4, 12], "joint": [4, 19], "joint_do": 4, "jul": 2, "jun": 2, "june": 2, "kaccum": 1, "kappa": [10, 12], "kappa_unit_convers": 10, "kdeplot": 1, "kinet": 9, "know": 10, "lapack": [7, 13], "latest": 13, "lattic": [1, 15, 20], "lbte": [3, 4], "lda": 6, "librari": [10, 13], "licens": 11, "lifetim": 1, "linear": 7, "linewidth": 12, "link": 7, "list": 11, "load": [7, 15, 16], "log": 2, "macro": 13, "magmom": 4, "magnet": 4, "mai": 2, "mail": 11, "make": 6, "manag": 13, "mar": 2, "mass": 4, "mass_vari": 4, "matrix": [7, 15], "memori": 7, "mesh": [4, 10], "mesh_numb": 4, "method": 4, "mfp": [1, 4], "mkl": 7, "mode": [4, 10], "model": 9, "moment": 4, "multithread": 13, "mv": 4, "n_u": 4, "nac": 4, "name": [4, 14], "nbin": 1, "netlib": 13, "non": [4, 15], "norm": 1, "nov": 2, "nsp": 1, "nu": 4, "num": 4, "num_frequency_point": 4, "number": 10, "numer": 20, "numpi": 7, "o": 4, "oct": 2, "onli": 4, "openbla": [7, 13], "openmp": 13, "opt": 4, "option": [1, 4, 18], "order": [4, 15], "output": 12, "pa": 4, "packag": 13, "pair": [4, 6, 18, 19], "param": 4, "paramet": [4, 7, 15], "part": 4, "pbe": 6, "phono3pi": [0, 1, 3, 5, 6, 9, 11, 13, 15, 16, 17, 21, 22], "phono3py_disp": [6, 12], "phono3py_param": 18, "phonon": [1, 4, 6, 7, 15, 19], "phonopi": 20, "physic": 14, "pitch": 4, "point": [4, 10, 15], "power": 9, "pp": 4, "pqj": 1, "practic": 20, "primit": 4, "primitive_ax": 4, "properti": 1, "provid": 13, "pseudo": 7, "publish": 0, "pw": 17, "python": 10, "q": [4, 10, 15], "q_direct": 4, "qe": 4, "qualiti": 20, "quantum": 17, "randan": 18, "random": [4, 18], "random_displac": 4, "random_displacements_fc2": 4, "random_se": 4, "ratio": 1, "rd": 4, "read": [4, 10], "read_fc2": 4, "read_fc3": 4, "read_gamma": 4, "read_phonon": 4, "read_pp": 4, "real": 4, "real_self_energi": 4, "reciproc": 4, "refer": 19, "regular": 15, "relat": [1, 18], "result": [10, 20], "review": 19, "rse": 4, "rta": 23, "run": 6, "sampl": [4, 15], "save": 4, "scalar": 1, "scatter": [4, 23], "scattering_event_class": 4, "scipi": 7, "script": [6, 25], "search": 13, "seed": 4, "self": [4, 19], "sep": 2, "set": 4, "shoot": 13, "si": 6, "sigma": 4, "sigma_cutoff_width": 4, "simpl": 12, "singl": 13, "solut": [3, 7, 23], "solv": 4, "solver": 7, "sourc": [0, 13], "sp": 4, "space": 4, "special": 6, "specif": 14, "spectral": [4, 19], "spectral_funct": 4, "spf": 4, "state": [4, 19], "store": 10, "stp": 4, "strength": [7, 19], "structur": 15, "summat": 20, "supercel": [4, 6, 15], "symfc": 4, "symmetri": 4, "t": 4, "tag": 4, "tau": 1, "temperatur": [1, 4, 10], "tensor": 1, "term": [4, 15], "test": 6, "tetrahedron": 4, "text": 12, "thermal": [1, 15, 20], "thm": 4, "thread": 13, "three": 15, "tip": 20, "tmax": 4, "tmin": 4, "tool": [1, 9], "trace": 1, "transport": [3, 23], "treatment": 23, "troubl": 13, "true": 4, "tstep": 4, "turbomol": [4, 21], "ubuntu": 13, "unit": 14, "us": [1, 4, 7, 10, 13, 15, 23], "usag": [6, 7], "use_ave_pp": 4, "util": 4, "valu": 15, "varianc": 4, "vasp": 22, "version": [2, 13], "via": 7, "wai": 20, "weight": [4, 10], "welcom": 11, "wgp": 4, "what": 6, "wigner": [3, 4, 23], "work": 7, "workflow": [5, 17, 21, 22, 24], "workload": 25, "write": [0, 4], "write_gamma": 4, "write_gamma_detail": 4, "write_phonon": 4, "write_pp": 4, "wte": 23, "xmax": 1, "yaml": [6, 12, 18], "ymax": 1, "zmax": 1, "zone": [4, 20]}}) \ No newline at end of file +Search.setIndex({"alltitles": {"--alm": [[4, "alm"]], "--amplitude (DISPLACEMENT_DISTANCE)": [[4, "amplitude-displacement-distance"]], "--ave-pp (USE_AVE_PP = .TRUE.)": [[4, "ave-pp-use-ave-pp-true"]], "--average": [[1, "average"]], "--bi (BAND_INDICES)": [[4, "bi-band-indices"]], "--boundary-mfp, --bmfp (BOUNDARY_MFP)": [[4, "boundary-mfp-bmfp-boundary-mfp"]], "--br (BTERTA = .TRUE.)": [[4, "br-bterta-true"]], "--cf2 (command option only)": [[4, "cf2-command-option-only"]], "--cf3 (command option only)": [[4, "cf3-command-option-only"]], "--cf3-file (command option only)": [[4, "cf3-file-command-option-only"]], "--cfc or --compact-fc (COMPACT_FC = .TRUE.)": [[4, "cfc-or-compact-fc-compact-fc-true"]], "--cfs or --create-force-sets (command option only)": [[4, "cfs-or-create-force-sets-command-option-only"]], "--cfz (command option only)": [[4, "cfz-command-option-only"]], "--cmap": [[1, "cmap"]], "--const-ave-pp (CONST_AVE_PP = .TRUE.)": [[4, "const-ave-pp-const-ave-pp-true"]], "--crystal (CALCULATOR = CRYSTAL)": [[4, "crystal-calculator-crystal"]], "--cutoff, --fmax": [[1, "cutoff-fmax"]], "--cutoff-fc3 or --cutoff-fc3-distance (CUTOFF_FC3_DISTANCE)": [[4, "cutoff-fc3-or-cutoff-fc3-distance-cutoff-fc3-distance"]], "--cutoff-pair or --cutoff-pair-distance (CUTOFF_PAIR_DISTANCE)": [[4, "cutoff-pair-or-cutoff-pair-distance-cutoff-pair-distance"]], "--cv": [[1, "cv"]], "--dim (DIM)": [[4, "dim-dim"]], "--dim-fc2 (DIM_FC2)": [[4, "dim-fc2-dim-fc2"]], "--dos": [[1, "dos"]], "--dr, --density-ratio": [[1, "dr-density-ratio"]], "--fc-calc, --fc-calculator (FC_CALCULATOR)": [[4, "fc-calc-fc-calculator-fc-calculator"]], "--fc-calc-opt, --fc-calculator-options (FC_CALCULATOR_OPTIONS)": [[4, "fc-calc-opt-fc-calculator-options-fc-calculator-options"]], "--fc-symmetry (FC_SYMMETRY = .TRUE.)": [[4, "fc-symmetry-fc-symmetry-true"]], "--fc2 (READ_FC2 = .TRUE.)": [[4, "fc2-read-fc2-true"]], "--fc3 (READ_FC3 = .TRUE.)": [[4, "fc3-read-fc3-true"]], "--fs2f2 or --force-sets-to-forces-fc2 (command option only)": [[4, "fs2f2-or-force-sets-to-forces-fc2-command-option-only"]], "--full-pp (FULL_PP = .TRUE.)": [[4, "full-pp-full-pp-true"]], "--ga (GRID_ADDRESSES)": [[4, "ga-grid-addresses"]], "--gamma": [[1, "gamma"]], "--gp (GRID_POINTS)": [[4, "gp-grid-points"]], "--gruneisen (GRUNEISEN = .TRUE.)": [[4, "gruneisen-gruneisen-true"]], "--gv": [[1, "gv"]], "--gv-norm": [[1, "gv-norm"]], "--hdf5-compression (command option only)": [[4, "hdf5-compression-command-option-only"]], "--io (command option only)": [[4, "io-command-option-only"]], "--ise (IMAG_SELF_ENERGY = .TRUE.)": [[4, "ise-imag-self-energy-true"]], "--isotope (ISOTOPE =.TRUE.)": [[4, "isotope-isotope-true"]], "--jdos (JOINT_DOS = .TRUE.)": [[4, "jdos-joint-dos-true"]], "--lbte (LBTE = .TRUE.)": [[4, "lbte-lbte-true"]], "--magmom (MAGMOM)": [[4, "magmom-magmom"]], "--mass (MASS)": [[4, "mass-mass"]], "--mass-variances or --mv (MASS_VARIANCES)": [[4, "mass-variances-or-mv-mass-variances"]], "--mesh (MESH or MESH_NUMBERS)": [[4, "mesh-mesh-or-mesh-numbers"]], "--mfp": [[1, "mfp"]], "--nac (NAC = .TRUE.)": [[4, "nac-nac-true"]], "--nbins": [[1, "nbins"]], "--nsp": [[1, "nsp"]], "--nu (N_U = .TRUE.)": [[4, "nu-n-u-true"]], "--num-freq-points, --freq-pitch (NUM_FREQUENCY_POINTS)": [[4, "num-freq-points-freq-pitch-num-frequency-points"]], "--pa, --primitive-axes (PRIMITIVE_AXES)": [[4, "pa-primitive-axes-primitive-axes"]], "--pqj": [[1, "pqj"]], "--q-direction (Q_DIRECTION)": [[4, "q-direction-q-direction"]], "--qe (CALCULATOR = QE)": [[4, "qe-calculator-qe"]], "--rd (RANDOM_DISPLACEMENTS), --rd-fc2 (RANDOM_DISPLACEMENTS_FC2) and --random-seed (RANDOM_SEED)": [[4, "rd-random-displacements-rd-fc2-random-displacements-fc2-and-random-seed-random-seed"]], "--read-gamma (READ_GAMMA = .TRUE.)": [[4, "read-gamma-read-gamma-true"]], "--read-phonon (READ_PHONON = .TRUE.)": [[4, "read-phonon-read-phonon-true"]], "--rse (REAL_SELF_ENERGY = .TRUE.)": [[4, "rse-real-self-energy-true"]], "--scattering-event-class (SCATTERING_EVENT_CLASS)": [[4, "scattering-event-class-scattering-event-class"]], "--sigma (SIGMA)": [[4, "sigma-sigma"]], "--sigma-cutoff (SIGMA_CUTOFF_WIDTH)": [[4, "sigma-cutoff-sigma-cutoff-width"]], "--sp or --save-params": [[4, "sp-or-save-params"]], "--spf (SPECTRAL_FUNCTION = .TRUE.)": [[4, "spf-spectral-function-true"]], "--stp (command option only)": [[4, "stp-command-option-only"]], "--symfc and --alm": [[4, "symfc-and-alm"]], "--tau": [[1, "tau"]], "--temperature": [[1, "temperature"], [1, "id2"]], "--thm (TETRAHEDRON = .TRUE.)": [[4, "thm-tetrahedron-true"]], "--tmax, --tmin, --tstep (TMAX, TMIN, TSTEP)": [[4, "tmax-tmin-tstep-tmax-tmin-tstep"]], "--trace": [[1, "trace"]], "--ts (TEMPERATURES): Temperatures": [[4, "ts-temperatures-temperatures"]], "--turbomole (CALCULATOR = TURBOMOLE)": [[4, "turbomole-calculator-turbomole"]], "--wgp (command option only)": [[4, "wgp-command-option-only"]], "--wigner": [[4, "wigner"]], "--write-gamma (WRITE_GAMMA = .TRUE.)": [[4, "write-gamma-write-gamma-true"]], "--write-gamma-detail (WRITE_GAMMA_DETAIL = .TRUE.)": [[4, "write-gamma-detail-write-gamma-detail-true"]], "--write-phonon (WRITE_PHONON = .TRUE.)": [[4, "write-phonon-write-phonon-true"]], "--write-pp (WRITE_PP = .TRUE.) and --read-pp (READ_PP = .TRUE.)": [[4, "write-pp-write-pp-true-and-read-pp-read-pp-true"]], "--xmax and --ymax": [[1, "xmax-and-ymax"]], "--zmax": [[1, "zmax"]], "-c (CELL_FILENAME)": [[4, "c-cell-filename"]], "-d (CREATE_DISPLACEMENTS = .TRUE.)": [[4, "d-create-displacements-true"]], "-i (command option only)": [[4, "i-command-option-only"]], "-o (command option only)": [[4, "o-command-option-only"]], "3x3 integer matrix (experimental)": [[15, "x3-integer-matrix-experimental"]], "A convenient script": [[25, "a-convenient-script"]], "A practical way to check lattice thermal conductivity result": [[20, "a-practical-way-to-check-lattice-thermal-conductivity-result"]], "A script extract supercell IDs from phono3py_disp.yaml": [[6, "a-script-extract-supercell-ids-from-phono3py-disp-yaml"]], "Acknowledgements": [[11, "acknowledgements"]], "AlN-LDA": [[6, "aln-lda"]], "Apr-16-2016: version 1.10.7": [[2, "apr-16-2016-version-1-10-7"]], "Apr-18-2019: Version 1.17.0": [[2, "apr-18-2019-version-1-17-0"]], "Apr-19-2024: Version 3.0.0": [[2, "apr-19-2024-version-3-0-0"]], "Apr-20-2024: Version 3.0.1": [[2, "apr-20-2024-version-3-0-1"]], "Apr-21-2024: Version 3.0.2": [[2, "apr-21-2024-version-3-0-2"]], "Apr-24-2016: version 1.10.9": [[2, "apr-24-2016-version-1-10-9"]], "Apr-3-2023: Version 2.6.0": [[2, "apr-3-2023-version-2-6-0"]], "Apr-9-2022: Version 2.3.0": [[2, "apr-9-2022-version-2-3-0"]], "Aug-12-2015: version 0.9.12": [[2, "aug-12-2015-version-0-9-12"]], "Aug-23-2024: Version 3.4": [[2, "aug-23-2024-version-3-4"]], "Aug-6-2024: Version 3.3.3": [[2, "aug-6-2024-version-3-3-3"]], "Aug-8-2024: Version 3.3.4": [[2, "aug-8-2024-version-3-3-4"]], "Auxiliary tools": [[1, null]], "Averaged phonon-phonon interaction strength": [[19, "averaged-phonon-phonon-interaction-strength"]], "Brillouin zone integration": [[4, "brillouin-zone-integration"]], "Brillouin zone summation": [[20, "brillouin-zone-summation"]], "Build with automatic search of library configurations by cmake": [[13, "build-with-automatic-search-of-library-configurations-by-cmake"]], "CRYSTAL & phono3py calculation": [[5, null]], "Calculation of force constants": [[18, "calculation-of-force-constants"]], "Calculator interface": [[4, "calculator-interface"]], "Calculator specific behaviors": [[14, "calculator-specific-behaviors"]], "Change Log": [[2, null]], "Changes in version 0.6.0": [[2, "changes-in-version-0-6-0"]], "Changes in version 0.7.1": [[2, "changes-in-version-0-7-1"]], "Changes in version 0.7.2": [[2, "changes-in-version-0-7-2"]], "Changes in version 0.7.6": [[2, "changes-in-version-0-7-6"]], "Changes in version 0.8.0": [[2, "changes-in-version-0-8-0"]], "Changes in version 0.8.10": [[2, "changes-in-version-0-8-10"]], "Changes in version 0.8.11": [[2, "changes-in-version-0-8-11"]], "Changes in version 0.8.2": [[2, "changes-in-version-0-8-2"]], "Changes in version 0.9.4": [[2, "changes-in-version-0-9-4"]], "Changes in version 0.9.5": [[2, "changes-in-version-0-9-5"]], "Changes in version 0.9.6": [[2, "changes-in-version-0-9-6"]], "Changes in version 0.9.7": [[2, "changes-in-version-0-9-7"]], "Citation of direct solution of LBTE (--lbte)": [[3, "citation-of-direct-solution-of-lbte-lbte"]], "Citation of phono3py": [[3, "citation-of-phono3py"]], "Citation of solution of the Wigner transport equation (--wigner)": [[3, "citation-of-solution-of-the-wigner-transport-equation-wigner"]], "Command options / Setting tags": [[4, null]], "Computational cost": [[23, "computational-cost"]], "Contributors": [[11, "contributors"]], "Create FORCES_FC3 and FORCES_FC2": [[18, "create-forces-fc3-and-forces-fc2"]], "Create phono3py_params.yaml": [[18, "create-phono3py-params-yaml"]], "Creating supercells with displacements": [[6, "creating-supercells-with-displacements"]], "Crystal structure": [[15, "crystal-structure"]], "Cutoff pair-distance for fc3 calculation": [[18, "cutoff-pair-distance-for-fc3-calculation"]], "Cutoff parameter of pseudo inversion": [[7, "cutoff-parameter-of-pseudo-inversion"]], "Cutoff-pair displacements": [[19, "cutoff-pair-displacements"]], "Dec-14-2016: version 1.11.7": [[2, "dec-14-2016-version-1-11-7"]], "Dec-22-2019: Version 1.18.2": [[2, "dec-22-2019-version-1-18-2"]], "Dec-25-2023: Version 2.9.0": [[2, "dec-25-2023-version-2-9-0"]], "Dec-26-2023: Version 2.9.1": [[2, "dec-26-2023-version-2-9-1"]], "Dec-29-2022: Version 2.5.0": [[2, "dec-29-2022-version-2-5-0"]], "Dec-31-2022: Version 2.5.1": [[2, "dec-31-2022-version-2-5-1"]], "Dec-4-2023: Version 2.8.0": [[2, "dec-4-2023-version-2-8-0"]], "Default displacement distance created": [[14, "default-displacement-distance-created"]], "Default unit cell file name": [[14, "default-unit-cell-file-name"]], "Details of kappa-*.hdf5 file": [[10, "details-of-kappa-hdf5-file"]], "Diagonalization solver interfaces": [[7, "diagonalization-solver-interfaces"]], "Direct solution of linearized phonon Boltzmann equation": [[7, null]], "Displacement creation": [[4, "displacement-creation"]], "Displacement dataset generation": [[15, "displacement-dataset-generation"]], "Displacement distance of atoms": [[20, "displacement-distance-of-atoms"]], "Distribution of collision matrix": [[7, "distribution-of-collision-matrix"]], "Distribution of phonon-phonon interaction strengths": [[7, "distribution-of-phonon-phonon-interaction-strengths"]], "Documentation": [[11, "documentation"]], "Examples": [[8, null]], "External tools": [[9, null]], "FORCES_FC2": [[12, "forces-fc2"]], "FORCES_FC3": [[12, "forces-fc3"]], "Feb-1-2018: version 1.12.7": [[2, "feb-1-2018-version-1-12-7"]], "Feb-14-2022: Version 2.2.0": [[2, "feb-14-2022-version-2-2-0"]], "Feb-2-2024: Version 2.9.2": [[2, "feb-2-2024-version-2-9-2"]], "Feb-21-2021: Version 1.22.1": [[2, "feb-21-2021-version-1-22-1"]], "Feb-21-2021: Version 1.22.2": [[2, "feb-21-2021-version-1-22-2"]], "Feb-9-2017: version 1.11.9": [[2, "feb-9-2017-version-1-11-9"]], "File I/O": [[4, "file-i-o"]], "File format compatibility with phonopy": [[20, "file-format-compatibility-with-phonopy"]], "Force constants": [[4, "force-constants"]], "Force constants calculation": [[15, "force-constants-calculation"]], "Force constants calculation with cutoff pair-distance": [[6, null]], "Force constants calculation with randan displacements of atoms": [[18, null]], "General options": [[1, "general-options"]], "Generation of random directional displacements": [[18, "generation-of-random-directional-displacements"]], "HDF5 files": [[12, "hdf5-files"]], "How to cite phono3py": [[3, null]], "How to compile": [[0, "how-to-compile"]], "How to do it": [[25, "how-to-do-it"]], "How to know grid point index number corresponding to grid address": [[10, "how-to-know-grid-point-index-number-corresponding-to-grid-address"]], "How to publish": [[0, "how-to-publish"]], "How to read the results stored in hdf5 files": [[10, null]], "How to use": [[7, "how-to-use"], [23, "how-to-use"]], "How to use HDF5 python library": [[10, "how-to-use-hdf5-python-library"]], "How to use phono3py-kaccum": [[1, "how-to-use-phono3py-kaccum"]], "How to write phono3py documentation": [[0, null]], "Imaginary and real parts of self energy": [[4, "imaginary-and-real-parts-of-self-energy"]], "Importance of numerical quality of force constants": [[20, "importance-of-numerical-quality-of-force-constants"]], "Input / Output files": [[12, null]], "Input cell file name": [[4, "input-cell-file-name"]], "Installation": [[13, null]], "Installation from source code": [[13, "installation-from-source-code"]], "Installation instruction of latest development version of phono3py": [[13, "installation-instruction-of-latest-development-version-of-phono3py"]], "Installation of LAPACKE": [[13, "installation-of-lapacke"]], "Installation using conda": [[13, "installation-using-conda"]], "Interfaces to calculators": [[14, null]], "Intermediate text files": [[12, "intermediate-text-files"]], "Jan-29-2021: Version 1.22.0": [[2, "jan-29-2021-version-1-22-0"]], "Joint density of states (JDOS) and weighted-JDOS": [[4, "joint-density-of-states-jdos-and-weighted-jdos"]], "Jul-22-2021: Version 2.0.0": [[2, "jul-22-2021-version-2-0-0"]], "Jul-22-2024: Version 3.3.2": [[2, "jul-22-2024-version-3-3-2"]], "Jul-3-2023: Version 2.7.0": [[2, "jul-3-2023-version-2-7-0"]], "Jul-8-2024: Version 3.3.0": [[2, "jul-8-2024-version-3-3-0"]], "Jul-8-2024: Version 3.3.1": [[2, "jul-8-2024-version-3-3-1"]], "Jun-17-2015: version 0.9.10": [[2, "jun-17-2015-version-0-9-10"]], "Jun-18-2015: version 0.9.10.1": [[2, "jun-18-2015-version-0-9-10-1"]], "Jun-18-2017: version 1.11.13": [[2, "jun-18-2017-version-1-11-13"]], "Jun-19-2024: Version 3.1.2": [[2, "jun-19-2024-version-3-1-2"]], "Jun-29-2024: Version 3.2.0": [[2, "jun-29-2024-version-3-2-0"]], "Jun-7-2024: Version 3.0.4": [[2, "jun-7-2024-version-3-0-4"]], "Jun-7-2024: Version 3.1.0": [[2, "jun-7-2024-version-3-1-0"]], "Jun-7-2024: Version 3.1.1": [[2, "jun-7-2024-version-3-1-1"]], "June-20-2018: version 1.13.3": [[2, "june-20-2018-version-1-13-3"]], "Kinetic Collective Model": [[9, "kinetic-collective-model"]], "Lattice thermal conductivity calculation": [[15, "lattice-thermal-conductivity-calculation"]], "License": [[11, "license"]], "Mailing list": [[11, "mailing-list"]], "Making FORCES_FC3": [[6, "making-forces-fc3"]], "Mar-15-2016: version 1.10.5": [[2, "mar-15-2016-version-1-10-5"]], "Mar-16-2018: version 1.12.9": [[2, "mar-16-2018-version-1-12-9"]], "Mar-17-2021: Version 1.22.3": [[2, "mar-17-2021-version-1-22-3"]], "Mar-2-2020: Version 1.19.0": [[2, "mar-2-2020-version-1-19-0"]], "Mar-20-2024: Version 2.10.0": [[2, "mar-20-2024-version-2-10-0"]], "Mar-24-2019: Version 1.16.0": [[2, "mar-24-2019-version-1-16-0"]], "Mar-3-2020: Version 1.19.1": [[2, "mar-3-2020-version-1-19-1"]], "Mar-3-2020: Version 1.20.0": [[2, "mar-3-2020-version-1-20-0"]], "Mar-31-2017: version 1.11.11": [[2, "mar-31-2017-version-1-11-11"]], "May-17-2018: version 1.13.1": [[2, "may-17-2018-version-1-13-1"]], "May-28-2022: Version 2.3.2": [[2, "may-28-2022-version-2-3-2"]], "May-4-2024: Version 3.0.3": [[2, "may-4-2024-version-3-0-3"]], "May-7-2022: Version 2.3.1": [[2, "may-7-2022-version-2-3-1"]], "Memory usage": [[7, "memory-usage"]], "Methods to solve phonon Boltzmann equation and Wigner formulation": [[4, "methods-to-solve-phonon-boltzmann-equation-and-wigner-formulation"]], "Mode-Gruneisen parameter from 3rd order force constants": [[4, "mode-gruneisen-parameter-from-3rd-order-force-constants"]], "Multithreading and its controlling by C macro": [[13, "multithreading-and-its-controlling-by-c-macro"]], "Netlib LAPACKE provided by Ubuntu package manager (with single-thread BLAS)": [[13, "netlib-lapacke-provided-by-ubuntu-package-manager-with-single-thread-blas"]], "Non-analytical term correction": [[4, "non-analytical-term-correction"]], "Non-analytical term correction parameters": [[15, "non-analytical-term-correction-parameters"]], "Nov-17-2017: version 1.12.3": [[2, "nov-17-2017-version-1-12-3"]], "Nov-22-2017: version 1.12.5": [[2, "nov-22-2017-version-1-12-5"]], "Nov-22-2018: version 1.14.3": [[2, "nov-22-2018-version-1-14-3"]], "Nov-27-2016: version 1.11.5": [[2, "nov-27-2016-version-1-11-5"]], "Nov-3-2021: Version 2.1.0": [[2, "nov-3-2021-version-2-1-0"]], "Oct-10-2015: version 0.9.14": [[2, "oct-10-2015-version-0-9-14"]], "Oct-17-2019: Version 1.18.1": [[2, "oct-17-2019-version-1-18-1"]], "Oct-5-2022: Version 2.4.0": [[2, "oct-5-2022-version-2-4-0"]], "Oct-6-2022: Version 2.4.1": [[2, "oct-6-2022-version-2-4-1"]], "Oct-9-2019: Version 1.18.0": [[2, "oct-9-2019-version-1-18-0"]], "One value": [[15, "one-value"]], "OpenBLAS or MKL linked scipy and numpy": [[7, "openblas-or-mkl-linked-scipy-and-numpy"]], "OpenBLAS or MKL via LAPACKE": [[7, "openblas-or-mkl-via-lapacke"]], "OpenBLAS provided by conda": [[13, "openblas-provided-by-conda"]], "OpenMP library of gcc": [[13, "openmp-library-of-gcc"]], "Options": [[1, "options"]], "Options for scalar properties": [[1, "options-for-scalar-properties"]], "Options for symfc": [[4, "options-for-symfc"]], "Options for tensor properties": [[1, "options-for-tensor-properties"]], "Phono3py API": [[15, null]], "Phono3py class": [[15, "phono3py-class"]], "Phono3py-Power-Tools": [[9, "phono3py-power-tools"]], "Phonon-phonon interaction calculation": [[15, "phonon-phonon-interaction-calculation"]], "Physical unit": [[14, "physical-unit"]], "Quantum ESPRESSO (pw) & phono3py calculation": [[17, null]], "Reciprocal space sampling mesh and grid points, and band indices": [[4, "reciprocal-space-sampling-mesh-and-grid-points-and-band-indices"]], "References": [[19, null]], "Regular grid for q-point sampling": [[15, "regular-grid-for-q-point-sampling"]], "Related command options": [[18, "related-command-options"]], "Reviews": [[19, "reviews"]], "Running phonon-phonon interaction calculation": [[6, "running-phonon-phonon-interaction-calculation"]], "Sampling frequency for distribution functions": [[4, "sampling-frequency-for-distribution-functions"]], "Scattering": [[4, "scattering"]], "Self-energy, spectral function, joint-density of states": [[19, "self-energy-spectral-function-joint-density-of-states"]], "Sep-26-2015: version 0.9.13": [[2, "sep-26-2015-version-0-9-13"]], "Sep-30-2020: Version 1.21.0": [[2, "sep-30-2020-version-1-21-0"]], "Si-PBE": [[6, "si-pbe"]], "Simple text file": [[12, "simple-text-file"]], "Solution of the WTE, exact treatment of scattering": [[23, "solution-of-the-wte-exact-treatment-of-scattering"]], "Solution of the WTE, scattering in the RTA approximation": [[23, "solution-of-the-wte-scattering-in-the-rta-approximation"]], "Solution of the Wigner transport equation": [[23, null]], "Solver choice for diagonalization": [[7, "solver-choice-for-diagonalization"]], "Source files": [[0, "source-files"]], "Special phono3py_disp.yaml": [[6, "special-phono3py-disp-yaml"]], "Spectral function": [[4, "spectral-function"]], "Supercell files": [[6, "supercell-files"]], "Supercell force calculation": [[15, "supercell-force-calculation"]], "Supercell, primitive cell, masses, magnetic moments": [[4, "supercell-primitive-cell-masses-magnetic-moments"]], "TURBOMOLE & phono3py calculation": [[21, null]], "Temperature": [[4, "temperature"]], "Tests": [[6, "tests"]], "Three integer values": [[15, "three-integer-values"]], "Tips": [[20, null]], "Trouble shooting": [[13, "trouble-shooting"]], "Usage": [[6, "usage"]], "Use of configuration file": [[4, "use-of-configuration-file"]], "Use of different supercell dimensions for 2nd and 3rd order FCs": [[15, "use-of-different-supercell-dimensions-for-2nd-and-3rd-order-fcs"]], "Utilities to create default input files": [[4, "utilities-to-create-default-input-files"]], "VASP & phono3py calculation": [[22, null]], "Welcome to phono3py": [[11, null]], "What is cutff pair-distance in phono3py?": [[6, "what-is-cutff-pair-distance-in-phono3py"]], "Work load distribution": [[7, "work-load-distribution"]], "Workflow": [[5, "workflow"], [17, "workflow"], [21, "workflow"], [22, "workflow"], [24, null]], "Workload distribution": [[25, null]], "ave_pp": [[10, "ave-pp"]], "boundary_mfp": [[10, "boundary-mfp"]], "fc2.hdf5": [[12, "fc2-hdf5"]], "fc3.hdf5": [[12, "fc3-hdf5"]], "frequency": [[10, "frequency"]], "gamma": [[10, "gamma"]], "gamma-*.hdf5": [[12, "gamma-hdf5"]], "gamma_detail-*.hdf5": [[12, "gamma-detail-hdf5"]], "gamma_isotope": [[10, "gamma-isotope"]], "gammas-*.dat": [[12, "gammas-dat"]], "group_velocity": [[10, "group-velocity"]], "gv_by_gv": [[10, "gv-by-gv"]], "heat_capacity": [[10, "heat-capacity"]], "jdos-*.dat": [[12, "jdos-dat"]], "kappa": [[10, "kappa"]], "kappa-*.hdf5": [[12, "kappa-hdf5"]], "kappa_unit_conversion": [[10, "kappa-unit-conversion"]], "linewidth-*.dat": [[12, "linewidth-dat"]], "mesh": [[10, "mesh"]], "mode-kappa": [[10, "mode-kappa"]], "phono3py-kaccum: Cumulative lattice thermal conductivity and related properties": [[1, "phono3py-kaccum-cumulative-lattice-thermal-conductivity-and-related-properties"]], "phono3py-kdeplot: Distribution of phonon lifetime": [[1, "phono3py-kdeplot-distribution-of-phonon-lifetime"]], "phono3py-load command": [[16, null]], "phono3py.load": [[15, "phono3py-load"]], "phono3py_disp.yaml": [[12, "phono3py-disp-yaml"]], "q-point": [[10, "q-point"]], "temperature": [[10, "temperature"]], "weight": [[10, "weight"]]}, "docnames": ["README", "auxiliary-tools", "changelog", "citation", "command-options", "crystal", "cutoff-pair", "direct-solution", "examples", "external-tools", "hdf5_howto", "index", "input-output-files", "install", "interfaces", "phono3py-api", "phono3py-load", "qe", "random-displacements", "reference", "tips", "turbomole", "vasp", "wigner-solution", "workflow", "workload-distribution"], "envversion": {"sphinx": 63, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinxcontrib.bibtex": 9}, "filenames": ["README.md", "auxiliary-tools.md", "changelog.md", "citation.md", "command-options.md", "crystal.md", "cutoff-pair.md", "direct-solution.md", "examples.md", "external-tools.md", "hdf5_howto.md", "index.md", "input-output-files.md", "install.md", "interfaces.md", "phono3py-api.md", "phono3py-load.md", "qe.md", "random-displacements.md", "reference.md", "tips.md", "turbomole.md", "vasp.md", "wigner-solution.md", "workflow.md", "workload-distribution.md"], "indexentries": {}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [1, 2, 4, 6, 7, 12, 13, 15, 17, 20, 22, 23, 25], "0": [1, 4, 6, 7, 10, 12, 13, 14, 15, 20, 21, 22, 23, 25], "00": [7, 10, 15, 18], "000": [6, 7, 23], "0000": [6, 15], "00000": 4, "000000": [6, 15], "000000000000000": 15, "0000000000000000": 12, "00000000e": [10, 15], "000001": 6, "00001": [4, 5, 6, 17, 21, 22], "00002": [4, 6, 17, 22], "00003": [4, 6], "00004": 4, "0000502600": 12, "00006": 4, "0000614400": 12, "0000959800": 12, "0001": 6, "0001100900": 12, "00016": 6, "00017": 6, "00018": 6, "00019": 6, "00024": 6, "00025": 6, "00026": 6, "00027": 6, "00032": 6, "00033": 6, "00034": 6, "00035": 6, "00036": 6, "00037": 6, "0003797900": 12, "00038": 6, "00039": 6, "00040": 6, "00041": 6, "00042": 6, "00043": 6, "0004792400": 12, "0006578200": 12, "00070": 6, "00071": 6, "00072": 6, "00073": 6, "00074": 6, "00075": 6, "00076": 6, "00077": 6, "00078": 6, "00079": 6, "00080": 6, "00081": 6, "00082": 6, "00083": 6, "0008300600": 12, "00084": 6, "00085": 6, "00086": 6, "00087": 6, "00088": 6, "00089": 6, "000948820000000": 15, "00096": 6, "00097": 6, "00098": 6, "00099": 6, "001": [2, 4, 5, 7, 18], "00100": 6, "00101": 6, "00102": 6, "00103": 6, "0011073600": 12, "00111": [4, 17], "0011267100": 12, "0013945800": 12, "0016552800": 12, "0019180000": 12, "0019487200": 12, "0019515200": 12, "002": [2, 4, 23], "0020311400": 12, "0020524300": 12, "0023432300": 12, "0052766800": 12, "0057262300": 12, "0059468600": 12, "0059480700": 12, "006700": 15, "00691": [1, 11], "0072671600": 12, "0074232400": 12, "00755": [4, 22], "0076112400": 12, "0078480800": 12, "0085617600": 12, "0088413200": 12, "009": 23, "0095501600": 12, "00xxx": 21, "01": [1, 10], "0105405200": 12, "0106313000": 12, "0110906700": 12, "0112864200": 12, "0113649500": 12, "0114004400": 12, "0115355100": 12, "012001": [2, 11, 19], "0122506300": 12, "01254": 4, "0128831200": 12, "0133197900": 12, "0134565300": 12, "0141518600": 12, "0143299700": 12, "0143732700": 12, "0143901800": 12, "0148675800": 12, "0153762500": 12, "0168043800": 12, "0169498000": 12, "0175261300": 12, "01803322e": 10, "019": 3, "02": 10, "020": 6, "02050201e": 10, "02050241e": 10, "0223064300": 12, "0272454300": 12, "0298334900": 12, "03": [2, 6, 10, 14, 20], "030": 6, "0300": [6, 15], "0300000000000000": 12, "035": [6, 23], "036": 7, "0366684600": 12, "0373490000": 12, "04": [7, 10], "041011": [3, 23], "047748": 6, "049": 6, "05": 10, "051": 6, "0515596200": 12, "0516285500": 12, "0520": 3, "05271364e": 10, "0553591300": 12, "0554678300": 12, "059": 23, "05d": 6, "06": 14, "064": 6, "065": 6, "069402": 6, "07290889e": 10, "074": 6, "0755": 22, "0768176500": 12, "076914": 6, "0793497000": 12, "08": [7, 23], "09089896e": 10, "0924200600": 12, "094306": [3, 11, 19], "096": 6, "0e": [7, 23], "0xxxx": 6, "1": [1, 3, 4, 5, 6, 7, 10, 12, 15, 18, 19, 20, 21, 22, 23, 25], "10": [3, 4, 5, 6, 7, 10, 15, 19, 21], "100": [1, 4, 7, 10, 18, 25], "1000": [4, 10, 23], "100884": 6, "101": [4, 10, 25], "102": [6, 25], "1020": 6, "103": [6, 11, 25], "1038": 3, "104": [6, 25], "105": 25, "106": 25, "107": 25, "108": [6, 7, 25], "1088": 3, "109": 25, "11": [1, 4, 6, 7, 10, 15, 17, 22, 23], "110": [3, 6, 7, 10], "1103": 3, "110999999491908": 15, "111": [6, 15, 17, 21], "111000": 6, "1116": 6, "113": 7, "1156": 6, "11702476e": 10, "118": 6, "1181": 15, "119": 6, "119051180000000": 15, "12": [3, 4, 6, 10, 15, 22, 23], "120": [10, 25], "1206": 25, "1207": 25, "1208": [6, 25], "1209": 25, "121": 25, "122": 25, "1226": 25, "1227": 25, "1228": 25, "1229": 25, "123": [6, 25], "1230": 25, "1231": 25, "124": [6, 25], "1246": 25, "1247": 25, "1248": [6, 25], "12480528e": 10, "1249": 25, "125": 25, "1254": [12, 15], "126": 25, "1266": 25, "1267": 25, "127": 25, "13": [1, 6, 10, 15, 22], "130": 10, "133": 6, "1361": 3, "1367": 4, "13th": 1, "14": [6, 7, 15, 22], "140": [7, 10, 25], "141": [7, 25], "142": 25, "143": 25, "144": 25, "145": 25, "146": 18, "148": [22, 23], "149": 22, "15": [3, 6, 7, 10, 15, 19, 22, 23], "150": [10, 22], "1501": [1, 11], "15068595e": 10, "151": 22, "15x15x15": 7, "16": [4, 6, 7, 10, 15, 22, 25], "160": [10, 22, 25], "1600": 23, "1608": 25, "1609": 25, "161": [6, 22, 25], "162": [22, 25], "1628": 25, "1629": 25, "163": [22, 25], "164": 22, "165": 22, "167": 6, "168": 6, "17": [6, 11, 22], "170": 10, "172": 22, "173": 22, "174": 22, "175": 22, "18": [4, 6, 22], "180": [10, 25], "181": 25, "18330655e": 10, "184": 22, "185": 22, "19": [1, 4, 6, 7, 20, 22, 23, 25], "190": 10, "193": 6, "19318349e": 10, "196": 6, "1983": 4, "1989": 23, "199": 6, "1997": 23, "1e": [4, 7], "1st": 15, "2": [1, 4, 5, 6, 7, 10, 12, 14, 15, 16, 17, 18, 21, 22, 23, 25], "20": [4, 5, 6, 10, 20, 21, 22, 23, 25], "200": [1, 4, 7, 10], "2000": 23, "2001": 23, "2003": 4, "2009": 23, "200k": 7, "2010": 23, "2013": [3, 7], "2015": [3, 19], "2016": 23, "2018": 19, "2019": [3, 23], "2020": 23, "2022": [3, 19, 23], "2023": [3, 19, 23], "204": 6, "205": 6, "205027": 6, "207": 6, "2083651200": 12, "21": [6, 19, 22, 23, 25], "210": 10, "213": 6, "216": 6, "21661793e": 10, "217": 6, "218": 6, "219": 6, "22": [3, 6, 19, 25], "220": [6, 10], "22044605e": 15, "224306": 19, "227": 6, "23": [6, 25], "230": 10, "232": 6, "234": 6, "235": 6, "236": 6, "24": [6, 22, 25], "240": 10, "249": 23, "25": [6, 22, 25], "250": 10, "25126057e": 10, "259": 23, "26": [3, 6, 15, 22, 25], "260": 10, "265506": [3, 7], "27": [4, 6, 22, 25], "270": 10, "277": 23, "28": [6, 22, 25], "280": 10, "286": 23, "29": [6, 22, 25], "290": 10, "297": 22, "298": [6, 22], "2_": 4, "2nd": [4, 5, 14, 17, 21], "2x2x2": [5, 12, 21], "3": [1, 4, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 21, 22, 25], "30": [1, 4, 6, 10, 15, 22, 25], "300": [1, 4, 6, 7, 10, 11, 16, 19, 23], "300k": 7, "301": 6, "308": 6, "309": 22, "31": [3, 6, 19, 22, 25], "310": [10, 22], "311": 6, "312": 6, "313": 6, "314": 23, "31st": 1, "32": [4, 6, 25], "320": 10, "324": 6, "33": [6, 25], "330": 10, "333": 6, "333333333333333": 15, "335": 23, "335901": 6, "337": 6, "339": 6, "34": [4, 6, 19, 25], "340": 10, "34727352e": 10, "348": 6, "35": [3, 6, 11, 19, 25], "350": [6, 10], "353001": [3, 11, 19], "355": 6, "36": [6, 22, 23, 25], "360": 10, "364": 6, "364501": 6, "365401": 19, "366": 6, "366961": 6, "37": [6, 12, 15, 22, 25], "370": 10, "370303": 6, "375582": 6, "38": [6, 22], "380": 10, "3809": 23, "381": 6, "384": 6, "388410": 6, "39": [3, 6, 22], "390": 10, "391": 23, "39965172592227": 15, "3m": 6, "3n_": [4, 10], "3rd": [5, 14, 17, 21], "3x3x3": 21, "4": [3, 4, 5, 6, 7, 10, 12, 15, 18, 22, 23, 25], "40": [6, 7, 10, 22, 25], "400": [4, 7, 10], "402": 25, "403": 25, "404": 25, "40486209e": 10, "40486382e": 10, "405": 25, "406": 25, "407": 25, "408": 25, "409": 25, "41": [2, 6, 22, 25], "410": 10, "42": [6, 25], "420": 10, "4200": 10, "422": 25, "423": 25, "424": 25, "425": 25, "426": 25, "427": 25, "428": 25, "429": 25, "43": [6, 25], "430": [10, 25], "431": 25, "432": 25, "433": 25, "434": 25, "435": 25, "435009": 15, "44": [6, 25], "440": 10, "441": 6, "442": [6, 25], "443": 25, "444": 25, "4448": 10, "445": 25, "446": 25, "447": [23, 25], "448": 25, "449": 25, "45": [6, 25], "450": [6, 10, 25], "451": 25, "452": 25, "453": 25, "46": [6, 23, 25], "460": [6, 10], "462": 25, "463": [6, 25], "464": 25, "465": 25, "466": 25, "466263": 6, "467": 25, "467845": 6, "468": [6, 25], "469": 25, "469591": 6, "47": [6, 25], "470": [10, 25], "471": [6, 25], "4737": 23, "48": [6, 22, 25], "480": 10, "481": 6, "482": [6, 25], "483": [6, 25], "484": 25, "485": 25, "486": [23, 25], "487": 25, "488": 25, "489": [6, 25], "49": [6, 22, 25], "490": 10, "4x4x4": 5, "5": [3, 4, 6, 10, 15, 22, 25], "50": [4, 6, 10, 15, 16, 22, 25], "500": [7, 10], "500948820000000": 15, "501": 6, "502": 25, "503": 25, "504": 25, "505": 25, "506": 25, "507": 25, "509": 6, "51": [6, 22, 25], "510": 10, "51264750e": 15, "516": 6, "52": 25, "520": [6, 10], "521": 6, "522": 25, "523": 25, "524": 25, "525": 25, "52531412e": 10, "53": 25, "530": 10, "532386": 6, "533": 23, "54": 25, "540": 10, "542": 25, "543": 25, "54d4ddab": 2, "55": [6, 20, 25], "550": [6, 10], "555499999745954": 15, "56": 4, "560": 10, "562": 6, "564": 6, "57": 5, "570": 10, "571": 23, "58": 23, "580": 10, "581": 6, "59": 2, "590": [6, 10], "595": 6, "6": [1, 4, 6, 10, 15, 25], "60": [1, 10, 22, 25], "600": 10, "602": 6, "606": 6, "609": 6, "61": [22, 25], "610": 10, "6166": 23, "617": 6, "6181": 15, "619051180000000": 15, "62": [23, 25], "620": 10, "624": 6, "63": 25, "630": 10, "633": 6, "64": [13, 25], "640": 10, "640065": 6, "642": 6, "645": 23, "64531043e": 10, "6458483000": 12, "645881": 6, "646": 6, "648x": 3, "64bit": 7, "65": [20, 25], "650": [6, 10], "653269": 15, "66": 25, "660": [6, 10], "665": 6, "666666666666667": 15, "67": 25, "670": 10, "672503": 6, "67353000e": 15, "677": 6, "68": [12, 25], "680": 10, "683": 4, "687": 6, "689": 6, "69": 25, "690": 10, "694205030733368": 15, "694777": 6, "7": [4, 6, 7, 10, 15, 25], "70": [10, 25], "700": [10, 23], "71": 25, "710": 10, "712": 6, "713938": 6, "72": [6, 15, 25], "720": 10, "72706406e": 10, "728": 6, "73": 25, "730": 10, "730463": 6, "740": 10, "743": 23, "743307": 6, "743308": 6, "75": [4, 6], "750": [6, 10], "7566": 2, "760": 10, "764": 6, "765": 6, "767": 6, "769": 6, "770": 10, "780": 10, "782": 6, "783": 6, "784": 6, "785": 6, "788360": 6, "790": 10, "8": [1, 3, 4, 6, 7, 10, 15, 18, 25], "80": [10, 25], "800": 10, "8000": 20, "804": 25, "805": 25, "806": 25, "807": 25, "808": 25, "809": [3, 23, 25], "81": 25, "810": 10, "813": 3, "818": 6, "819": 6, "82": 25, "820": 10, "824": 25, "825": 25, "826": 25, "827": 25, "828": 25, "829": 25, "83": [23, 25], "830": [10, 25], "831": 25, "832": 25, "833": 25, "837": 6, "84": 25, "840": 10, "843": 6, "844": 25, "845": 25, "846": 25, "847": [6, 25], "848": 25, "849": 25, "85": 25, "850": [10, 25], "851": 25, "85304024e": 10, "858": 4, "86": 25, "860": 10, "863": 6, "864": 25, "865": 25, "865232": 6, "866": 25, "867": [6, 25], "868": 25, "869": 25, "87": 25, "870": 10, "870162": 6, "877": 6, "879": 6, "88": 25, "880": 10, "882": 6, "884": 25, "885": 25, "886": 25, "887": [6, 25], "888": 6, "889907": 6, "89": 25, "890": 10, "892": 6, "89713297e": 10, "9": [3, 4, 6, 10, 15, 25], "90": [10, 25], "900": 10, "901086": 6, "904": 25, "905": 25, "91": [3, 11, 19, 25], "910": 10, "914": [6, 23], "92": [2, 6, 11, 19], "920": 10, "92618921e": 10, "92709650e": 10, "928": 6, "92857003e": 10, "930": 10, "932": 6, "933": 6, "935": 6, "940": 10, "942": 6, "95": 6, "950": 10, "955": 6, "95610215e": 10, "956722": 6, "95769356e": 10, "960": 10, "963": 6, "964": 6, "97": 19, "970": 10, "978": 15, "978000": 6, "978000000000000": 15, "97e": 4, "980": [6, 10], "981539": 15, "982": 7, "98674274e": 10, "98999091e": 10, "990": 10, "996": 6, "A": [2, 4, 7, 10, 13, 15], "As": [4, 6, 7, 15, 20, 23], "At": [0, 6], "Be": [4, 10, 15], "But": [1, 4, 6, 7, 12, 17, 20], "By": [2, 6, 7, 15], "For": [1, 2, 4, 6, 7, 10, 11, 12, 13, 14, 15, 16, 18, 20, 22, 23, 25], "If": [3, 4, 6, 9, 12, 13, 15, 16, 18, 20, 22], "In": [2, 4, 5, 6, 7, 10, 12, 13, 15, 17, 18, 20, 21, 22, 23, 24], "It": [1, 2, 4, 5, 6, 7, 10, 13, 17, 18, 20, 21, 22], "Its": 1, "No": 2, "Not": 7, "On": 25, "One": [7, 13], "That": 1, "The": [1, 2, 4, 6, 7, 8, 9, 10, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25], "Then": [1, 2, 4, 5, 7, 13, 15, 17, 21, 22, 24, 25], "There": [1, 2, 6, 7, 12, 13, 15], "These": [2, 4, 5, 7, 13, 15, 25], "To": [1, 2, 4, 5, 6, 7, 10, 15, 16, 20, 21, 22, 23, 25], "With": [1, 4, 7, 13, 15, 16, 18], "_": [1, 4, 10, 12, 15, 23], "_1": [6, 15], "_2": [6, 15, 23], "_3": [6, 15], "_7": 23, "__init__": 2, "_build": 0, "_i": 15, "a_": 4, "ab": [1, 6], "abandon": [4, 15], "abinit": [2, 11, 14], "abl": [2, 7, 20], "about": [1, 2, 4, 15, 20], "abov": [1, 4, 6, 15, 23, 25], "absolut": [1, 7], "abund": 4, "accept": [2, 15, 20], "access": [3, 4, 5, 7, 11, 19], "accident": 2, "accord": 14, "account": 23, "accumul": 2, "accur": [4, 5, 7, 20, 21, 23], "accuraci": [2, 4, 6], "acd831": 3, "achiev": [2, 6, 7, 13, 15], "acoust": 10, "act": 2, "acta": 23, "activ": [2, 4, 13], "ad": [2, 17], "add": [0, 5], "addit": [2, 4, 5, 9, 18, 21, 22], "address": [2, 4], "adjust": 21, "advantag": 18, "affect": 2, "after": [1, 2, 4, 6, 7, 13, 15, 16, 17, 18, 22, 25], "again": 0, "against": [2, 12], "aim": [2, 16], "al": [4, 15, 23], "algebra": 13, "alia": 2, "align": 4, "all": [1, 2, 4, 6, 7, 10, 12, 13, 15, 18, 22, 23, 25], "allen": 23, "alloi": 23, "allow": [6, 9, 13, 23], "alm": 18, "almost": [6, 16], "aln": 15, "along": [1, 4, 10, 15, 20], "alpha": [2, 6, 12, 23], "alreadi": [2, 13], "also": [2, 4, 6, 7, 12, 13, 14, 15, 18, 21, 22], "alter": 25, "although": [2, 15], "alwai": [4, 5, 14, 16, 20, 21], "am": 23, "amd": 7, "american": 3, "among": [2, 4, 6, 7, 13], "amount": 25, "amplitud": [14, 20], "an": [2, 4, 5, 6, 7, 8, 10, 12, 13, 15, 17, 18, 20, 21, 22, 23], "anaconda": 7, "analysi": 9, "analyt": [2, 16, 18, 24], "angstrom": [1, 10, 12, 14, 20], "angular": [4, 10], "anharmon": [5, 20, 23], "ani": [2, 4, 7, 22], "anoth": [7, 25], "antti": 2, "anymor": 6, "ap": 3, "apart": 4, "api": [2, 7, 8, 11], "api_phono3pi": 15, "appear": [10, 20], "append": [6, 25], "appl": 4, "appli": [2, 4, 15, 20], "applic": [11, 15], "appreci": 13, "approach": [4, 7, 11, 17], "appropri": 7, "approxim": [4, 5, 11, 15, 20, 21], "apt": 13, "ar": [0, 1, 2, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "architectur": 4, "area": 1, "argpars": 2, "argument": [1, 2, 5, 6, 7, 15, 16, 17, 21], "argv": 25, "arm64": [7, 13], "around": [7, 18, 20], "arrai": [2, 4, 7, 10, 12, 15], "arrang": 25, "array_lik": 15, "articl": 3, "arxiv": [1, 2, 11], "ascend": 7, "assert": 15, "assum": [2, 7, 10, 12, 15, 17, 18], "astyp": 4, "atom": [2, 4, 5, 6, 7, 11, 12, 15, 17, 21, 22, 24], "atsushi": [3, 11, 19], "attach": 11, "attribut": 15, "atztogo": [2, 11], "au": 14, "author": 3, "auto": [2, 4, 15, 18], "automat": [1, 2, 4, 5, 15, 16, 18, 21], "aut\u00f2noma": 9, "auxiliari": [2, 11], "avail": [2, 4], "ave_pp": [2, 4], "averag": [2, 4, 7, 10, 23], "avh": 0, "avoid": [2, 4, 13, 15, 20, 22, 25], "awk": [6, 22, 25], "ax": 10, "axi": [1, 4, 7, 10, 20, 21], "b": [3, 4, 5, 10, 12, 15, 19, 23], "background": 11, "backward": 2, "band": [2, 7, 10, 23, 25], "band1": 4, "band2": 4, "band3": 4, "band_indic": 2, "bar": 23, "barcelona": 9, "base": [1, 2, 4, 13, 17], "bash": [13, 17], "basi": [4, 5, 15], "basic": [10, 15], "becaus": [4, 5, 7, 9, 13, 15, 21, 25], "becom": [1, 4, 7, 15, 18], "been": [6, 17], "befor": [1, 4, 5, 6, 7, 13, 17], "begin": [4, 12, 15], "behav": [2, 16], "behavior": 2, "behaviour": [2, 6, 16], "being": 6, "belong": 4, "below": [1, 4, 6, 7, 10, 12, 13, 14, 15, 20, 24, 25], "best": 20, "beta": [2, 6, 12, 23], "better": [1, 2, 4, 20], "between": [2, 4, 6, 7, 10, 12, 23], "beyond": [1, 4, 6], "bi": [2, 25], "big": 2, "bigl": 4, "bin": [2, 6, 25], "bla": 7, "black": [1, 2], "blank": [1, 4], "bli": 13, "bmfp": 10, "bodi": 11, "bohr": 14, "boltzmann": [2, 3, 9, 11, 19, 23], "born": [2, 4, 15], "bose": 23, "both": [2, 4, 13, 16, 23, 25], "bound": 6, "boundari": [2, 10], "boundary_mfp": 2, "br": [1, 2, 5, 6, 16, 17, 21, 22, 23, 25], "branch": 0, "briefli": 1, "brillouin": [2, 3, 7, 10, 19, 22, 23], "broader": 23, "bsd": 11, "bubbl": [2, 4, 10], "bug": [1, 2, 11], "build": [2, 6], "buildinfo": 0, "built": [5, 7, 11, 14, 23, 24], "bule": 7, "bung": 2, "bwr": 1, "bx": 4, "bxbx": 4, "bz": 20, "c": [1, 2, 5, 6, 7, 10, 12, 15, 16, 17, 18, 21, 22, 23], "c4c54c73": 2, "c_": [1, 10], "calc": [2, 6, 18], "calcualt": 4, "calcul": [1, 2, 7, 8, 9, 10, 11, 12, 16, 19, 20, 23, 24, 25], "calculatd": 4, "call": [4, 13, 15, 24], "can": [1, 2, 4, 6, 7, 10, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "capac": [1, 10], "care": [1, 2, 4, 6, 10, 15], "carefulli": [2, 4, 5, 6, 7, 13, 20, 21], "cartesian": [10, 12, 23], "case": [2, 4, 6, 7, 12, 15, 18, 20, 22], "cat": 2, "catch": 2, "categor": 4, "cauchi": 4, "cd": 13, "cdot": [1, 2, 10, 23], "cell": [1, 2, 5, 6, 7, 12, 15, 17, 21, 23, 24], "center": 4, "centr": [4, 12, 15], "ceram": 23, "certain": 4, "cf": 20, "cf2": [2, 5, 12, 18, 21, 22], "cf3": [2, 5, 6, 12, 17, 18, 21, 22], "cfc": 2, "cfg": 2, "cfz": 2, "chang": [4, 6, 11, 13, 14], "channel": [2, 13], "channel_prior": 13, "chaput": [3, 7, 19], "characterist": 23, "charg": 15, "check": [2, 4, 5, 13, 18], "checkout": 0, "chem": 4, "chen": 23, "choic": [4, 15, 20], "choos": [1, 4, 7, 21], "chosen": [1, 6, 7, 13, 18, 25], "citat": [7, 23], "cite": 11, "class": 2, "classic": 23, "claus": 11, "clear": 7, "clone": 13, "close": [2, 13], "closer": 15, "cmake": 2, "cmakelist": [2, 13], "code": [2, 6, 9, 15, 23, 24], "coduct": 10, "coexist": 23, "coher": [4, 23], "coleig": 7, "coleigplot": 7, "collect": [5, 6, 7, 15, 17, 21, 22, 23, 25], "collis": [4, 23], "color": 1, "colorbar": 1, "colormap": 1, "column": [1, 4], "com": [3, 13], "combin": [2, 4, 5, 15, 20], "come": 2, "comma": 4, "command": [1, 2, 6, 7, 10, 11, 12, 14, 22, 23], "comment": 11, "commit": [0, 2], "commun": [7, 22], "compact": 2, "compact_fc": 2, "compar": [4, 7, 20, 23], "compat": [2, 12], "compd": 23, "compil": 13, "complet": [2, 5, 21, 25], "complex": 23, "compli": 0, "complic": [2, 4, 6], "compound": 11, "compress": [2, 6], "comput": [1, 2, 4, 5, 6, 7, 9, 10, 13, 15, 18, 20, 22, 24, 25], "computation": [7, 15, 20, 23], "concaten": 12, "concurr": 13, "conda": [2, 7, 18], "condarc": 13, "conden": [3, 19], "condit": [2, 4], "conduct": [2, 4, 5, 6, 7, 9, 10, 11, 17, 18, 19, 21, 22, 23, 24, 25], "conf": [0, 4], "config": [2, 4, 16], "configur": [2, 6, 15, 16], "confiur": 0, "conflict": 2, "conjunct": 4, "consid": [2, 4, 6, 7, 15, 18, 20, 23], "constant": [1, 2, 5, 7, 11, 12, 14, 16, 17, 21, 22, 23, 24, 25], "constrain": 20, "constraint": 20, "consum": 7, "consumpt": [2, 7], "contact": 9, "contain": [0, 1, 2, 4, 5, 6, 7, 10, 12, 17, 18, 20, 21], "content": [4, 10], "continu": [3, 4], "contract": 6, "contrast": 23, "contrib_tp": 4, "contribut": [1, 2, 4, 10, 12, 23], "control": [1, 4, 14, 15, 21], "conveni": [4, 5, 15, 18], "convent": [12, 15, 21], "conventin": 15, "converg": [1, 4, 5, 18, 20, 21], "convers": [2, 4, 15], "convert": 10, "coordin": [10, 12, 15], "copi": [0, 10], "core": [2, 7, 13], "correct": [2, 16, 18, 24], "correl": 20, "correspond": [1, 2, 4, 6, 7, 12, 15, 18, 23], "count": 6, "counter": 6, "coupl": 2, "cours": [6, 13], "cp": 6, "cpu": 4, "creat": [2, 5, 7, 12, 13, 15, 16, 17, 20, 21, 22, 25], "create_displac": 12, "critic": 2, "crucial": 23, "crystal": [1, 2, 3, 6, 11, 12, 14, 16, 17, 18, 23], "crystallograph": 10, "cummul": [1, 11], "cumul": 2, "current": [1, 2, 4, 5, 6, 7, 9, 10, 13, 14, 15, 16, 17, 18, 21], "cut": [1, 2, 4, 6], "cutfc3": 2, "cutoff": [2, 11, 20, 23], "cutoff_fc3": 2, "cutoff_mfp": 2, "cutoff_pair": 2, "cutpair": 2, "cwd": 25, "cxx": 13, "d": [1, 5, 6, 12, 14, 16, 17, 18, 21, 22, 25], "d1": 6, "d12": 5, "d2": 6, "d_": 6, "d_2": 4, "dat": [1, 2, 4, 6], "data": [1, 2, 4, 6, 7, 9, 12, 15, 18, 21, 23, 25], "data1": 6, "data2": 6, "databas": [2, 4], "dataset": [2, 4, 6, 12, 16, 18, 24], "dd": 6, "de": 9, "deactiv": 13, "dealt": 12, "decid": 20, "decreas": 4, "default": [1, 2, 5, 6, 7, 10, 15, 16, 17, 20, 21, 22], "default_unit_cell_file_name_for_calcul": 21, "defin": [1, 2, 4, 6, 10, 15, 24], "definit": [2, 15], "degener": [2, 4], "degeneraci": [7, 23], "delet": 22, "delta": [1, 4, 6, 20], "delta_": 4, "demand": [2, 4, 6, 7, 15, 20, 25], "denot": [4, 10, 23], "dens": 2, "denser": 20, "densiti": [11, 12], "depend": [1, 2, 4, 6, 7, 13, 18, 20, 23], "deprec": 4, "deprecationwarn": 2, "depump": 23, "deriv": [1, 2], "describ": [2, 7, 13, 15, 20, 23], "design": 15, "detail": [2, 6, 12, 13, 15, 20, 21, 23], "determin": [1, 10, 15], "dev": 13, "develop": [1, 2, 9, 11], "deviat": 4, "dfpt": 17, "dft": 20, "diagon": [13, 23], "diagonz": 7, "diagram": [2, 4, 10, 24], "dict": [6, 15], "didn": 2, "dielectr": 15, "differ": [1, 2, 4, 5, 6, 7, 10, 13, 16, 17, 18, 20, 21, 23], "difficulti": [7, 9], "digit": 2, "dim": [2, 5, 6, 12, 17, 18, 20, 21, 22, 23], "dim_fc2": [2, 12], "dimens": 4, "dipol": 24, "direct": [2, 11, 15, 20, 23], "directli": 15, "directori": [0, 1, 2, 4, 5, 6, 8, 15, 16, 17, 18, 21, 22], "disabl": [13, 16], "discuss": 23, "disord": 23, "disp": [2, 4, 6, 17, 22], "disp2": 4, "disp3": 4, "disp_dataset": 15, "disp_fc2": [2, 4, 5, 21, 22], "disp_fc3": [2, 5, 21], "disp_id": 6, "disp_ids_nodup": 6, "displac": [2, 5, 11, 12, 16, 17, 21, 22, 24], "displai": [1, 2, 4], "distanc": [2, 11, 15], "distinguish": 7, "distribut": [2, 3, 11, 19, 22, 23], "diverg": 4, "divid": [1, 2, 4, 7, 10, 15], "divide_gp": 25, "dl": 1, "do": [2, 6, 15], "doc": [0, 4], "docstr": [2, 15], "doctre": 0, "document": [1, 2, 4, 5, 8, 17, 21, 23], "doe": [1, 2, 16], "doesn": [2, 4, 13], "doi": [2, 3, 19], "don": 13, "done": [4, 6, 7, 10, 13, 20, 25], "dorp": 2, "dot": [1, 4, 7, 23], "doubl": [4, 12, 15], "doucment": 2, "download": [8, 13], "draw": 1, "drawback": [2, 4, 20], "drawn": 1, "drift": [4, 6, 15], "drop": 2, "dsyev": [7, 23], "dsyevd": 7, "dtype": [2, 4, 12, 15], "due": [4, 20], "duplic": 6, "durat": 23, "dure": [7, 13], "dx": [3, 4], "dynam": 2, "e": [2, 4, 5, 6, 7, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 23, 25], "e40cd059": 2, "each": [1, 2, 4, 6, 7, 9, 10, 12, 14, 15, 17, 22, 24, 25], "easi": [6, 13], "easier": 2, "easiest": 13, "easili": [6, 12, 15, 18, 25], "echo": [6, 25], "edit": 13, "effect": [1, 2, 4, 5, 15, 23], "effici": 20, "egrep": [6, 25], "eigenvalu": [4, 7], "eigenvector": [4, 7], "eigh": 7, "eighth": 1, "einstein": 23, "either": [7, 16], "element": [1, 2, 4, 6, 7, 10, 12, 15, 20, 23], "els": [13, 25], "emerg": 23, "emploi": [4, 6, 15, 18, 20], "emul": 2, "emur": 2, "en": 4, "enabl": [2, 5, 13, 16], "encompass": 23, "end": [4, 7, 12, 15, 23], "energi": [2, 10, 11, 12, 20, 23], "enforc": 4, "engin": [15, 25], "enough": 20, "enumer": 25, "env": [6, 25], "environ": [1, 13, 15, 17], "eq": [2, 15], "equal": [4, 10], "equat": [2, 9, 11, 19], "equiv": 4, "equival": [4, 6, 10, 23], "err": 25, "especi": [1, 2, 20], "espresso": [4, 14], "estim": [1, 4, 7, 10], "et": [4, 23], "etc": [12, 20], "eur": 23, "ev": [1, 2, 4, 10, 12, 14], "evalu": 23, "even": [2, 4, 6, 15, 20], "evenli": 4, "event": 23, "everi": [2, 22], "exactli": [4, 6, 23], "exampl": [1, 2, 4, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 25], "except": 4, "exchang": [4, 6, 20], "execut": [4, 5, 21, 22, 25], "exhibit": 2, "exist": [2, 4, 5, 6, 15, 16, 17, 21, 22], "exmapl": 7, "exp": 10, "expand": [6, 15], "expect": [2, 4, 6, 12, 13, 15, 18], "expens": 23, "experi": [15, 23], "experiment": [2, 23], "explain": [1, 4, 6, 7, 13, 15, 17, 23, 25], "explicitli": [10, 15], "export": 13, "express": 23, "ext": 5, "extern": [2, 4, 11, 15, 18], "extract": 4, "extrapol": 20, "f": [2, 4, 6, 10, 17, 22, 23, 25], "face": 12, "factor": [4, 15, 20], "failur": 2, "fals": [2, 6, 10, 13, 15], "far": 20, "fast": 9, "faster": [1, 2, 4, 7], "fc": [1, 2, 5, 6, 16, 17, 18, 21, 22, 23, 24], "fc2": [2, 5, 6, 14, 15, 17, 18, 20, 21, 22, 23, 24, 25], "fc3": [2, 5, 6, 14, 15, 17, 20, 21, 22, 24, 25], "fc3r": [2, 4], "fc_calcul": 18, "fc_calculator_opt": 18, "fd": 6, "featur": 1, "feel": 20, "feldman": 23, "few": [13, 20], "fig": 11, "figur": [1, 20], "file": [1, 2, 5, 7, 8, 11, 13, 15, 16, 17, 18, 21, 22, 23, 25], "file_io": [2, 15], "file_list": [4, 6], "file_name_tmpl": 6, "filenam": [0, 2, 4, 6, 14, 15, 16], "fill": 15, "filter": [4, 6], "find": [2, 4, 5, 6, 7, 12, 13], "finish": [1, 7, 17, 22], "finit": [4, 6, 17], "first": [1, 4, 7, 9, 12, 15, 16, 19, 20, 22, 24], "first_atom": 6, "fit": 4, "fix": [2, 4, 15], "flag": 13, "flake8": 2, "float": [7, 15], "flow": 24, "follow": [1, 2, 3, 4, 5, 6, 7, 10, 11, 12, 13, 14, 15, 16, 18, 20, 21, 22, 23, 24, 25], "forc": [2, 5, 7, 11, 12, 14, 16, 17, 21, 22, 24, 25], "force_const": [2, 20], "force_set": [4, 12, 20], "forces_fc2": [4, 5, 14, 20, 21, 22], "forces_fc3": [2, 4, 5, 14, 15, 17, 20, 21, 22], "forces_second": 2, "forces_third": 2, "forg": [2, 7, 13], "format": [1, 2, 4, 12, 15], "former": [4, 23], "formul": [3, 23], "formula": 4, "found": [1, 2, 4, 5, 6, 8, 10, 11, 13, 15, 16, 17, 21, 22, 23, 25], "fourier": [20, 25], "frac": [1, 4, 6, 10, 12, 15, 23], "fraction": 4, "francesco": 3, "free": [1, 2, 4], "freedom": 25, "frequenc": [1, 12], "frequency_point": 4, "from": [0, 1, 2, 5, 7, 9, 10, 11, 12, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "front": 4, "fs2f2": 20, "fulfil": 20, "full": [1, 2, 6, 7, 10, 23], "full_pp": [2, 10], "fulli": 2, "function": [2, 11, 13, 15, 20, 24], "further": [1, 21], "futur": 2, "g": [4, 5, 7, 10, 12, 13, 14, 15, 16, 17, 18, 20, 21, 25], "g4448": 10, "ga": [2, 7, 25], "gaccum": 2, "gamma": [2, 6, 7, 15, 22, 23, 25], "gamma_": [1, 2, 4, 10, 12], "gamma_detail": 4, "gamma_n": 4, "gamma_sum_over_band": 4, "gamma_tp": 4, "gamma_u": 4, "gan": 4, "gap": 7, "gaussian": [1, 4], "gb": 7, "gcaccum": 2, "gd": 4, "gener": [2, 4, 5, 6, 9, 12, 23, 24, 25], "generate_displac": 15, "generate_fc2_displac": 15, "get": [5, 10, 13, 15, 21], "get_indices_from_address": 10, "gh": 0, "git": [0, 2, 13], "github": [0, 2, 4, 5, 9, 13, 17, 21], "give": [1, 4, 6, 10, 12, 20, 23], "given": [1, 2, 4, 6, 7, 8, 10, 15, 16, 20, 24], "glass": [3, 4, 23], "gnuplot": 1, "go": [2, 10], "good": [1, 4, 6, 7, 13, 18, 20], "gp": [7, 22, 25], "gp1": 4, "gp2": 4, "gp3": 4, "gp_list": 25, "gp_set": 25, "gradcal": 5, "gradual": [1, 18], "grep": [6, 22], "grid": [1, 2, 7, 22, 25], "grid_address": 2, "grid_point": [22, 25], "grid_point_numb": 7, "group": [1, 2, 3, 4, 9, 10, 21], "group_veloc": 4, "guarante": 20, "guess": [15, 18, 25], "gurante": 20, "guyer": 9, "gv_by_gv": [1, 4], "gx": [2, 4, 25], "gxx": 4, "gxxx": 10, "gzip": [2, 4, 6], "h5py": [4, 10, 13], "ha": [2, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 17, 18, 20, 21, 23, 25], "half": [12, 23], "handl": 2, "happen": 2, "harmon": [2, 4, 5, 12, 23], "hartre": 14, "have": [2, 3, 4, 6, 7, 12, 13, 14, 15, 16, 17, 18, 20], "hayashi": 19, "hbar": [4, 10, 23], "hdf": 22, "hdf5": [1, 2, 5, 6, 7, 11, 13, 14, 17, 20, 21, 22, 23, 25], "hdf5_use_file_lock": 13, "heat": [1, 10], "heat_capac": [2, 4], "heavi": 4, "help": [3, 13, 15], "helper": 15, "here": [4, 5, 6, 7, 9, 10, 15, 17, 18, 25], "high": [1, 4, 20], "higher": [1, 5, 20], "highli": 7, "hiroyuki": 19, "hook": 6, "hopefulli": 7, "hour": 1, "how": [4, 11, 12, 13, 15, 17, 20], "howev": [5, 7, 9, 15, 20, 25], "hsv": 1, "html": [0, 1, 2, 4, 5, 13, 17, 21], "http": [1, 2, 3, 4, 5, 9, 11, 13, 17, 21], "huge": 6, "i": [0, 1, 2, 5, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25], "ichiro": 4, "idea": [4, 20], "ideal": 4, "ident": 7, "ignor": [1, 4, 12], "ii": [4, 12], "illustr": 24, "imag_self_energi": 12, "imaginari": [2, 10, 11, 12, 20], "immedi": 18, "imperfect": 4, "implement": [2, 3, 7, 11, 15, 19, 20], "import": [4, 6, 10, 12, 13, 15, 25], "impos": 6, "improv": [2, 4, 21], "includ": [1, 2, 4, 5, 6, 9, 11, 13, 21, 24], "incompat": 2, "incorrectli": 2, "increas": [1, 4, 7, 18, 20], "inde": 3, "independ": [4, 7, 15, 22], "index": [0, 1, 2, 4, 6, 7, 12, 22], "indic": [7, 12, 22, 25], "induc": [5, 21], "inelast": 19, "inform": [2, 4, 6, 7, 12, 13, 15, 17, 18], "infrom": 2, "infti": 4, "init": 13, "init_phph_interact": 15, "initi": [2, 4, 13, 18], "initio": 6, "inner": 13, "input": [2, 5, 11, 15, 18, 20, 21, 24], "insensit": 4, "insert": [4, 5], "instal": [2, 7, 10, 11, 16, 18], "instanc": 15, "instanti": [2, 15], "instati": 2, "instead": [1, 2, 4, 18, 22], "institut": 11, "int": [1, 4, 25], "int32": 4, "int_": 2, "int_0": 4, "intc": 2, "integ": [2, 4], "integr": [2, 7, 10, 20, 22], "intel": 7, "intens": 20, "interact": [1, 2, 4, 10, 11, 17, 20, 24], "interband": 23, "interfac": [2, 5, 6, 11, 15, 17, 21], "interface_mod": 15, "intermedi": 23, "intern": 23, "interv": 4, "introduc": [1, 2, 11, 16, 18], "introduct": 11, "inv": [7, 23], "invari": [2, 4], "invers": 23, "invock": 2, "invok": [4, 5, 14, 17, 21, 22], "involv": 20, "io": [2, 5, 6, 9, 13, 17, 21], "ipython": [4, 10, 15], "ir_grid_point": [4, 7, 22, 25], "irreduc": [2, 4, 7, 10, 22, 25], "irrespect": 14, "isao": [3, 19], "ise": [2, 12], "iso": [4, 10], "isol": [2, 13], "isort": 2, "isotop": [2, 5, 10, 23], "issu": 3, "iter": 15, "its": [1, 4, 10, 12, 20, 25], "itself": 17, "j": [1, 2, 3, 4, 6, 10, 19, 23, 25], "jan": 13, "janssen": 13, "jdo": [2, 11], "jet": 1, "jl": 6, "job": 25, "join": [6, 25], "joint": [2, 11, 12], "jonathan": 2, "journal": [2, 3], "jp": 2, "jpcm": [3, 11], "jpn": 19, "jpsj": [2, 11], "jun": 3, "jupyt": 15, "just": [2, 4, 7, 20], "k": [1, 4, 7, 10, 19, 20, 21, 23], "k_": [10, 23], "k_c": 23, "k_p": 23, "k_p_exact": 23, "k_p_rta": 23, "k_t": 23, "k_tot": 23, "kaccum": 2, "kappa": [1, 2, 4, 7, 23, 25], "kappa_": [1, 10, 23], "kappa_p": 23, "kappa_t": 23, "kappa_unit_convers": 4, "kappa_xx_at_index_30": 10, "karttunen": 2, "kb": 11, "kcl": 19, "kcm": 9, "kde": 1, "kdeplot": 2, "kei": [0, 2, 4], "keiyu": 19, "kept": 6, "keyword": [2, 5, 17, 21], "know": [13, 20], "knowledg": 20, "known": 9, "kramer": 4, "kronig": 4, "krumhansl": 9, "l": [1, 2, 4, 6, 7, 12, 15], "l_": 1, "l_0": 1, "la": 23, "laeter": 4, "lambda": [1, 2, 4, 10, 12], "lambda_1": 4, "lambda_2": 4, "languag": 7, "lapack": 23, "larg": [2, 4, 6, 7, 15, 18], "larger": [1, 2, 4, 6, 7, 18, 22], "largest": 7, "last": [1, 7, 12, 22], "later": [2, 4, 10], "latest": 2, "latter": [4, 15, 23], "lattic": [2, 4, 7, 10, 11, 17, 18, 19, 24, 25], "launch": 13, "laurent": [3, 19], "lbte": [2, 7, 23], "lda": 15, "ldot": 15, "learn": 23, "least": 24, "left": [4, 10, 15], "len": [4, 15, 25], "less": 4, "lesssim": 23, "let": [1, 12, 13, 17, 20], "lett": [3, 7, 23], "level": [2, 15], "libbla": 13, "libgomp1": 13, "liblapack": 13, "librari": [2, 7], "lifetim": [2, 3, 4, 10, 11, 19, 20, 22, 23], "like": [1, 2, 4, 7, 12, 15, 23], "lim_": 4, "limit": [5, 7, 17, 21], "linalg": [6, 7, 15], "line": [1, 2, 4, 5, 6, 12, 15], "linear": [2, 3, 4, 11, 13, 15, 20], "linewidth": [2, 4, 11, 23], "link": [0, 3, 13], "linux": 13, "list": [4, 6, 7, 9, 10, 13], "listinfo": 11, "littl": [2, 25], "ll": 2, "lo": 19, "load": [2, 4, 10, 11, 18, 23, 25], "loader": 2, "loadtxt": 15, "locat": [1, 4, 6, 18], "lock": 13, "log": [4, 7, 11, 25], "log_level": 15, "loglevel": 4, "long": [7, 22, 24], "longer": 4, "longest": 7, "look": 1, "loop": 13, "lot": 2, "low": [1, 9, 15, 23], "ltc": 24, "lw": 2, "lzf": 4, "m": [0, 7, 10, 23], "m111111": [1, 4, 7, 10], "m191919": [4, 23, 25], "m202020": 10, "m323220": 10, "m_1": 15, "m_2": 15, "m_3": 15, "m_i": 15, "maco": 13, "macroscop": 15, "made": [2, 4, 10, 13, 17], "mai": [1, 4, 6, 7, 10, 11, 12, 13, 15, 17, 18, 20, 21, 22, 25], "mail": [9, 13], "main": [9, 15, 16], "mainli": 0, "maintain": 13, "mainten": [2, 9], "major": 2, "make": [0, 1, 2, 5, 7, 13, 23], "make_r0_averag": 2, "mandatori": 22, "mani": [2, 4, 6, 7, 15, 16, 22, 25], "manner": 4, "manual": [4, 5, 13, 21], "manuscript": 2, "map": [1, 4, 6], "mar": 3, "mark": 2, "marzari": [3, 23], "mass": [2, 15], "mass_vari": 2, "master": 7, "match": 12, "mater": 23, "materi": [4, 11, 20, 23], "mathbf": [1, 2, 4, 6, 10, 12, 15, 23], "mathcal": [4, 23], "mathrm": [4, 10, 12, 15], "matplotlib": [1, 2, 13], "matric": [7, 13, 15], "matrix": [2, 4, 6, 23, 24], "matter": [3, 19], "mauri": [3, 23], "max": [4, 6, 15], "maximum": [1, 23], "mayb": 15, "md": [2, 4], "mean": [1, 2, 4, 10, 15, 18], "measur": 19, "mechan": 23, "member": 10, "memor": 10, "memori": [2, 4, 9, 15, 18], "merg": 2, "mesh": [1, 2, 5, 6, 7, 16, 17, 20, 21, 22, 23, 25], "mesh_numb": [10, 15], "messag": 11, "met": 2, "method": [2, 7, 10, 15, 20, 22, 23], "metr": 4, "mfp": 10, "mgo": 10, "michel": 3, "micrometr": [4, 10], "min": 4, "mind": 2, "miniconda": 13, "miniforg": 13, "minim": 15, "minimum": 15, "minor": 2, "minut": 1, "miss": [2, 4], "mistak": 2, "mix": 7, "mizokami": 19, "mk": 1, "mkdir": 13, "mkl": 13, "mkl_num_thread": 13, "modal": 1, "mode": [1, 2, 6, 15, 19, 20, 23], "mode_kappa": [2, 4, 10], "model": [15, 24], "modern": [2, 13], "modif": 13, "modifi": [2, 4, 5, 10], "modul": [16, 21], "month": 3, "more": [1, 2, 4, 7, 12, 13, 15, 18, 20, 22, 23], "most": [2, 4, 7, 15, 20], "mostli": [4, 12], "mount": 13, "mpi": 25, "mspp": 2, "much": [2, 4, 6, 15, 20], "multipl": [4, 7, 12, 13, 20], "multiple_sigma": 2, "multipli": [7, 10], "multithread": [2, 7], "multithreaded_bla": 13, "multithred": 13, "must": [2, 4, 5, 6, 7, 13, 17, 18, 21], "mv": 6, "mxxx": [2, 4, 7, 10, 25], "n": [1, 4, 13, 15, 20, 23, 25], "n_": [4, 23], "n_1": 15, "n_2": [4, 15], "n_3": 15, "n_i": 15, "n_u": 2, "nabla_": 10, "nac": [2, 5, 6, 10, 15, 16, 23, 24], "nac_param": 15, "nacl": [18, 19], "name": [1, 2, 5, 7, 10, 17, 18, 21, 22, 25], "nan_param": 15, "nanobind": [2, 13], "nanotransport": 9, "nat": [3, 23], "nation": 11, "natphi": 3, "natur": [3, 4], "ndarrai": 15, "nearli": 7, "neccesarri": 25, "necessari": [1, 2, 4, 5, 6, 7, 13, 14, 15, 16, 17, 18, 20, 22, 25], "need": [1, 2, 4, 5, 6, 7, 13, 20, 21], "neg": 7, "neglig": [4, 23], "neq": [4, 23], "nest": 13, "net": 11, "network": 7, "new": [2, 11], "next": 7, "nf": 13, "nicola": 3, "nint": 15, "node": [7, 25], "nois": 20, "non": [2, 7, 13, 16, 18, 24], "nonac": 16, "none": [4, 6], "normal": [1, 4, 7, 15], "normali": 4, "notat": 1, "note": [4, 5, 6, 13, 21, 23], "notebook": 15, "noth": 1, "notifi": 9, "now": [2, 15], "np": [4, 7, 10, 12, 15, 23], "nu": 2, "nucl": 23, "null": 7, "num": [7, 18, 25], "num_atom": 12, "num_atoms_in_primitive_cel": 15, "num_atoms_in_supercel": [12, 15], "num_patom": 4, "num_satom": 4, "num_supercel": [12, 15], "number": [1, 2, 3, 4, 5, 6, 7, 13, 15, 17, 18, 20, 21, 22, 23, 25], "number_of_pairs_in_cutoff": 6, "numer": [4, 7], "numpag": 3, "numpi": [2, 4, 6, 10, 12, 13, 15], "o": [5, 6, 7, 10, 13, 14, 16, 23, 25], "observ": 20, "obtain": [2, 4, 5, 6, 7, 10, 11, 15, 17, 20, 21, 22, 23, 24, 25], "occur": 2, "oct": 3, "off": [1, 2, 4, 6], "often": [1, 4, 13], "ok": [7, 20], "old": [2, 13], "omega": [1, 4, 12, 23], "omega_": [1, 2, 4, 10, 12], "omega_0": 1, "omit": 6, "onc": [6, 7, 15, 16, 22, 25], "one": [1, 2, 4, 5, 6, 7, 13, 15, 16, 17, 21], "ones": 13, "onli": [1, 2, 6, 7, 12, 13, 15, 17, 23], "open": [3, 11, 19, 25], "openblas_num_thread": 13, "openmp": 2, "oper": [4, 11, 15, 16, 23], "opt": [2, 6, 18], "option": [2, 5, 6, 7, 10, 11, 12, 13, 14, 16, 17, 20, 21, 22, 23, 25], "optpars": 2, "order": [2, 5, 6, 7, 12, 14, 17, 20, 21, 22, 23, 24], "ordin": [4, 10], "org": [1, 3, 4, 13], "orig": 6, "origin": 1, "orrd": 1, "other": [1, 2, 4, 6, 7, 13, 14, 20, 23, 24], "otherwis": [2, 4, 15], "otim": [1, 10], "our": [6, 15, 20], "out": [2, 4, 6, 9, 10, 15, 17, 21, 23], "outer": [1, 10, 13, 15], "output": [1, 2, 4, 5, 6, 11, 13, 16, 18, 23], "over": [2, 4, 7, 10, 15, 16, 23, 25], "overestim": [2, 20], "overhead": [4, 25], "overrid": 2, "overwrit": [4, 6], "overwritten": 4, "oxford": 23, "p": [1, 4, 12, 23], "p3yaml": 6, "p_": [1, 2, 4, 10], "pa": [2, 6, 12, 17, 18, 22], "packag": [2, 5, 7, 8, 17], "page": [0, 3, 4, 7, 13, 23], "pair": [2, 11, 15], "pair_dist": 6, "paper": [4, 6, 11, 23], "parallel": 13, "parallelepip": 15, "param": [2, 15], "paramet": [2, 5, 16, 18, 20, 21, 24], "pars": [6, 12], "parse_born": 15, "parser": [2, 5, 15, 17, 21], "part": [2, 7, 10, 11, 12, 13, 15, 20, 25], "partial": 6, "particl": [4, 23], "pass": [1, 6], "past": 10, "path": [1, 2, 4], "paticular": 2, "pattern": 15, "pbe": [7, 25], "pbesol": [1, 4, 6, 7, 8, 23], "pe": 25, "peierl": 23, "peopl": 20, "perfect": 4, "perform": [2, 6, 7, 13, 15, 18, 22, 24], "period": 21, "permut": 2, "ph": [2, 4, 6, 7], "ph000": 18, "ph0000": 18, "ph3": [10, 15], "ph3yml": 15, "phi_": [2, 4, 6, 10, 12], "phon3pi": 2, "phono": 9, "phono3pi": [2, 4, 7, 8, 10, 12, 14, 18, 19, 20, 23, 24, 25], "phono3py_disp": [1, 2, 4, 10, 14, 15, 16, 17, 18, 20, 22], "phono3py_disp_dimfc2": 15, "phono3py_disp_rd": 18, "phono3py_displ": 22, "phono3py_param": 4, "phono3py_xxx": 16, "phono3py_yaml": [6, 15], "phono3pyyaml": [6, 15], "phono3y_param": 4, "phonon": [2, 3, 5, 9, 10, 11, 12, 17, 20, 21, 22, 23, 24, 25], "phonon3": 15, "phonon_dataset": 15, "phonon_forc": 15, "phonon_supercell_matrix": [2, 15], "phonon_supercells_with_displac": 15, "phonon_tp": 4, "phonondb": 11, "phonopi": [2, 3, 4, 5, 8, 9, 11, 12, 13, 15, 17, 19, 21, 22], "phonopyatom": 15, "phoonon": 4, "phy": [3, 4, 7, 19, 23], "physic": [1, 2, 3, 4, 10, 11, 15, 20], "physrevb": 3, "physrevlett": 3, "physrevx": 3, "physta": 9, "pi": [4, 10], "pick": 1, "pico": 10, "piec": [4, 7, 25], "pinv": [6, 7, 15], "pip": [13, 18], "pipelin": 4, "pitfal": 13, "place": 2, "plain": 10, "plan": 2, "plane": [1, 20], "pleas": [3, 4, 9, 11, 13, 16], "plot": [1, 2, 7, 9, 20, 23], "pmatrix": [12, 15], "png": 1, "point": [1, 2, 7, 12, 20, 21, 22, 25], "polar": 5, "polymorph": 19, "popul": [4, 23], "popular": 7, "poscar": [2, 4, 6, 12, 14, 15, 18, 22, 23], "poscar_fc2": [4, 22], "posit": [2, 7], "possibl": [2, 5, 13, 20], "possibli": 20, "potenti": [13, 20], "pp": [2, 7, 10], "pr": 2, "practic": [15, 23], "prb": 11, "pre": [2, 21], "predict": 23, "prefer": 4, "prefix": [2, 6], "prepar": [2, 11, 14, 15, 21], "present": [1, 7, 18, 20], "previou": [2, 10, 20], "previous": 2, "primari": 2, "primit": [1, 2, 6, 7, 12, 15, 21, 23, 24], "primitive_ax": 2, "primitive_matrix": [2, 4, 15], "princip": 4, "principl": [9, 15, 19, 24], "print": [6, 15, 22, 25], "printf": [22, 25], "probabl": [2, 7, 13, 17], "problem": [2, 22], "procedur": [2, 7, 22], "process": [4, 13, 15], "produce_fc": 15, "produce_fc3": 15, "product": [1, 4, 10], "program": 5, "project": [3, 9], "propag": 23, "proper": [4, 15, 17], "properli": [13, 15], "properti": [2, 4, 5, 7, 10, 11, 15, 17, 24], "provid": [2, 4, 7, 15, 16, 23, 24], "pseudo": 23, "publish": 3, "pure": 4, "purpos": [4, 15], "push": 0, "put": [2, 4], "pw": [4, 11, 14], "pwscf": [2, 8], "py": [0, 2, 7, 8, 9, 13, 25], "pydocstyl": 2, "pypi": 2, "pypolymlp": [2, 4], "pyproject": [2, 13], "python": [0, 2, 6, 7, 11, 13, 15, 16, 25], "python3": 2, "pythonpath": 13, "pyyaml": 13, "q": [1, 2, 6, 12, 20, 22, 23, 25], "q_direct": 2, "q_triplet": 4, "qe": [1, 11, 14, 17], "qpoint": [4, 10], "qsub": 25, "qualiti": 4, "quantiti": 18, "quantum": [4, 14, 23], "question": 11, "queue": 25, "quit": 25, "r": [0, 4, 6], "race": 2, "rai": 19, "ran": 1, "randan": [4, 6, 11], "random": 2, "random_displac": 18, "random_displacements_fc2": 18, "random_se": 18, "randomli": 2, "rang": [1, 4, 6, 15, 23, 24, 25], "rare": 2, "rate": 4, "rather": 1, "ratio": 6, "rd": [2, 18], "re": [2, 20, 25], "read": [1, 2, 5, 6, 7, 11, 12, 15, 16, 17, 18, 21, 22, 23, 25], "read_crystal_structur": 15, "read_gamma": [2, 25], "readabl": 2, "reader": 23, "readi": 15, "reaem": 2, "real": [2, 7, 11, 12], "realist": 7, "reason": [6, 25], "receipt": [2, 13], "recent": 17, "recip": 13, "reciproc": [2, 6, 10, 15, 20], "recogn": 4, "recommend": [1, 4, 5, 6, 7, 10, 13, 15, 25], "reconsid": 20, "record": 15, "recov": [2, 4], "red": 7, "reduc": [4, 6, 7, 10, 20], "reduct": [2, 4], "redund": [2, 15], "ref": 21, "refactor": 2, "refer": [4, 6, 11, 23], "regim": 23, "region": 1, "rel": 2, "relat": [2, 4, 7, 9, 11, 17, 24], "relax": [4, 5, 10, 11, 15, 21], "releas": [2, 13], "relev": 23, "reli": [7, 13], "remain": 23, "remov": [2, 4, 6, 13], "renam": [2, 4, 18, 20], "renew": 2, "renorm": 20, "repeat": 7, "replac": [2, 4, 5, 6, 16], "report": [11, 23], "repositori": 0, "repres": 4, "reproduc": 20, "repump": 23, "requir": [2, 4, 6, 7, 13, 15, 16, 18, 20, 22, 24], "reshap": [12, 15], "residu": [2, 4], "resolut": 1, "resourc": [6, 15], "respect": [1, 2, 4, 5, 6, 12, 14, 15, 20, 21], "restart": 13, "result": [1, 2, 4, 7, 11, 12, 17, 21, 23, 25], "rev": [3, 4, 7, 19, 23], "revers": 10, "review": 3, "rewritten": 2, "right": [4, 10, 15], "rightarrow": [4, 20], "riper": 21, "rm": [0, 23], "robust": 5, "roughli": [1, 4, 15], "routin": 13, "rst": 0, "rsync": 0, "rta": [1, 2, 4, 7, 10, 20, 25], "rule": 4, "run": [1, 2, 4, 7, 10, 13, 15, 17, 18, 22, 25], "run_thermal_conduct": 15, "runcry17": 5, "runngin": 10, "ry": 14, "s41567": 3, "sacrific": 6, "safer": 7, "same": [2, 4, 5, 6, 8, 10, 12, 13, 14, 15, 16, 17, 18, 21, 22, 23], "sampl": [1, 2, 7, 10, 20, 23], "sampli": 4, "satisfact": 1, "satoshi": 19, "satur": 1, "save": [1, 2, 6, 7, 15, 25], "savetxt": 12, "scale": 7, "scaled_posit": 15, "scarifi": 4, "scatter": [2, 5, 10, 19], "scf": 21, "scfconv": 21, "scheme": 4, "scienc": 11, "scikit": [2, 13], "scipi": [1, 13], "script": [1, 2, 4, 9], "sdx": 4, "search": [2, 4, 15], "second": [1, 4, 5, 10, 12, 15, 20, 21, 22, 23, 24], "second_atom": 6, "secondari": 2, "section": [4, 7, 10], "sed": [6, 25], "see": [1, 2, 4, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 21, 23, 25], "seed": 18, "seem": [1, 20], "seismic": 1, "seitz": 4, "select": [4, 6, 7], "self": [2, 10, 11, 12, 20], "semi": 2, "semiconductor": 9, "send": 7, "separ": [1, 4, 22], "seprat": 4, "sequenti": [4, 22], "seri": [22, 23], "set": [0, 1, 2, 5, 6, 7, 11, 12, 13, 15, 17, 20, 22, 24, 25], "setup": [2, 7, 13], "seventh": 1, "sever": 4, "sh": 25, "shape": [2, 4, 10, 12, 15], "shell": 13, "shin": 4, "short": 25, "shortcut": [4, 18], "shorter": [6, 15], "should": [4, 5, 6, 7, 9, 10, 13, 20, 21, 25], "show": [1, 2, 4, 6, 7, 10, 20, 23], "shown": [2, 4, 6, 7, 10, 12, 13, 15, 17, 24, 25], "si": [1, 2, 4, 5, 7, 8, 17, 20, 21, 23, 25], "side": [1, 2], "sigma": [2, 7, 20, 22], "sigma_": 4, "sigma_cutoff": 2, "sigma_cutoff_width": 2, "sign": 7, "significantli": 7, "silicon": [2, 8], "sim": 4, "simga": [2, 4], "similar": [2, 4, 7, 12, 15, 18, 24], "similarli": [2, 4, 7, 16, 18, 25], "simoncelli": [3, 23], "simpl": [2, 4], "simpli": [4, 6, 7, 13, 15], "simultan": [2, 4], "sinc": [1, 4, 6, 7, 20, 22, 25], "singl": [1, 4, 10, 25], "sio2": 19, "site": [2, 5, 17, 21], "size": [2, 4, 6, 7, 18, 22], "skelton": [2, 9], "slightli": [2, 4, 10], "slower": [2, 7], "small": [2, 4, 5, 7, 20, 21], "smaller": [1, 2, 4, 7, 11, 15, 23], "smallest": 4, "smear": [2, 4, 7, 10, 20, 22], "smrt": 10, "snippet": 15, "so": [2, 4, 5, 6, 7, 12, 13, 15, 18, 21, 25], "soc": [19, 23], "societi": 3, "softwar": 11, "solid": [3, 23], "solut": [2, 4, 9, 11], "solv": [7, 23], "solver": 4, "some": [1, 2, 6, 10, 15, 16, 20, 25], "someth": 13, "sometim": [4, 6], "sort": 6, "sourc": 2, "sourceforg": 11, "sp": [2, 18], "space": [2, 6, 7, 10, 12, 15, 18, 20], "spacegroup": 6, "spars": 7, "sparse_dot_mkl": 4, "sparser": 7, "special": [4, 13, 14], "specif": [4, 10, 13, 23], "specifi": [1, 2, 4, 5, 6, 7, 10, 14, 15, 17, 18, 20, 21, 23, 25], "spectral": [2, 11, 24], "spectrum": [2, 4], "spglib": [2, 13], "sphinx": 0, "split": 25, "sqrt": 15, "stabl": [4, 7], "standard": [4, 13], "star": 10, "start": [1, 7, 12, 20], "state": [11, 12], "std": [6, 25], "step": [1, 5, 6, 15, 17, 22, 24], "still": 4, "store": [2, 4, 7, 11, 12, 14, 15, 18, 22, 23, 25], "store_dense_gp_map": [2, 10], "store_dense_svec": 2, "stp": [2, 7], "strage": 2, "straightforward": 7, "strategi": [3, 19], "strengh": 2, "strength": [2, 4, 15, 20], "strict": 13, "string": 16, "strongli": [4, 20], "structur": [1, 2, 4, 6, 12, 16, 17, 18, 20, 21], "studi": 21, "style": [2, 9], "subdirectori": 21, "subtract": [2, 4], "sudo": 13, "suffer": 12, "suffic": 20, "sum": [1, 2, 4, 10], "sum_": [1, 2, 4, 10, 23], "sum_j": 4, "summar": [11, 14], "summari": [6, 7], "summat": 4, "supecel": 18, "supercel": [2, 5, 11, 12, 17, 18, 20, 21, 22, 24], "supercell_fc2": [5, 21], "supercell_matrix": [2, 15], "supercell_out": 4, "supercells_with_displac": 15, "superimpos": 1, "support": [2, 4, 9, 11, 13, 15, 25], "suppos": [4, 6, 7, 22, 25], "suresh": 23, "switch": [1, 7], "sx": 4, "sxxx": 10, "sy": 25, "sym": [2, 4, 6, 16, 21], "symbol": 15, "symfc": [2, 18], "symmetr": [4, 5, 7, 10, 15, 16, 17, 20, 21, 22, 23], "symmetri": [1, 2, 5, 6, 10, 15, 17, 18, 20, 21, 22, 23], "symmetrize_fc2": 4, "symmetrize_fc3": 4, "system": [2, 4, 5, 7, 13, 14, 25], "systemat": [4, 18], "t": [2, 7, 10, 13, 16, 23], "tabl": [4, 6], "tadano": [3, 19], "tag": [2, 11], "tail": 4, "take": [1, 7, 22], "taken": 23, "tamura": 4, "tanaka": [3, 19], "tau": [10, 23], "tau_": [1, 10], "tc_la2zr2o7": 23, "techniqu": 15, "tee": [1, 6], "tell": 20, "temp": 7, "temp_index": 4, "temperatur": [2, 7, 23], "tempertur": 4, "templat": 5, "template3": 5, "ten": 22, "tend": 15, "tensor": [4, 10, 15, 23], "term": [2, 16, 18, 23, 24], "termin": 15, "terumasa": [3, 19], "test": [2, 4, 5, 9, 21], "tetrahedron": [2, 7, 20, 22, 23], "text": [1, 2, 4, 6, 7, 10, 14, 20], "than": [1, 2, 4, 6, 7, 11, 15, 20, 22, 23], "thei": [1, 2, 4, 5, 6, 7, 15, 17, 20, 21, 22, 25], "them": [4, 6, 7, 15, 24, 25], "theoret": 11, "theori": [3, 20, 23], "therefor": [1, 2, 4, 5, 6, 7, 12, 15, 17, 20, 21, 25], "therein": 23, "thermal": [2, 3, 4, 5, 6, 7, 9, 10, 11, 17, 18, 19, 21, 22, 23, 24, 25], "thi": [0, 1, 2, 4, 5, 6, 7, 10, 11, 12, 13, 15, 16, 17, 18, 20, 21, 22, 23, 25], "thing": 20, "third": [2, 4, 5, 6, 12, 15, 20, 21, 22, 24], "thm": [2, 20, 22], "those": [1, 2, 4, 6, 7, 10, 12, 13, 16, 17, 20, 25], "though": [4, 6, 7, 15, 25], "three": [1, 4, 6, 10, 12, 20, 24], "threshold": 1, "through": [7, 15, 16], "thu": [2, 23], "thz": [1, 4, 10, 12, 20], "time": [1, 2, 4, 5, 7, 10, 11, 13, 15, 18, 20, 21, 22, 25], "tip": 11, "titl": 3, "tmax": 23, "tmin": 23, "toctre": 0, "togeth": [1, 2, 4, 6, 7, 20], "togo": [3, 11, 19], "tolde": 5, "toml": [2, 13], "too": [2, 15], "tool": [2, 11], "top": 0, "total": [7, 23], "tprop": 4, "transform": [2, 4, 15, 20, 25], "translat": [2, 4, 6], "translation": 4, "transport": [4, 9, 11, 19], "treat": [2, 7, 23], "treatment": [2, 4], "tri": [4, 13], "trigger": 2, "triplet": [2, 4, 6, 12], "triplt": 4, "triptl": 4, "trivial": 20, "true": [1, 2, 6, 10, 12, 15], "try": [2, 6, 15], "tstep": 23, "tsutsui": 19, "tsym": 2, "tune": 2, "tunnel": 23, "turbomol": [2, 11, 14], "twice": [1, 20], "two": [4, 5, 6, 7, 12, 13, 16, 19, 20], "tx": 4, "txt": [2, 13], "txxx": 4, "type": [1, 2, 4, 12, 15, 16], "typehint": 2, "u": [1, 4, 12, 13], "ultra": 23, "ultralow": [4, 23], "umklapp": 4, "unchang": 23, "under": [1, 2, 4, 9, 15, 16, 22], "underestim": 20, "understand": 4, "understood": 1, "unifi": 3, "uniform": [4, 16, 20], "uniq": 6, "uniqu": [1, 4, 15], "unit": [1, 2, 4, 5, 6, 10, 12, 15, 17, 20, 21, 24], "unitcel": [4, 6, 12, 14, 15, 18, 22], "universitat": 9, "unless": [4, 17, 25], "unnecessari": [4, 7, 13, 15], "unspecifi": [4, 16], "until": 10, "up": [1, 2, 15], "updat": [0, 2, 4], "upper": 6, "url": 3, "us": [2, 3, 5, 6, 8, 9, 11, 12, 14, 16, 17, 18, 20, 21, 22, 24, 25], "usabl": [2, 4, 15, 18], "usag": [2, 4, 10, 16, 20, 25], "use_grg": 15, "use_mkl": 4, "user": [1, 2, 9, 11, 13, 15, 24], "usr": [6, 25], "usual": [0, 2, 4, 10, 13, 15, 20, 22, 23], "v": [1, 4, 6, 10, 18, 23], "v1": 2, "v2": [2, 16], "v3": 2, "v_0": [1, 10], "v_g": 4, "val": [4, 6], "valid": 5, "valu": [1, 2, 4, 6, 7, 10, 11, 20], "varepsilon": 4, "variabl": [13, 15], "varianc": 2, "vasp": [2, 6, 8, 11, 14, 15, 18], "vasprun": [2, 4, 6, 18, 22], "vasprun_xml": 18, "vassen": 23, "vector": [1, 4, 15], "veloc": [1, 2, 4, 10, 23], "veri": [2, 4, 6, 7, 13, 18, 20, 22], "version": [1, 4, 10], "via": [9, 15, 18], "virtual": 13, "visit": 11, "volum": [1, 3, 20, 23], "vvv": 13, "w": [1, 7, 10, 23], "wa": [1, 2, 6, 10, 13, 15, 18], "wai": [2, 4, 7, 9, 13, 15, 16, 22], "wan": 23, "want": [4, 6, 9, 10, 12, 15, 22], "watch": [4, 6, 10], "wave": [4, 20, 23], "wavepacket": 23, "wavevector": 23, "wc": 6, "we": [1, 4, 5, 6, 7, 15, 20, 21, 23, 24], "weak": 4, "weaker": 20, "web": [0, 4, 5, 17, 21], "weight": [11, 12], "well": [7, 23], "were": [2, 6, 7, 10, 15, 18], "wgp": [2, 7, 22, 25], "what": [5, 12, 21], "whcih": 2, "when": [1, 2, 4, 5, 6, 7, 10, 12, 13, 15, 16, 17, 18, 20, 21, 22, 24], "whenev": 4, "where": [1, 2, 4, 7, 10, 15, 17, 18, 22, 23, 24], "wherea": 15, "whether": [6, 20], "which": [1, 2, 3, 4, 6, 7, 13, 15, 18, 22, 23, 24, 25], "while": 23, "who": 2, "whose": [2, 7], "width": [10, 20, 22, 23], "wigner": 11, "wigner_la2zr2o7": 23, "wihtout": 2, "within": [4, 20], "without": [0, 1, 2, 4, 6, 7, 14, 20, 22], "work": [1, 2, 4, 13, 15, 16, 24, 25], "workflow": [11, 15], "workload": [4, 7, 11], "wrapper": [7, 13], "write": [2, 6, 7, 10, 12, 22, 23, 25], "write_detailed_gamma": 2, "write_fc3_dat": 2, "write_gamma": [2, 12, 25], "write_gamma_detail": [2, 12], "write_grid_address": 2, "write_triplet": 2, "written": [2, 4, 6, 7, 8, 10, 12, 13, 15], "wrong": [2, 13], "wrongli": 2, "www": [3, 13], "x": [1, 2, 3, 4, 6, 7, 10, 15, 19, 23], "x86": 13, "xml": [2, 4, 6, 18, 22], "xx": [1, 7, 10, 23], "xxx": [2, 4, 5, 17], "xxxxx": [2, 4, 5, 6, 22], "xxy": 15, "xy": [1, 7, 10, 23], "xyx": 15, "xyz": 6, "xz": [1, 7, 10, 23], "xzy": 6, "y": 1, "yaml": [1, 2, 4, 5, 7, 10, 14, 15, 16, 17, 20, 21, 22, 25], "yang": 23, "year": 3, "yet": [2, 8], "yield": 23, "you": [3, 4, 10, 12, 13, 21, 22], "your": [1, 12, 13], "your_shel": 13, "yxx": 15, "yxz": 6, "yy": [1, 7, 10, 15, 23], "yz": [1, 7, 10, 23], "zero": [2, 4, 6, 7, 10], "zhang": 23, "zone": [2, 3, 7, 10, 19, 22, 23], "zr": 23, "zsh": [17, 25], "zz": [1, 6, 7, 10, 23]}, "titles": ["How to write phono3py documentation", "Auxiliary tools", "Change Log", "How to cite phono3py", "Command options / Setting tags", "CRYSTAL & phono3py calculation", "Force constants calculation with cutoff pair-distance", "Direct solution of linearized phonon Boltzmann equation", "Examples", "External tools", "How to read the results stored in hdf5 files", "Welcome to phono3py", "Input / Output files", "Installation", "Interfaces to calculators", "Phono3py API", "phono3py-load command", "Quantum ESPRESSO (pw) & phono3py calculation", "Force constants calculation with randan displacements of atoms", "References", "Tips", "TURBOMOLE & phono3py calculation", "VASP & phono3py calculation", "Solution of the Wigner transport equation", "Workflow", "Workload distribution"], "titleterms": {"0": 2, "1": 2, "10": 2, "11": 2, "12": 2, "13": 2, "14": 2, "15": 2, "16": 2, "17": 2, "18": 2, "19": 2, "2": 2, "20": 2, "2015": 2, "2016": 2, "2017": 2, "2018": 2, "2019": 2, "2020": 2, "2021": 2, "2022": 2, "2023": 2, "2024": 2, "21": 2, "22": 2, "23": 2, "24": 2, "25": 2, "26": 2, "27": 2, "28": 2, "29": 2, "2nd": 15, "3": 2, "30": 2, "31": 2, "3rd": [4, 15], "3x3": 15, "4": 2, "5": 2, "6": 2, "7": 2, "8": 2, "9": 2, "A": [6, 20, 25], "One": 15, "acknowledg": 11, "address": 10, "alm": 4, "aln": 6, "amplitud": 4, "analyt": [4, 15], "api": 15, "approxim": 23, "apr": 2, "atom": [18, 20], "aug": 2, "automat": 13, "auxiliari": 1, "av": 4, "ave_pp": 10, "averag": [1, 19], "ax": 4, "band": 4, "band_indic": 4, "behavior": 14, "bi": 4, "bla": 13, "bmfp": 4, "boltzmann": [4, 7], "boundari": 4, "boundary_mfp": [4, 10], "br": 4, "brillouin": [4, 20], "bterta": 4, "build": 13, "c": [4, 13], "calc": 4, "calcul": [4, 5, 6, 14, 15, 17, 18, 21, 22], "cell": [4, 14], "cell_filenam": 4, "cf": 4, "cf2": 4, "cf3": 4, "cfc": 4, "cfz": 4, "chang": 2, "check": 20, "choic": 7, "citat": 3, "cite": 3, "class": [4, 15], "cmake": 13, "cmap": 1, "code": 13, "collect": 9, "collis": 7, "command": [4, 16, 18], "compact": 4, "compact_fc": 4, "compat": 20, "compil": 0, "compress": 4, "comput": 23, "conda": 13, "conduct": [1, 15, 20], "configur": [4, 13], "const": 4, "const_ave_pp": 4, "constant": [4, 6, 15, 18, 20], "contributor": 11, "control": 13, "conveni": 25, "correct": [4, 15], "correspond": 10, "cost": 23, "creat": [4, 6, 14, 18], "create_displac": 4, "creation": 4, "crystal": [4, 5, 15], "cumul": 1, "cutff": 6, "cutoff": [1, 4, 6, 7, 18, 19], "cutoff_fc3_dist": 4, "cutoff_pair_dist": 4, "cv": 1, "d": 4, "dat": 12, "dataset": 15, "dec": 2, "default": [4, 14], "densiti": [1, 4, 19], "detail": [4, 10], "develop": 13, "diagon": 7, "differ": 15, "dim": 4, "dim_fc2": 4, "dimens": 15, "direct": [3, 4, 7, 18], "displac": [4, 6, 14, 15, 18, 19, 20], "displacement_dist": 4, "distanc": [4, 6, 14, 18, 20], "distribut": [1, 4, 7, 25], "do": [1, 25], "document": [0, 11], "dr": 1, "energi": [4, 19], "equat": [3, 4, 7, 23], "espresso": 17, "event": 4, "exact": 23, "exampl": 8, "experiment": 15, "extern": 9, "extract": 6, "fc": [4, 15], "fc2": [4, 12], "fc3": [4, 12, 18], "fc_calcul": 4, "fc_calculator_opt": 4, "fc_symmetri": 4, "feb": 2, "file": [0, 4, 6, 10, 12, 14, 20], "fmax": 1, "forc": [4, 6, 15, 18, 20], "forces_fc2": [12, 18], "forces_fc3": [6, 12, 18], "format": 20, "formul": 4, "freq": 4, "frequenc": [4, 10], "from": [4, 6, 13], "fs2f2": 4, "full": 4, "full_pp": 4, "function": [4, 19], "ga": 4, "gamma": [1, 4, 10, 12], "gamma_detail": 12, "gamma_isotop": 10, "gcc": 13, "gener": [1, 15, 18], "gp": 4, "grid": [4, 10, 15], "grid_address": 4, "grid_point": 4, "group_veloc": 10, "gruneisen": 4, "gv": 1, "gv_by_gv": 10, "hdf5": [4, 10, 12], "heat_capac": 10, "how": [0, 1, 3, 7, 10, 23, 25], "i": [4, 6], "id": 6, "imag_self_energi": 4, "imaginari": 4, "import": 20, "index": 10, "indic": 4, "input": [4, 12], "instal": 13, "instruct": 13, "integ": 15, "integr": 4, "interact": [6, 7, 15, 19], "interfac": [4, 7, 14], "intermedi": 12, "invers": 7, "io": 4, "ise": 4, "isotop": 4, "its": 13, "jan": 2, "jdo": [4, 12], "joint": [4, 19], "joint_do": 4, "jul": 2, "jun": 2, "june": 2, "kaccum": 1, "kappa": [10, 12], "kappa_unit_convers": 10, "kdeplot": 1, "kinet": 9, "know": 10, "lapack": [7, 13], "latest": 13, "lattic": [1, 15, 20], "lbte": [3, 4], "lda": 6, "librari": [10, 13], "licens": 11, "lifetim": 1, "linear": 7, "linewidth": 12, "link": 7, "list": 11, "load": [7, 15, 16], "log": 2, "macro": 13, "magmom": 4, "magnet": 4, "mai": 2, "mail": 11, "make": 6, "manag": 13, "mar": 2, "mass": 4, "mass_vari": 4, "matrix": [7, 15], "memori": 7, "mesh": [4, 10], "mesh_numb": 4, "method": 4, "mfp": [1, 4], "mkl": 7, "mode": [4, 10], "model": 9, "moment": 4, "multithread": 13, "mv": 4, "n_u": 4, "nac": 4, "name": [4, 14], "nbin": 1, "netlib": 13, "non": [4, 15], "norm": 1, "nov": 2, "nsp": 1, "nu": 4, "num": 4, "num_frequency_point": 4, "number": 10, "numer": 20, "numpi": 7, "o": 4, "oct": 2, "onli": 4, "openbla": [7, 13], "openmp": 13, "opt": 4, "option": [1, 4, 18], "order": [4, 15], "output": 12, "pa": 4, "packag": 13, "pair": [4, 6, 18, 19], "param": 4, "paramet": [4, 7, 15], "part": 4, "pbe": 6, "phono3pi": [0, 1, 3, 5, 6, 9, 11, 13, 15, 16, 17, 21, 22], "phono3py_disp": [6, 12], "phono3py_param": 18, "phonon": [1, 4, 6, 7, 15, 19], "phonopi": 20, "physic": 14, "pitch": 4, "point": [4, 10, 15], "power": 9, "pp": 4, "pqj": 1, "practic": 20, "primit": 4, "primitive_ax": 4, "properti": 1, "provid": 13, "pseudo": 7, "publish": 0, "pw": 17, "python": 10, "q": [4, 10, 15], "q_direct": 4, "qe": 4, "qualiti": 20, "quantum": 17, "randan": 18, "random": [4, 18], "random_displac": 4, "random_displacements_fc2": 4, "random_se": 4, "ratio": 1, "rd": 4, "read": [4, 10], "read_fc2": 4, "read_fc3": 4, "read_gamma": 4, "read_phonon": 4, "read_pp": 4, "real": 4, "real_self_energi": 4, "reciproc": 4, "refer": 19, "regular": 15, "relat": [1, 18], "result": [10, 20], "review": 19, "rse": 4, "rta": 23, "run": 6, "sampl": [4, 15], "save": 4, "scalar": 1, "scatter": [4, 23], "scattering_event_class": 4, "scipi": 7, "script": [6, 25], "search": 13, "seed": 4, "self": [4, 19], "sep": 2, "set": 4, "shoot": 13, "si": 6, "sigma": 4, "sigma_cutoff_width": 4, "simpl": 12, "singl": 13, "solut": [3, 7, 23], "solv": 4, "solver": 7, "sourc": [0, 13], "sp": 4, "space": 4, "special": 6, "specif": 14, "spectral": [4, 19], "spectral_funct": 4, "spf": 4, "state": [4, 19], "store": 10, "stp": 4, "strength": [7, 19], "structur": 15, "summat": 20, "supercel": [4, 6, 15], "symfc": 4, "symmetri": 4, "t": 4, "tag": 4, "tau": 1, "temperatur": [1, 4, 10], "tensor": 1, "term": [4, 15], "test": 6, "tetrahedron": 4, "text": 12, "thermal": [1, 15, 20], "thm": 4, "thread": 13, "three": 15, "tip": 20, "tmax": 4, "tmin": 4, "tool": [1, 9], "trace": 1, "transport": [3, 23], "treatment": 23, "troubl": 13, "true": 4, "tstep": 4, "turbomol": [4, 21], "ubuntu": 13, "unit": 14, "us": [1, 4, 7, 10, 13, 15, 23], "usag": [6, 7], "use_ave_pp": 4, "util": 4, "valu": 15, "varianc": 4, "vasp": 22, "version": [2, 13], "via": 7, "wai": 20, "weight": [4, 10], "welcom": 11, "wgp": 4, "what": 6, "wigner": [3, 4, 23], "work": 7, "workflow": [5, 17, 21, 22, 24], "workload": 25, "write": [0, 4], "write_gamma": 4, "write_gamma_detail": 4, "write_phonon": 4, "write_pp": 4, "wte": 23, "xmax": 1, "yaml": [6, 12, 18], "ymax": 1, "zmax": 1, "zone": [4, 20]}}) \ No newline at end of file