Jutho / TensorOperations.jl

Julia package for tensor contractions and related operations
https://jutho.github.io/TensorOperations.jl/stable/
Other
453 stars 56 forks source link

fix partial trace ncon #91

Closed maartenvd closed 4 years ago

maartenvd commented 4 years ago

One disadvantage is that I needlessly copy the indices again, even if no traces occur

Jutho commented 4 years ago

This is certainly OK for now, I might make small changes before tagging a new version, if you are fine with working on master?

maartenvd commented 4 years ago

I am fine with working on master, but CI was still failing for this PR

Op wo 7 okt. 2020 om 13:42 schreef Jutho notifications@github.com:

Merged #91 https://github.com/Jutho/TensorOperations.jl/pull/91 into master.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Jutho/TensorOperations.jl/pull/91#event-3850072436, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJKVCUT4UKQZAJ4WUR5OWDSJRHZ7ANCNFSM4SHGQUPQ .

Jutho commented 4 years ago

Yes, I just noticed, I'll try to revert this merge.