From a89e984fd94de14e4409c6bf318e4cd18d057801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20S=C3=A1nchez=20Ram=C3=ADrez?= Date: Tue, 5 Nov 2024 18:39:05 +0100 Subject: [PATCH] move file --- src/{Ansatz => }/Product.jl | 0 src/Tenet.jl | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{Ansatz => }/Product.jl (100%) diff --git a/src/Ansatz/Product.jl b/src/Product.jl similarity index 100% rename from src/Ansatz/Product.jl rename to src/Product.jl diff --git a/src/Tenet.jl b/src/Tenet.jl index 0ca5d2dc..295fffc3 100644 --- a/src/Tenet.jl +++ b/src/Tenet.jl @@ -34,7 +34,7 @@ export form export canonize_site, canonize_site!, canonize, canonize!, mixed_canonize, mixed_canonize!, truncate! export evolve!, expect, overlap -include("Ansatz/Product.jl") +include("Product.jl") export Product # reexports from EinExprs