-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support for mixed fermion/boson and odd number of sqops
#6
Comments
@obackhouse: Currently there is no working support for bosonic spaces. I started writing some of the infrastructure (as you might see in the code), but then removed part of it. Thanks for catching the typo, it should be "odd number" (I am about to push an update). I need to double check what is going on here with the odd number of operators. The reason this error was added is because I wasn't sure I handled the sign correctly for the odd number case. This might not be an issue anymore, but I want to run/add tests before removing the error message. |
I checked and in the current code the sign associated with the rearrangement of the operators during canonicalization is never computed (which means that currently it can only handle operators with an even number of second quantized operators). I'll put this on my todo list. |
Great - thanks for your response |
@obackhouse: I just pushed changes to the code that should enable odd number of |
Great - I will check this out in the week. |
I'd like to use this as a drop-in for
wick
and just wanted to check a couple of things. Your paper states thatis this already supported? It seems that I can define bosonic spaces, but for my use case I get:
which I assume is supposed to say "odd number"? This would also presumably prevent me from generating EOM expressions?
The text was updated successfully, but these errors were encountered: