Aleph - 0.30.0
🚀 Highlights
✨ New Features
- Functions for the computation of matrix elements and expectation values with MPS and MPO.
matrix_element(bra,operator,ket)to compute the matrix element of an operator.expval(operator,ket)to compute the expected value of the operator.
- Added accumulators for binning analysis of time series and markov chain data. Currently support
accumulator("no_binning")andaccumulator("binning"). The bin size can be set viaaccumulator("binning" ["bin_size" : 1024 ]).
🛠 Improvements
`