From 8595f3791f9a920ec1d2d71b429f16f8af297f96 Mon Sep 17 00:00:00 2001 From: jasonkaye Date: Thu, 4 Apr 2024 11:53:51 -0400 Subject: [PATCH] update refs in docs --- doc/index.rst | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index bcb45fa..93a0211 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -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` for important information about the library. - - To begin using `cppdlr` in your application, the :ref:`examples page` provides a + - To begin using ``cppdlr`` in your application, the :ref:`examples page` 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`. 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). `_ [`arXiv:2107.13094 `_] -- The companion paper to `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. - `_ - [`arXiv: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). + `_ Related libraries -----------------