tensor_1d_mpo_gate_methods ========================== .. py:module:: tensor_1d_mpo_gate_methods .. autoapi-nested-parse:: 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 --------- .. autoapisummary:: tensor_1d_mpo_gate_methods.tensor_1d_compress_bidm tensor_1d_mpo_gate_methods.mps_gate_with_mpo_bidm Module Contents --------------- .. py:function:: tensor_1d_compress_bidm(self, max_bond=None, cutoff=1e-10, optimize='auto-hq', normalize=False, inplace=False, **compress_opts) .. py:function:: mps_gate_with_mpo_bidm(mps, mpo, max_bond=None, cutoff=1e-10)