You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
Add a truncate function that truncates a tensor in a Chain. This function should look into the state, check for singular values, and truncate accordingly.
The text was updated successfully, but these errors were encountered:
Just a note: This truncate function implements local truncation of a virtual index. Whether that local truncation is globally optimal depends on the canonization.
Summary
Add a
truncate
function that truncates a tensor in aChain
. This function should look into the state, check for singular values, and truncate accordingly.The text was updated successfully, but these errors were encountered: