Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.05 KB

cite.rst

File metadata and controls

28 lines (20 loc) · 1.05 KB

Citing Euphonic

Euphonic has a CITATION.cff that contains all the metadata required to cite Euphonic. The correct citation file for your version of Euphonic can be found in Euphonic's installation directory, or it can be read programatically as follows:

.. testcode::

  import yaml
  import euphonic
  from importlib_resources import files

  with open(files(euphonic) / 'CITATION.cff') as fp:
      citation_data = yaml.safe_load(fp)

The latest version of the citation file can also be found in Euphonic's code repository here.

Please cite both the Euphonic software itself and the following publication:

  • Fair R.L., Jackson A.J., Voneshen D.J., Jochym D.B., Le M.D., Refson K., Perring T.G. Euphonic: inelastic neutron scattering simulations from force constants and visualization tools for phonon properties. Journal of Applied Crystallography 55 1689-1703 (2022). DOI: https://doi.org/10.1107/S1600576722009256.