We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Function names:
applyMPO -> applympo
densityMatrixApplyMPO -> applympo_densitymatrix
naiveApplyMPO -> applympo_naive
multMPO -> multmpo
orthoCenter -> orthocenter
set_leftlim! -> setleftlim!
set_rightlim! -> setrightlim!
tensors -> itensors
store
dot
inner
Function keyword arguments:
DensityMatrix -> densitymatrix
applympo
absoluteCutoff -> use_absolute_cutoff
truncate!
doRelCutoff -> use_relative_cutoff
The text was updated successfully, but these errors were encountered:
Fixed by #255
Sorry, something went wrong.
mtfishman
No branches or pull requests
Function names:
applyMPO -> applympo
densityMatrixApplyMPO -> applympo_densitymatrix
naiveApplyMPO -> applympo_naive
multMPO -> multmpo
orthoCenter -> orthocenter
set_leftlim! -> setleftlim!
set_rightlim! -> setrightlim!
tensors -> itensors
orstore
(for getting the vector of ITensors of the MPS/MPO storage)dot
an alias forinner
(to reflect Julia's new three-argument dot syntax)Function keyword arguments:
DensityMatrix -> densitymatrix
(inapplympo
)absoluteCutoff -> use_absolute_cutoff
(intruncate!
)doRelCutoff -> use_relative_cutoff
(intruncate!
)The text was updated successfully, but these errors were encountered: