-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
32 lines (29 loc) · 1.14 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
name = "SDiagonalizability"
uuid = "12271bdf-7740-497a-b7ef-3fbfedd57958"
keywords = ["graph theory", "linear algebra", "dynamic programming", "quantum computing"]
license = "MIT"
authors = ["Luis M. B. Varona <lbvarona@mta.ca>", "Nathaniel Johnston <njohnston@mta.ca>"]
description = "A dynamic algorithm to minimize the S-bandwidth of a graph."
maintainers = ["Luis M. B. Varona <lbvarona@mta.ca>"]
readme = "README.md"
repository = "https://github.com/GraphQuantum/SDiagonalizability.jl"
version = "0.1.0-dev"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MolecularGraph = "6c89ec66-9cd8-5372-9f91-fabc50dd27fd"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
RowEchelon = "af85af4c-bcd5-5d23-b03a-a909639aa875"
[compat]
Combinatorics = "1.0.2"
DataStructures = ">=0.18.15, <1.0"
Graphs = "1.10"
LinearAlgebra = "1.9"
MolecularGraph = ">=0.15.0, <1.0"
PrecompileTools = "1.2"
RowEchelon = "0.2.1"
julia = "1.9"
[extras]
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"