-
Notifications
You must be signed in to change notification settings - Fork 1
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
[WIP] Add ADR proposal and LSWT draft #9
Conversation
Now, the _Holstein-Primakoff_ transformation is a mapping between these lowering and raising operators | ||
to bosonic creation $`\hat{b}^{\dagger}`$ and annihilation $`\hat{b}`$ operators as follows (we drop the hats): | ||
|
||
```math |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something that's been a real blocker trying to understand all this is how you can do a square root on these objects. I guess if they're matrices you can do a Cholesky decomposition, but later you talk about series expansions. This seems to be pretty key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah sorry the
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still need to square root the bs though,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lucas-wilkins Ah, I get your meaning now - it's the
Right, so in our particular case we only ever calculate the square of these operators in the
If we ever need to calculate the matrix elements of odd powers of these operators, then we would need to perform a Taylor expansion of the square root - which is tricky and requires partial differentiation of the operators. However, the authors of this paper worked out a way around this.
Now, the _Holstein-Primakoff_ transformation is a mapping between these lowering and raising operators | ||
to bosonic creation $`\hat{b}^{\dagger}`$ and annihilation $`\hat{b}`$ operators as follows (we drop the hats): | ||
|
||
```math |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You still need to square root the bs though,
Adds some developer documentation: