mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-05 15:42:15 -07:00
add wigner9j symbols. update README, .gitignore Manifest
This commit is contained in:
parent
473e618cf0
commit
152d52595e
6 changed files with 206 additions and 12 deletions
13
Project.toml
13
Project.toml
|
|
@ -1,25 +1,26 @@
|
|||
name = "WignerSymbols"
|
||||
uuid = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
|
||||
authors = ["Jutho Haegeman"]
|
||||
version = "2.0.0"
|
||||
version = "2.1.0"
|
||||
|
||||
[deps]
|
||||
RationalRoots = "308eb6b3-cc68-5ff3-9e97-c3c4da4fa681"
|
||||
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
|
||||
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
|
||||
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
|
||||
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
|
||||
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
|
||||
RationalRoots = "308eb6b3-cc68-5ff3-9e97-c3c4da4fa681"
|
||||
|
||||
[compat]
|
||||
RationalRoots = "0.1 - 0.9"
|
||||
HalfIntegers = "1"
|
||||
Primes = "0.4 - 0.9"
|
||||
LRUCache = "1.3"
|
||||
Primes = "0.4 - 0.9"
|
||||
RationalRoots = "0.1 - 0.9"
|
||||
julia = "1.5"
|
||||
|
||||
[extras]
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
|
||||
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
|
||||
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
|
||||
|
||||
[targets]
|
||||
test = ["Test", "LinearAlgebra", "Random"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue