Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
98 lines (94 sloc)
3.63 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name = "DFTK" | |
uuid = "acf6eb54-70d9-11e9-0013-234b7a5f5337" | |
authors = ["Michael F. Herbst <info@michael-herbst.com>", "Antoine Levitt <antoine.levitt@inria.fr>"] | |
version = "0.5.3" | |
[deps] | |
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c" | |
AtomsBase = "a963bdd2-2df7-4f54-a1ee-49d51e6be12a" | |
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" | |
Brillouin = "23470ee3-d0df-4052-8b1a-8cbd6363e7f0" | |
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d" | |
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a" | |
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" | |
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | |
InteratomicPotentials = "a9efe35a-c65d-452d-b8a8-82646cd5cb04" | |
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" | |
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e" | |
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153" | |
Libxc = "66e17ffc-8502-11e9-23b5-c9248d0eb96d" | |
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255" | |
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | |
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e" | |
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" | |
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a" | |
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56" | |
Optim = "429524aa-4258-5aef-a3af-852621145aeb" | |
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" | |
PeriodicTable = "7b2266bf-644c-5ea3-82d8-af4bbd25a884" | |
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45" | |
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae" | |
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | |
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" | |
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0" | |
Requires = "ae029012-a4dd-5104-9daa-d747884805df" | |
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665" | |
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" | |
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | |
Spglib = "f761d5c5-86db-4880-b97f-9680a7cccfb5" | |
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" | |
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" | |
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" | |
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" | |
UnitfulAtomic = "a7773ee8-282e-5fa2-be4e-bd808c38a91a" | |
spglib_jll = "ac4a9f1e-bdb2-5204-990c-47c8b2f70d4e" | |
[compat] | |
AbstractFFTs = "1" | |
AtomsBase = "0.2.2" | |
BlockArrays = "0.16.2" | |
Brillouin = "0.5" | |
Conda = "1" | |
FFTW = "1" | |
ForwardDiff = "0.10" | |
InteratomicPotentials = "0.2" | |
Interpolations = "0.12, 0.13" | |
IterTools = "1" | |
IterativeSolvers = "0.8, 0.9" | |
Libxc = "0.3.9" | |
LineSearches = "7" | |
LinearMaps = "2, 3" | |
MPI = "0.19" | |
NLsolve = "4" | |
Optim = "1" | |
OrderedCollections = "1" | |
PeriodicTable = "1" | |
Polynomials = "1, 2, 3" | |
Primes = "0.4, 0.5" | |
ProgressMeter = "1" | |
PyCall = "1" | |
Requires = "1" | |
Roots = "1, 2" | |
SpecialFunctions = "1, 2" | |
Spglib = "0.5" | |
StaticArrays = "1" | |
TimerOutputs = "0.5.11" | |
Unitful = "1" | |
UnitfulAtomic = "1" | |
julia = "1.6" | |
spglib_jll = "1.15" | |
[extras] | |
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595" | |
DoubleFloats = "497a8b3b-efae-58df-a0af-a86822472b78" | |
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41" | |
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a" | |
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253" | |
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819" | |
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77" | |
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" | |
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" | |
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc" | |
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" | |
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" | |
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" | |
wannier90_jll = "c5400fa0-8d08-52c2-913f-1e3f656c1ce9" | |
[targets] | |
test = ["Test", "Aqua", "DoubleFloats", "FiniteDiff", "GenericLinearAlgebra", "IntervalArithmetic", "Plots", "Random", "KrylovKit", "Logging", "JLD2", "WriteVTK", "wannier90_jll", "QuadGK"] |