Skip to content

Commit 9c14a00

Browse files
committed
Sources for Projects
1 parent b1aef2c commit 9c14a00

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

Project.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@ TupleTools = "1.5"
5757
VectorInterface = "0.4.8, 0.5"
5858
cuTENSOR = "6"
5959
julia = "1.10"
60+
61+
[extras]
62+
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
63+
64+
[sources]
65+
MatrixAlgebraKit = {url = "https://github.com/QuantumKitHub/MatrixAlgebraKit.jl", rev = "ksh/cuda6"}
66+
Mooncake = {url = "https://github.com/chalk-lab/Mooncake.jl", rev = "ksh/cuda6"}

test/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ cuTENSOR = "011b41b2-24ef-40a8-b3eb-fa098493e9e1"
2828

2929
[sources]
3030
TensorKit = {path = ".."}
31+
MatrixAlgebraKit = {url = "https://github.com/QuantumKitHub/MatrixAlgebraKit.jl", rev = "ksh/cuda6"}
32+
Mooncake = {url = "https://github.com/chalk-lab/Mooncake.jl", rev = "ksh/cuda6"}
3133

3234
[compat]
3335
Aqua = "0.6, 0.7, 0.8"

0 commit comments

Comments
 (0)