From 90f8fc6d149b793da2256082e9adb632782b4693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brieuc=20Le=20D=C3=A9?= Date: Tue, 9 Jul 2024 13:57:17 +0200 Subject: [PATCH] Export findchainlength --- src/MPSDynamics.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MPSDynamics.jl b/src/MPSDynamics.jl index ca8eaaf..980d483 100644 --- a/src/MPSDynamics.jl +++ b/src/MPSDynamics.jl @@ -163,7 +163,7 @@ export Machine, RemoteMachine, LocalMachine, init_machines, update_machines, lau export randtree -export readchaincoeffs, h5read, load +export readchaincoeffs, h5read, load, findchainlength export println, print, show