From c23e5b1768181864c48a144f15a46b5aecc90b54 Mon Sep 17 00:00:00 2001 From: Joey Dumont Date: Tue, 29 Jul 2014 09:02:44 -0400 Subject: [PATCH] Update README.md to show DOI. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c3ab67..6d30c28 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Wigner Symbols ============== +[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11076.png)](http://dx.doi.org/10.5281/zenodo.11076) A C++ ensemble of functions to compute the Wigner 3j- and 6j- symbols. It reimplements the algorithm designed by Schulten and Gordon in C++, but also contains the original Fortran implementation.