From eae5b484a33bb70570328d6b8efa8c0fe928d184 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Mon, 6 May 2024 09:55:47 -0400 Subject: [PATCH] Another export --- src/ITensorMPS.jl | 1 + test/utils/TestITensorMPSExportedNames.jl | 1 + 2 files changed, 2 insertions(+) diff --git a/src/ITensorMPS.jl b/src/ITensorMPS.jl index c4bba68..842d279 100644 --- a/src/ITensorMPS.jl +++ b/src/ITensorMPS.jl @@ -54,6 +54,7 @@ const alternating_update_dmrg = ITensorTDVP.dmrg coefficient, common_siteind, common_siteinds, + convert_leaf_eltype, # remove export correlation_matrix, cutoff, cutoff!, # deprecate diff --git a/test/utils/TestITensorMPSExportedNames.jl b/test/utils/TestITensorMPSExportedNames.jl index fab99cc..4b49657 100644 --- a/test/utils/TestITensorMPSExportedNames.jl +++ b/test/utils/TestITensorMPSExportedNames.jl @@ -51,6 +51,7 @@ const ITENSORMPS_EXPORTED_NAMES = [ :coefficient, :common_siteind, :common_siteinds, + :convert_leaf_eltype, # remove export :correlation_matrix, :cutoff, :cutoff!, # deprecate