mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
fix link in README
Some checks failed
CI (Julia nightly) / Julia nightly - macOS-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - ubuntu-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - windows-latest - x64 (push) Has been cancelled
CI / Julia 1 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - windows-latest - x64 (push) Has been cancelled
Some checks failed
CI (Julia nightly) / Julia nightly - macOS-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - ubuntu-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - windows-latest - x64 (push) Has been cancelled
CI / Julia 1 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - windows-latest - x64 (push) Has been cancelled
This commit is contained in:
parent
856c517104
commit
c09774abe7
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ simultaneously. The computation of the Wigner symbols is not in itself multithre
|
|||
may be added in the future).
|
||||
|
||||
WignerSymbols.jl does no longer store the Wigner 3j and 6j symbols in a `Dict` cache, but
|
||||
rather in an `LRU` cache from [LRUCache.jl](https://github.com/JuliaCollections/
|
||||
LRUCache.jl). Hence, it no longer stores all Wigner symbols ever computed, but only the
|
||||
rather in an `LRU` cache from [LRUCache.jl](https://github.com/JuliaCollections/LRUCache.jl).
|
||||
Hence, it no longer stores all Wigner symbols ever computed, but only the
|
||||
most recent ones, and it that sense this is a (softly) breaking release. By default, it
|
||||
stores the $10^6$ most recent ones, which is probably equivalent to storing all of them in
|
||||
most use cases. This number can be changed via the interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue