Releases: ITensor/ITensorMPOConstruction.jl
Releases · ITensor/ITensorMPOConstruction.jl
v0.2.1
ITensorMPOConstruction v0.2.1
Breaking changes
splitblocks=trueis now the default ofMPO_new, to match with ITensorMPS. For now, a warning will be printed to remind you of this behavior whensplitblocksis not specified. This warning will be removed in the near future.- The callback to
MPO_newno longer accepts the currently construction of the MPOH, and instead acceptsoffsetsandblock_sparse_matrices.
What's new
- Can now construct MPOs with the minimum vertex cover algorithm via
MPO_new(...; alg="VC"). This algorithm can be much more efficient in certain cases, in particular for the electronic structure Hamiltonian. - Improved documentation.
Merged pull requests:
v0.2.0
What's Changed
- Allow construction of non-zero flux MPOs. by @corbett5 in #32
- Fix MPO_new assembly cutoff and add H1 accuracy regression test by @srwhite59 in #34
- Documentation and optimization by @corbett5 in #37
New Contributors
- @srwhite59 made their first contribution in #34
Full Changelog: v0.1...v0.2.0