Skip to content

Commit

Permalink
Delete comments from test export list
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed May 6, 2024
1 parent eae5b48 commit 391e41a
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions test/utils/TestITensorMPSExportedNames.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const ITENSORMPS_EXPORTED_NAMES = [
:Spectrum,
:StateName,
:Sum,
:TagType, # deprecate
:TagType,
:Sweeps,
:Trotter,
:ValName,
Expand All @@ -47,36 +47,36 @@ const ITENSORMPS_EXPORTED_NAMES = [
:applyMPO,
:applympo,
:argsdict,
:checkdone!, # remove export
:checkdone!,
:coefficient,
:common_siteind,
:common_siteinds,
:convert_leaf_eltype, # remove export
:convert_leaf_eltype,
:correlation_matrix,
:cutoff,
:cutoff!, # deprecate
:cutoff!,
:disk,
:dmrg,
:dot, # remove export
:eigs, # deprecate
:energies, # deprecate
:entropy, # deprecate
:errorMPOprod, # deprecate
:dot,
:eigs,
:energies,
:entropy,
:errorMPOprod,
:error_contract,
:error_mpoprod, # deprecate
:error_mul, # deprecate
:error_mpoprod,
:error_mul,
:expect,
:findfirstsiteind, # deprecate
:findfirstsiteinds, # deprecate
:findsite, # deprecate
:findsites, # deprecate
:firstsiteind, # deprecate
:firstsiteinds, # deprecate
:get_cutoffs, # deprecate
:get_maxdims, # deprecate
:get_mindims, # deprecate
:get_noises, # deprecate
:has_fermion_string, # remove export
:findfirstsiteind,
:findfirstsiteinds,
:findsite,
:findsites,
:firstsiteind,
:firstsiteinds,
:get_cutoffs,
:get_maxdims,
:get_mindims,
:get_noises,
:has_fermion_string,
:hassameinds,
:inner,
:isortho,
Expand All @@ -98,7 +98,7 @@ const ITENSORMPS_EXPORTED_NAMES = [
:mindim!,
:movesite,
:movesites,
:mul, # deprecate
:mul,
:multMPO,
:multmpo,
:noise,
Expand Down

0 comments on commit 391e41a

Please sign in to comment.