Make compatible with ITensors 0.9#221
Conversation
Co-authored-by: Matt Fishman <mtfishman@users.noreply.github.com>
|
@JoeyT1994 it looks like you'll need to resolve conflicts caused by the removal of ITensorMPS.jl as a dependency. |
|
It looks like something is blocking the update of |
Thanks for the heads up, I need to update the compat entry for StridedViews in NDTensors, looking into that now. |
|
Should be fixed once ITensor/ITensors.jl#1633 is merged and registered. |
The latest version of ITensors (v0.9) contained some breaking changes due to the use of
TensorOperationsinoptimal_contraction_sequence. This PR updatesITensorNetworks.jlto be compatible with those changes, with belief propagation and apply directly making use ofoptimal_sequencefinding.