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 Apr 16, 2022. It is now read-only.
Update findIndex functions to only accept a TagSet for matching once prime levels can be accessed through the tagset.
maxM and minM -> maxDim and minDim
Move "Other IndexSet Functions" to the top since I think those are ones people would use most. The other functions are mostly internal ones that get used when they are called on an ITensor.
Make the "Accessor Methods" free functions?
Rename extent -> dim?
The text was updated successfully, but these errors were encountered:
Some of the IndexSet docs (http://www.itensor.org/docs.cgi?vers=cppv3&page=classes/indexset) need to be updated more for V3:
.r
andrank
->order
findIndex
functions to only accept a TagSet for matching once prime levels can be accessed through the tagset.maxM
andminM
->maxDim
andminDim
extent
->dim
?The text was updated successfully, but these errors were encountered: