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

Correct similarity transforms of operators #11

Open
jagot opened this issue Aug 28, 2019 · 0 comments
Open

Correct similarity transforms of operators #11

jagot opened this issue Aug 28, 2019 · 0 comments

Comments

@jagot
Copy link
Member

jagot commented Aug 28, 2019

The operators returned by get_operator are usually wrapped as R*M*R' which is fine if R'R=I, but this is generally not the case. Instead, the expression should be R*M*inv(R), which is dependent on ContinuumArrays.jl implementing inv(::AbstractQuasiMatrix) and that inv(R)*R=I is a no-op.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant