From 8832877272aa952255ae634451963ccd57651c92 Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Fri, 16 Mar 2018 21:04:15 +0100 Subject: [PATCH] Fix dx.doi.org link A leading slash on one link meant that clicking on the link tried to go to a page on github.com Also I changed http:// to https:// since dx.doi.org now supports HTTPS --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9476724..62a6787 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ evaluation of Wigner symbols. Computes a specific Wigner 6j symbol. ## Bibliography - + K. Schulten and R. G. Gordon, _Recursive evaluation of 3j and 6j coefficients_, Comput. Phys. Commun. **11**, 269–278 (1976). DOI: [10.1016/0010-4655(76)90058-8](/http://dx.doi.org/10.1016/0010-4655(76)90058-8) - + K. Schulten, _Exact recursive evaluation of 3j- and 6j-coefficients for quantum-mechanical coupling of angular momenta_, J. Math. Phys. **16**, 1961 (1975). DOI: [10.1063/1.522426](http://dx.doi.org/10.1063/1.522426). - + J. Luscombe and M. Luban, _Simplified recursive algorithm for Wigner 3j and 6j symbols_, Phys. Rev. E **57**, 7274–7277 (1998). DOI: [10.1103/PhysRevE.57.7274](http://dx.doi.org/10.1103/PhysRevE.57.7274). + + K. Schulten and R. G. Gordon, _Recursive evaluation of 3j and 6j coefficients_, Comput. Phys. Commun. **11**, 269–278 (1976). DOI: [10.1016/0010-4655(76)90058-8](https://dx.doi.org/10.1016/0010-4655(76)90058-8) + + K. Schulten, _Exact recursive evaluation of 3j- and 6j-coefficients for quantum-mechanical coupling of angular momenta_, J. Math. Phys. **16**, 1961 (1975). DOI: [10.1063/1.522426](https://dx.doi.org/10.1063/1.522426). + + J. Luscombe and M. Luban, _Simplified recursive algorithm for Wigner 3j and 6j symbols_, Phys. Rev. E **57**, 7274–7277 (1998). DOI: [10.1103/PhysRevE.57.7274](https://dx.doi.org/10.1103/PhysRevE.57.7274).