-
Notifications
You must be signed in to change notification settings - Fork 125
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
[NDTensors] DiagonalArray
tensor operations
#1226
Conversation
…rs.jl into NDTensors_arraytensor_ops
…rs.jl into NDTensors_arraytensor_ops
…rs.jl into NDTensors_arraytensor_ops
[test ITensors mps] |
DiagonalArray
tensor operationsDiagonalArray
tensor operations
Run ITensors mps tests from comment trigger: succeeded ✅ |
1 similar comment
Run ITensors mps tests from comment trigger: succeeded ✅ |
@kmp5VT @emstoudenmire in the latest, I have DMRG working entirely without I also did some code refactoring, like improving the keyword argument logic (listing them explicitly, avoiding @kmp5VT mostly this changed code in the |
Description
Building off of #1225, this is work in progress defining tensor operations for
DiagonalArray
, with the goal of making them usable as ITensor storage backends for DMRG.