Skip to content

Commit

Permalink
update refs in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkaye committed Apr 4, 2024
1 parent 73d30af commit 8595f37
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,28 +15,23 @@ Getting started
brief introduction, or the references below for more detail. If you are
familiar with the DLR, you should still take a brief look at the
:ref:`background page<background>` for important information about the library.
- To begin using `cppdlr` in your application, the :ref:`examples page<examples>` provides a
- To begin using ``cppdlr`` in your application, the :ref:`examples page<examples>` provides a
good starting point.
- If you need more specific information about `cppdlr` classes and functions,
- If you need more specific information about ``cppdlr`` classes and functions,
take a look at the :ref:`reference documentation page<documentation>`.

References
----------

If you use ``cppdlr`` in your software or published research works, please cite
our repository and one, or
both, of these references. Citations help to encourage the development and
maintainence of open-source scientific software.
If you use ``cppdlr`` in your software or published research works, please mention
this, and cite the following references. Citations help to encourage the
development and maintainence of open-source scientific software.

- The original reference on the DLR: `Discrete Lehmann representation of imaginary time Green's functions, Jason Kaye, Kun Chen, and Olivier Parcollet, Phys. Rev. B 105, 235115, 2022.
- The original reference on the DLR: `J. Kaye, K. Chen, O. Parcollet, "Discrete Lehmann representation of imaginary time Green's functions", Phys. Rev. B, 105, 235115 (2022).
<https://journals.aps.org/prb/abstract/10.1103/PhysRevB.105.235115>`_
[`arXiv:2107.13094 <https://arxiv.org/abs/2107.13094>`_]
- The companion paper to `libdlr <https://github.com/jasonkaye/libdlr>`_, which
contains a briefer overview of the DLR: `libdlr: Efficient imaginary time calculations using the discrete
Lehmann representation, Jason Kaye, Kun Chen, and Hugo U.R. Strand, Comput.
Phys. Commun. 280, 108458, 2022.
<https://www.sciencedirect.com/science/article/pii/S0010465522001771>`_
[`arXiv:2110.06765 <https://arxiv.org/abs/2110.06765>`_]
- The companion paper to ``cppdlr``: `J. Kaye, H. U. R. Strand, N. Wentzell, "cppdlr: Imaginary time calculations using the discrete Lehmann representation", arXiv:2404.02334 (2024).
<https://arxiv.org/abs/2404.02334>`_

Related libraries
-----------------
Expand Down

0 comments on commit 8595f37

Please sign in to comment.