From 237da6e6ff5e7480d9f0d380e93f1c6cf957f6e0 Mon Sep 17 00:00:00 2001 From: GiggleLiu Date: Fri, 19 Apr 2024 00:56:02 +0800 Subject: [PATCH] update yao modules --- Y/YaoPlots/Package.toml | 3 ++- Y/YaoToEinsum/Package.toml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Y/YaoPlots/Package.toml b/Y/YaoPlots/Package.toml index 6a959da097f70d8..ac983079cb77fea 100644 --- a/Y/YaoPlots/Package.toml +++ b/Y/YaoPlots/Package.toml @@ -1,3 +1,4 @@ name = "YaoPlots" uuid = "32cfe2d9-419e-45f2-8191-2267705d8dbc" -repo = "https://github.com/QuantumBFS/YaoPlots.jl.git" +repo = "https://github.com/QuantumBFS/Yao.jl.git" +subdir = "lib/YaoPlots" diff --git a/Y/YaoToEinsum/Package.toml b/Y/YaoToEinsum/Package.toml index d33f3f956c77f79..81df1e7171c24b6 100644 --- a/Y/YaoToEinsum/Package.toml +++ b/Y/YaoToEinsum/Package.toml @@ -1,3 +1,4 @@ name = "YaoToEinsum" uuid = "9b173c7b-dc24-4dc5-a0e1-adab2f7b6ba9" -repo = "https://github.com/QuantumBFS/YaoToEinsum.jl.git" +repo = "https://github.com/QuantumBFS/Yao.jl.git" +subdir = "lib/YaoToEinsum"