From 9524e3f1e812ef5349e81f6f4d9144a5fd25962d Mon Sep 17 00:00:00 2001 From: Jutho Date: Fri, 11 Aug 2017 15:35:28 +0200 Subject: [PATCH] fix broken link attempt3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d0664..d12d284 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ for caching the computed 3j and 6j symbols. ## Todo * Wigner 9-j symbols, as explained in [1] and based on - [3] [L. Wei, New formula for 9-j symbols and their direct calculation, Computers in Physics, 12 (1998), 632–634.](ftp://gravity.physics.uwa.edu.au/pub/Clebsch-Gordan/Papers/Wei9j.pdf) + [3] [L. Wei, New formula for 9-j symbols and their direct calculation, Computers in Physics, 12 (1998), 632–634.](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.481.5946&rep=rep1&type=pdf) * Convenient syntax to get the exact results in the `√(r) * s` format, but in such a way that it can be used by the Julia type system and can be converted afterwards.