Skip to content

Commit

Permalink
Update main paper reference
Browse files Browse the repository at this point in the history
The main paper on npj Comp. Mat. has been published, and all the
references to the arxiv are now updated to the corresponding
peer-reviewed publication.
  • Loading branch information
bastonero committed Mar 19, 2024
1 parent 85aa3c9 commit cf6cb03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ by a person or an entity engaged in the commercial use, application or
exploitation of works similar to the PROGRAM.

5. LICENSEE agrees that he/she shall make the following acknowledgement in
publications resulting from the use of the PROGRAM: "Lorenzo Bastonero and Nicola
Marzari, Automated all-functionals infrared and Raman spectra, arXiv:2308.04308";
publications resulting from the use of the PROGRAM: "Lorenzo Bastonero and
Nicola Marzari, Automated all-functionals infrared and Raman spectra,
npj Computational Materials 10, 55 (2024), DOI: 10.1038/s41524-024-01236-3";
"Sebastiaan. P. Huber, Spyros Zoupanos, Martin Uhrin, Leopold Talirz, Leonid
Kahle, Rico Häuselmann, Dominik Gresch, Tiziano Müller, Aliaksandr V.
Yakutovich, Casper W. Andersen, Francisco F. Ramirez, Carl S. Adorf, Fernando
Expand Down
2 changes: 1 addition & 1 deletion docs/source/citeus.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

If you use this plugin for your research, please cite the following works:

> Lorenzo Bastonero and Nicola Marzari, [*Automated all-functionals infrared and Raman spectra*](https://arxiv.org/abs/2308.04308) (2023)
> Lorenzo Bastonero and Nicola Marzari, [*Automated all-functionals infrared and Raman spectra*](https://doi.org/10.1038/s41524-024-01236-3), npj Computational Materials **10**, 55 (2024)
> Sebastiaan. P. Huber, Spyros Zoupanos, Martin Uhrin, Leopold Talirz, Leonid Kahle, Rico Häuselmann, Dominik Gresch, Tiziano Müller, Aliaksandr V. Yakutovich, Casper W. Andersen, Francisco F. Ramirez, Carl S. Adorf, Fernando Gargiulo, Snehal Kumbhar, Elsa Passaro, Conrad Johnston, Andrius Merkys, Andrea Cepellotti, Nicolas Mounet, Nicola Marzari, Boris Kozinsky, and Giovanni Pizzi, [*AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and data provenance*](https://doi.org/10.1038/s41597-020-00638-4), Scientific Data **7**, 300 (2020)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ To the tutorials

If you use this plugin for your research, please cite the following work:

> Lorenzo Bastonero and Nicola Marzari, [*Automated all-functionals infrared and Raman spectra*](https://arxiv.org/abs/2308.04308) (2023)
> Lorenzo Bastonero and Nicola Marzari, [*Automated all-functionals infrared and Raman spectra*](https://doi.org/10.1038/s41524-024-01236-3), npj Computational Materials **10**, 55 (2024)
> Sebastiaan. P. Huber, Spyros Zoupanos, Martin Uhrin, Leopold Talirz, Leonid Kahle, Rico Häuselmann, Dominik Gresch, Tiziano Müller, Aliaksandr V. Yakutovich, Casper W. Andersen, Francisco F. Ramirez, Carl S. Adorf, Fernando Gargiulo, Snehal Kumbhar, Elsa Passaro, Conrad Johnston, Andrius Merkys, Andrea Cepellotti, Nicolas Mounet, Nicola Marzari, Boris Kozinsky, and Giovanni Pizzi, [*AiiDA 1.0, a scalable computational infrastructure for automated reproducible workflows and data provenance*](https://doi.org/10.1038/s41597-020-00638-4), Scientific Data **7**, 300 (2020)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/topics/formulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Formulation

In this section we briefly explore the underlying theory and formulation made used in the workflows.
For a more in depth explanation, please refer to the [main paper of the package](https://arxiv.org/abs/2308.04308).
For a more in depth explanation, please refer to the [main paper of the package](https://doi.org/10.1038/s41524-024-01236-3).

Considered good sources are:

Expand All @@ -21,7 +21,7 @@ In the code, all properties are computed within the __Born-Oppenheimer__ and __h
The vibrational spectra are computed in the __first-order non-resonant__ regime: the infrared using the __dipole-dipole__ approximation, and the Raman using the __Placzek__ approximation.

:::{important}
These are considered __good approximations for insulators__. Nevertheless, a frequency dependent solution form is usually used also for the __resonant__ case and for __metals__. _Nevertheless_, one must be aware that in such cases (resonance, metals) these approximations might not hold, as multiphonon processes, non-adiabaticity, excitonic effects (i.e. electronic excitations), or even exciton-phonon interactions might be non negligible, thus comparison with experiments could result poor. If these effects are important for your case, you can refer to [S. Reichardt and L. Wirtz, _Science Advances_, __7__, 32 (__2020__)](https://www.science.org/doi/10.1126/sciadv.abb5915).
These are considered __good approximations for insulators__. Nevertheless, a frequency dependent solution form is usually used also for the __resonant__ case and for __metals__. _Nevertheless_, one must be aware that in such cases (resonance, metals) these approximations might not hold, as multiphonon processes, non-adiabaticity, excitonic effects (i.e. electronic excitations), or even exciton-phonon interactions might be non negligible, thus comparison with experiments could result poor. If these effects are important for your case, you can refer to [S. Reichardt and L. Wirtz, _Science Advances_, **7**, 32 (__2020__)](https://www.science.org/doi/10.1126/sciadv.abb5915).

Moreover, temperature effects can also play a crucial role, as __anharmonic__ effects (of ions) should be incorporate to the phonons. A state-of-the-art approach, which differs from the classical molecular dynamics solutions, can be found using the [time-dependent self-consistent harmonic approximation](https://journals.aps.org/prb/abstract/10.1103/PhysRevB.103.104305).
:::
Expand Down

0 comments on commit cf6cb03

Please sign in to comment.