[docs]classELHAnalysisInput(NamedTuple):"""To set the analysis."""
[docs]classELHAnalysisContent(NamedTuple):"""The content of the analysis."""echo:float"""The purity of the system."""
[docs]classEchoListenHadamardAnalysis(AnalysisPrototype[ELHAnalysisInput,ELHAnalysisContent]):"""The analysis for calculating entangled entropy with more information combined."""__name__="ELHAnalysis"