Commit graph

  • c09774abe7
    fix link in README add9j Thomas (Tom) C. Gorordo 2026-02-22 22:45:43 -08:00
  • 856c517104
    treat summation index in compute9jseries consistently as big Thomas (Tom) C. Gorordo 2026-01-27 14:23:58 -08:00
  • 7dac2a1bed
    actually fix regression in older julia versions Thomas (Tom) C. Gorordo 2026-01-27 14:10:25 -08:00
  • 8c99826160
    attempt to fix test regression in older julia versions Thomas (Tom) C. Gorordo 2026-01-27 13:57:52 -08:00
  • e21df477fc
    9j caching to canonical lexicographical order w/ regge sym Thomas (Tom) C. Gorordo 2026-01-27 13:18:08 -08:00
  • 8e3d78114e
    remove extraneous commented binomial implementation Thomas (Tom) C. Gorordo 2024-09-03 22:25:43 -07:00
  • 85c7cd2026
    Tweak README.md Thomas (Tom) C. Gorordo 2024-09-03 22:01:58 -07:00
  • ee695dfe58
    optimize 9j rational construction Thomas (Tom) C. Gorordo 2024-09-03 19:18:41 -07:00
  • 24dcb1132b
    fix wigner9j extra @testset typo Thomas (Tom) C. Gorordo 2024-09-03 18:07:20 -07:00
  • bd6fe9b827
    no need to export wei9jbracket Thomas (Tom) C. Gorordo 2024-09-03 17:18:45 -07:00
  • d2c6e12c13
    make sum return explicit Thomas (Tom) C. Gorordo 2024-09-03 17:17:12 -07:00
  • f1fcb1876d
    improve primebinomial Thomas (Tom) C. Gorordo 2024-09-03 16:30:58 -07:00
  • 0e056691cb
    remove added Combinatorics dep by hardcoding 9j arg permutations Thomas (Tom) C. Gorordo 2024-08-15 09:34:47 -07:00
  • 9c2c0b6596
    fix wigner9j cache keys Thomas (Tom) C. Gorordo 2024-08-15 07:56:39 -07:00
  • 152d52595e
    add wigner9j symbols. update README, .gitignore Manifest Thomas (Tom) C. Gorordo 2024-08-15 07:18:17 -07:00
  • 473e618cf0 add LTS julia to CI and run CI; it's been a while master Jutho Haegeman 2022-07-27 12:37:01 +02:00
  • c12478f6f0 fix compat Jutho Haegeman 2021-06-16 10:00:14 +02:00
  • d48c2564e8 update README status badges Jutho Haegeman 2021-06-16 01:00:33 +02:00
  • caf4c230db update README Jutho Haegeman 2021-06-16 00:55:10 +02:00
  • 9359a9bdc4 disable multithreading on windows Jutho Haegeman 2021-06-15 12:10:00 +02:00
  • 7755a7581d re-enable test single threaded Jutho Haegeman 2021-06-15 01:52:23 +02:00
  • 72390181ad try disabling failing windows tests Jutho Haegeman 2021-06-15 01:42:30 +02:00
  • f2a1754c3c small test change (again) Jutho Haegeman 2021-06-15 01:34:00 +02:00
  • 87177d0da5 small test change Jutho Haegeman 2021-06-15 01:29:40 +02:00
  • a04c500646 try using atomic{int} for growinglist length Jutho Haegeman 2021-06-15 01:18:49 +02:00
  • 38e5f809f2 julia 1.5 required for unsafe_rational Jutho Haegeman 2021-06-14 17:14:17 +02:00
  • 04098cb2c2 various updates for efficiency; restore recursive sumlist Jutho Haegeman 2021-06-14 17:00:19 +02:00
  • 231078a159 make version specifiers compatible with julia 1.0 Jutho Haegeman 2021-06-11 16:03:23 +02:00
  • b1303b9b79 major update, thread safety, improved efficiency Jutho Haegeman 2021-06-11 15:50:25 +02:00
  • f06635b64b get rid of __init__ function, no longer necessary Jutho Haegeman 2021-06-04 11:18:03 +02:00
  • d6de77da40 update tagbot Jutho Haegeman 2020-11-05 23:44:28 +01:00
  • 39e2bd160b Install TagBot as a GitHub Action (#11) Julia TagBot 2020-02-09 06:03:43 +07:00
  • 1d727ede82 fix compat Jutho Haegeman 2020-02-02 00:45:22 +01:00
  • 03c3ba47e9 bump version, update readme and ci Jutho Haegeman 2020-02-01 23:15:40 +01:00
  • 7394e8c3cf
    Update function documentation (#10) w-vdh 2020-02-01 21:22:34 +01:00
  • 8ee830e173 use RationalRoots representation Jutho Haegeman 2019-08-07 10:09:22 +02:00
  • 80cc592dd3 fix fast path in conversion Jutho Haegeman 2019-07-29 17:49:20 +02:00
  • 2800b274ea clean up tests Jutho Haegeman 2019-07-29 17:18:53 +02:00
  • 52d2255d64 clean up prime Jutho Haegeman 2019-07-29 17:09:38 +02:00
  • e5efd21bdf add test: wigner3j orthogonality Jutho Haegeman 2019-07-29 12:25:35 +02:00
  • 6e0c8bfc0a update README Jutho Haegeman 2019-07-09 01:07:14 +02:00
  • a5ee2d5fc6
    Switch to using HalfIntegers (#6) Jutho 2019-07-09 00:53:40 +02:00
  • 6ddbd340b0 Make convert(Real, ::HalfInteger) yield HalfInteger (#5) Morten Piibeleht 2019-02-21 12:16:26 +13:00
  • 65e3f34649 export HalfInteger Jutho Haegeman 2019-01-10 23:05:52 +01:00
  • 088c52e1fb update ci Jutho Haegeman 2019-01-10 21:59:51 +01:00
  • 8ebb2c791b Partially revamp the HalfInteger type (#4) Morten Piibeleht 2019-01-11 09:50:46 +13:00
  • 80038db6a3 update require and travis.yml Jutho Haegeman 2018-10-24 09:51:00 +02:00
  • 6f90f842d7 remove dead julia pkg eval from readme Jutho Haegeman 2018-10-05 23:33:59 +02:00
  • d871d4db3d update travis.yml Jutho Haegeman 2018-10-05 23:33:23 +02:00
  • 42efa10861 update installation instructions Jutho 2018-10-05 17:21:30 +02:00
  • 39bbd0ced8 update HalfInteger Jutho 2018-10-05 17:20:22 +02:00
  • 8854cfbb97 update README Jutho Haegeman 2018-07-25 00:32:51 +02:00
  • 396bc52d2e
    update tests for julia 0.7 Jutho 2018-07-12 11:39:31 +02:00
  • 38524431e1 more update travis Jutho Haegeman 2018-07-10 02:16:13 +02:00
  • 7f91c5acc0 update travis and require Jutho Haegeman 2018-07-10 02:09:36 +02:00
  • 3400fe8577 update tests Jutho Haegeman 2018-07-10 02:07:31 +02:00
  • cf7c940c5f
    first attempt to (exclusive) v0.7 compatibility Jutho 2018-06-22 00:21:31 +02:00
  • dd208b42a6 first attempt to (exclusive) v0.7 compatibility Jutho Haegeman 2018-06-21 23:29:33 +02:00
  • 0b8be07d6a remove erroneous empty line Jutho Haegeman 2018-06-17 02:08:51 +02:00
  • cdb460332c speed improvement plus v0.7 compatibility Jutho Haegeman 2018-01-31 17:10:37 +08:00
  • 21688c9a2b improve speed of conversion from halfinteger to integer Jutho Haegeman 2018-01-30 16:47:07 +08:00
  • ba3303cb68 Move halfinteger into WignerSymbols Jutho Haegeman 2018-01-30 16:11:33 +08:00
  • 61eaa24215 deprecation fix Jutho 2018-01-24 16:45:33 +01:00
  • b734fe001f Update for latest version of v0.7 Jutho Haegeman 2017-12-08 00:52:21 +01:00
  • 9350aae469 Fix argument order in clebschgordan docs. Jutho Haegeman 2017-11-10 11:20:03 +01:00
  • dd75309fe6 Enable precompilation Jutho Haegeman 2017-10-27 16:28:53 +02:00
  • a05b93dc48 Fix readme (2) Jutho Haegeman 2017-10-19 00:46:54 +02:00
  • bc47b88f38 Fix README Jutho Haegeman 2017-10-19 00:46:04 +02:00
  • 32b8e13165 Reenable 0.6 in travis.yml Jutho Haegeman 2017-10-14 01:40:07 +02:00
  • 258246f854 add MPZ for 0.6 compatibility; update REQUIRE, add testsets Jutho Haegeman 2017-10-14 01:33:52 +02:00
  • cb09b427c9 bugfix in Racah W sign when different irreps don't match Jutho Haegeman 2017-10-09 15:28:29 +02:00
  • e56bea0cf9 fix bug in delta Jutho Haegeman 2017-10-06 23:27:58 +02:00
  • f647d8948b fix depwarn for .+ in range Jutho 2017-09-26 10:39:58 +02:00
  • b3f65e9b46 Remove @show in tests Jutho 2017-08-12 00:22:07 +02:00
  • 07efc88cf7 Change test tolerance due to julia#22742 Jutho 2017-08-12 00:18:04 +02:00
  • 9524e3f1e8 fix broken link attempt3 Jutho 2017-08-11 15:35:28 +02:00
  • 4cc893e693 fix broken link in README attempt2 Jutho 2017-08-11 15:34:24 +02:00
  • 42df8be35a fix broken link in README Jutho 2017-08-11 15:33:57 +02:00
  • 9f78c5ded7 Fix Benchmark entry in Readme Jutho 2017-08-11 15:33:29 +02:00
  • c47faaf768 README and benchmarks Jutho 2017-08-11 15:32:10 +02:00
  • 1a974193eb add help and more tests Jutho 2017-08-11 12:55:57 +02:00
  • 56b02ebcf2 3j and 6j working and tested Jutho 2017-08-09 17:12:37 +02:00
  • b9eb46d5cd updates Jutho Haegeman 2017-08-09 12:13:46 +02:00
  • 46d5624e0f first code 2 Jutho 2017-08-08 16:57:31 +02:00
  • c0f00d5d61 first code Jutho 2017-08-08 16:57:20 +02:00
  • a5395dca5b WignerSymbols.jl generated files. Jutho 2017-08-08 11:23:18 +02:00
  • 3c93b33c80 initial empty commit Jutho 2017-08-08 11:23:17 +02:00