-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
37 lines (33 loc) · 1.31 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
name = "QuantumStateTransfer"
uuid = "34a31443-0e20-4b48-9031-55d81b0a9864"
keywords = ["quantum computing", "graph theory", "physics", "optimization"]
license = "MIT"
authors = ["Luis M. B. Varona <lbvarona@mta.ca>", "Nathaniel Johnston <njohnston@mta.ca>"]
description = "A Julia package for modelling state transfer on quantum spin networks."
maintainers = ["Luis M. B. Varona <lbvarona@mta.ca>"]
readme = "README.md"
repository = "https://github.com/GraphQuantum/QuantumStateTransfer.jl"
version = "0.1.0-dev"
[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
[compat]
DataStructures = ">=0.18.15, <1.0"
Graphs = "1.10"
LinearAlgebra = "1.9"
PrecompileTools = "1.2"
julia = "1.9"
[extras]
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
ImageShow = "4e3cecfd-b093-5904-9786-8bbb286a6a31"
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
examples = ["ImageIO", "ImageMagick", "ImageShow", "Images", "Plots"]
lint = ["JuliaFormatter"]
test = ["Test"]