-
Notifications
You must be signed in to change notification settings - Fork 23
Make compatible with ITensors 0.9 #221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Matt Fishman <[email protected]>
ext/ITensorNetworksTensorOperationsExt/ITensorNetworksTensorOperationsExt.jl
Show resolved
Hide resolved
|
@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.