tensor_1d_mpo_gate_methods

Methods for compressing any 1D-like tensor networks and via these acting with an MPO on an MPS.

  • [x] the bi-directional density matrix method

Functions

tensor_1d_compress_bidm(self[, max_bond, cutoff, ...])

mps_gate_with_mpo_bidm(mps, mpo[, max_bond, cutoff])

Module Contents

tensor_1d_mpo_gate_methods.tensor_1d_compress_bidm(self, max_bond=None, cutoff=1e-10, optimize='auto-hq', normalize=False, inplace=False, **compress_opts)
tensor_1d_mpo_gate_methods.mps_gate_with_mpo_bidm(mps, mpo, max_bond=None, cutoff=1e-10)