-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathProject.toml
More file actions
44 lines (40 loc) · 1.41 KB
/
Project.toml
File metadata and controls
44 lines (40 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name = "TNRKit"
uuid = "7dfc3ef0-df9b-475f-b8e2-b91f34f5d84d"
version = "0.6.0"
authors = ["Victor Vanthilt, Adwait Naravane, Atsushi Ueda and contributors"]
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LoggingExtras = "e6f89c97-d47a-5376-807f-9c37f3926c36"
MatrixAlgebraKit = "6c742aac-3347-4629-af66-fc926824e5e4"
OptimKit = "77e91f04-9b3b-57a6-a776-40b61faaebe0"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
TensorKit = "07d1fe3e-3e46-537d-9eac-e9e13d0d4cec"
TensorKitSectors = "13a9c161-d5da-41f0-bcbd-e1a08ae0647f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
Combinatorics = "1.1.0"
DocStringExtensions = "0.9.4"
FastGaussQuadrature = "1.1.0"
KrylovKit = "0.10"
LoggingExtras = "~1.0"
MatrixAlgebraKit = "0.6.1"
OptimKit = "0.4.0"
QuadGK = "2.11.2"
SpecialFunctions = "2.6.1"
StableRNGs = "1.0.4"
TensorKit = "0.16.2"
TensorKitSectors = "0.3.7"
Zygote = "0.7.7"
julia = "1.11"
[extras]
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "QuadGK"]