Closed liwt31 closed 2 years ago
This PR implements the on the fly swapping (OFS) algorithms for DOF ordering optimization.
The swapping for MPS is implemented in mp._update_mps. The swapping for MPO along with the old symbolic MPO code is moved to a new file symbolic_mpo.
mp._update_mps
symbolic_mpo
There are four possible applications of the OFS:
The configuration of OFS is included in CompressConfig. Two additional options are added to the class.
CompressConfig
This PR implements the on the fly swapping (OFS) algorithms for DOF ordering optimization.
The swapping for MPS is implemented in
mp._update_mps
. The swapping for MPO along with the old symbolic MPO code is moved to a new filesymbolic_mpo
.There are four possible applications of the OFS:
The configuration of OFS is included in
CompressConfig
. Two additional options are added to the class.