-
Notifications
You must be signed in to change notification settings - Fork 2
/
Project.toml
79 lines (75 loc) · 2.83 KB
/
Project.toml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
name = "AtomicStructure"
uuid = "e24b7630-0518-11e9-1346-1188d3abce50"
authors = ["Stefanos Carlström <[email protected]>"]
version = "0.1.8"
[deps]
AngularMomentumAlgebra = "0bb1b1ac-0216-11e9-361b-bb110c659ce1"
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
AtomicLevels = "10933b4c-d60f-11e8-1fc6-bd9035a249a1"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
CompactBases = "2c0377a8-7469-4ebd-be0f-82e501f20078"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
ContinuumArrays = "7ae1f121-cc2c-504b-ac30-9b923412ae5c"
CoulombIntegrals = "42e5845a-f9f1-11e8-0afe-795ea56ed153"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
EnergyExpressions = "f4b57a2e-27c7-11e9-0cb0-edd185b706f6"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
HalfIntegers = "f0d1745a-41c9-11e9-1dd9-e5d34d218721"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SolverTraces = "619b3e1a-df4a-11e8-3b0b-a997e0925a8d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
WignerSymbols = "9f57e263-0b3d-5e2e-b1be-24f2bb48858b"
[compat]
AngularMomentumAlgebra = "0.1, 0.2, 0.3"
ArnoldiMethod = "0.2"
ArrayLayouts = "0.7, 0.8, 1"
AtomicLevels = "0.1.3"
BandedMatrices = "0.16, 0.17"
BlockBandedMatrices = "0.11, 0.12"
CompactBases = "0.3.9"
Compat = "3.27, 4"
ContinuumArrays = "0.10, 0.11, 0.12"
CoulombIntegrals = "0.1.1"
Crayons = "4.0"
EnergyExpressions = "0.1"
FillArrays = "0.12, 0.13, 1"
Formatting = "0.4"
HalfIntegers = "1.3"
IntervalSets = "0.5, 0.6, 0.7"
IterativeSolvers = "0.9"
LazyArrays = "0.22, 1"
LineSearches = "7"
Optim = "1.7"
PrettyTables = "2"
ProgressMeter = "1.5"
QuasiArrays = "0.9"
Roots = "2.0"
SolverTraces = "0.1"
UnicodeFun = "0.4"
Unitful = "1.7"
UnitfulAtomic = "1.0"
WignerSymbols = "1.1,2"
julia = "1.6"
[extras]
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a"
[targets]
test = ["LineSearches", "PrettyTables", "Unitful", "UnitfulAtomic"]