-
Notifications
You must be signed in to change notification settings - Fork 6
/
Project.toml
30 lines (26 loc) · 1.05 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
name = "Schrodinger"
uuid = "5f5b5750-cb1a-11e8-178f-cf2a673dfc6f"
keywords = ["quantum-mechanics", "simulation", "physics"]
license = "MIT"
desc = "Fast and easy simulation of quantum mechanical systems."
authors = ["Jeremy <jeremy.bejanin@gmail.com>"]
version = "0.1.0"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
FastLapackInterface = "29a986be-02c6-4525-aec4-84b980013641"
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
FastLapackInterface = "2, ^1.2.4"
[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Distributions", "Random", "Statistics", "Test"]