Skip to main content

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 ϕOψ\bra{\phi} O \ket{\psi} of an operator.
    • expval(operator,ket) to compute the expected value ψOψ\bra{\psi} O\ket{\psi} of the operator.
  • Added accumulators for binning analysis of time series and markov chain data. Currently support accumulator("no_binning") and accumulator("binning"). The bin size can be set via accumulator("binning" ["bin_size" : 1024 ]).

🛠 Improvements


`

🐛 Fixes


⚙️ Internal / Technical Changes


⚠️ Breaking Changes


🧪 Migration Notes