mirror of https://github.com/phonopy/phono3py.git
Added citation to Article on Wigner Formulation published in PRX
This commit is contained in:
parent
6d1e134271
commit
5e52cfff1f
|
@ -74,14 +74,21 @@ following articles:
|
|||
```
|
||||
(citation_wigner_formulation)=
|
||||
- "Wigner formulation of thermal transport in solids"
|
||||
Michele Simoncelli, Nicola Marzari, and Francesco Mauri, accepted in Physical Review X [arXiv:2112.06897, 2021]
|
||||
Michele Simoncelli, Nicola Marzari, and Francesco Mauri, Physical Review X **12**, 041011 (2022)
|
||||
|
||||
```
|
||||
@article{arXiv:2112.06897,
|
||||
title={Wigner formulation of thermal transport in solids},
|
||||
author={Simoncelli, Michele and Marzari, Nicola and Mauri, Francesco},
|
||||
journal={arXiv preprint arXiv:2112.06897},
|
||||
url={https://arxiv.org/abs/2112.06897},
|
||||
year={2021}
|
||||
@article{PhysRevX.12.041011,
|
||||
title = {Wigner Formulation of Thermal Transport in Solids},
|
||||
author = {Simoncelli, Michele and Marzari, Nicola and Mauri, Francesco},
|
||||
journal = {Phys. Rev. X},
|
||||
volume = {12},
|
||||
issue = {4},
|
||||
pages = {041011},
|
||||
numpages = {39},
|
||||
year = {2022},
|
||||
month = {Oct},
|
||||
publisher = {American Physical Society},
|
||||
doi = {10.1103/PhysRevX.12.041011},
|
||||
url = {https://link.aps.org/doi/10.1103/PhysRevX.12.041011}
|
||||
}
|
||||
```
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
This page explains how to compute the thermal conductivity from the solution of the Wigner transport equation (WTE)
|
||||
[M. Simoncelli, N. Marzari, F. Mauri; Nat. Phys. 15, 809 (2019)](https://doi.org/10.1038/s41567-019-0520-x)
|
||||
({ref}`citation <citation_unified_theory>`) and
|
||||
[M. Simoncelli, N. Marzari, F. Mauri; arXiv:2112.06897 (2021)](https://arxiv.org/pdf/2112.06897)
|
||||
[M. Simoncelli, N. Marzari, F. Mauri; Phys. Rev. X 12, 041011 (2022)](https://doi.org/10.1103/PhysRevX.12.041011)
|
||||
({ref}`citation <citation_wigner_formulation>`).
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue