Skip to content
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

Function name changes #245

Closed
mtfishman opened this issue Mar 31, 2020 · 1 comment
Closed

Function name changes #245

mtfishman opened this issue Mar 31, 2020 · 1 comment
Assignees
Labels
api Issues related to the interface breaking This would require a breaking change

Comments

@mtfishman
Copy link
Member

Function names:

  • applyMPO -> applympo
  • densityMatrixApplyMPO -> applympo_densitymatrix
  • naiveApplyMPO -> applympo_naive
  • multMPO -> multmpo
  • orthoCenter -> orthocenter
  • set_leftlim! -> setleftlim!
  • set_rightlim! -> setrightlim!
  • tensors -> itensors or store (for getting the vector of ITensors of the MPS/MPO storage)
  • Make dot an alias for inner (to reflect Julia's new three-argument dot syntax)

Function keyword arguments:

  • DensityMatrix -> densitymatrix (in applympo)
  • absoluteCutoff -> use_absolute_cutoff (in truncate!)
  • doRelCutoff -> use_relative_cutoff (in truncate!)
@mtfishman mtfishman added breaking This would require a breaking change api Issues related to the interface labels Mar 31, 2020
@mtfishman mtfishman self-assigned this Mar 31, 2020
@emstoudenmire
Copy link
Collaborator

Fixed by #255

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the interface breaking This would require a breaking change
Projects
None yet
Development

No branches or pull requests

2 participants