diff --git a/src/ITensorMPS.jl b/src/ITensorMPS.jl index 6932f32..3618787 100644 --- a/src/ITensorMPS.jl +++ b/src/ITensorMPS.jl @@ -10,6 +10,7 @@ using .Experimental: Experimental include("Deprecated.jl") using .Deprecated: Deprecated, dmrg export dmrg +@reexport using ITensors: contract @reexport using ITensors.ITensorMPS: @OpName_str, @SiteType_str, diff --git a/test/utils/TestITensorMPSExportedNames.jl b/test/utils/TestITensorMPSExportedNames.jl index 52deb77..7993079 100644 --- a/test/utils/TestITensorMPSExportedNames.jl +++ b/test/utils/TestITensorMPSExportedNames.jl @@ -51,6 +51,7 @@ const ITENSORMPS_EXPORTED_NAMES = [ :coefficient, :common_siteind, :common_siteinds, + :contract, :convert_leaf_eltype, :correlation_matrix, :cutoff,