Skip to content

Commit

Permalink
Fix formatting of references
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <nicolasbock@gmail.com>
  • Loading branch information
nicolasbock authored and cnegre committed Jul 20, 2023
1 parent 0d7118a commit 9df9101
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions docs/TUTORIALS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,16 @@ Details about the system type can be found at: `System type <_static/doxy/struct
Referenece
----------

.. [Koskinen] Koskinen, Pekka, and Ville Mäkinen. 2009. “Density-Functional Tight-Binding for Beginners.” Computational Materials Science 47 (1): 237–53.
.. [Niklasson] Niklasson, Anders M. N., and Matt Challacombe. 2004. “Density Matrix Perturbation Theory.” Physical Review Letters 92 (19): 193001.
.. [Finkelstein] J. Finkelstein, C. Negre, J-L. Fattebert. 2023. `"A fast, dense Chebyshev solver for electronic structure on GPUs" <https://arxiv.org/abs/2306.12616>`_.
.. [Negre2016] Negre, Christian F. A., Susan M. Mniszewski, Marc J. Cawkwell, Nicolas Bock, Michael E. Wall, and Anders M. N. Niklasson. 2016. “Recursive Factorization of the Inverse Overlap Matrix in Linear-Scaling Quantum Molecular Dynamics Simulations.” Journal of Chemical Theory and Computation 12 (7): 3063–73.
.. [Koskinen] Koskinen, Pekka, and Ville Mäkinen. 2009. “Density-Functional
Tight-Binding for Beginners.” Computational Materials Science 47 (1):
237–53.
.. [Niklasson] Niklasson, Anders M. N., and Matt Challacombe. 2004. “Density
Matrix Perturbation Theory.” Physical Review Letters 92 (19): 193001.
.. [Finkelstein] J. Finkelstein, C. Negre, J. L. Fattebert. 2023. `"A fast, dense
Chebyshev solver for electronic structure on GPUs"
<https://arxiv.org/abs/2306.12616>`_.
.. [Negre2016] Negre, Christian F. A., Susan M. Mniszewski, Marc J. Cawkwell,
Nicolas Bock, Michael E. Wall, and Anders M. N. Niklasson. 2016. “Recursive
Factorization of the Inverse Overlap Matrix in Linear-Scaling Quantum
Molecular Dynamics Simulations.” Journal of Chemical Theory and Computation
12 (7): 3063–73.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# -- Project information -----------------------------------------------------

project = 'qmd-progress'
copyright = '2022, qmd authors'
copyright = '2023, qmd authors'
author = 'qmd authors'

# The full version, including alpha/beta/rc tags
Expand Down

0 comments on commit 9df9101

Please sign in to comment.