-
Notifications
You must be signed in to change notification settings - Fork 107
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
Can't see occupations for composite many-body basis #383
Comments
Hi, @Umut-Can-Physics ! Sorry for the long wait, the notification about this post got lost. Do not hesitate to bump posts in situations like this (e.g. by making a reminder comment; emoji reactions do not generate notifications so we probably would not see those). As a rule of thumb, if you are accessing a field of a struct in julia, you are probably working with internal implementation details, not with a stable public API. Such implementation details can change without warning (they are not part of the public API which has stability guarantees). More specifically, you should avoid relying on To try to answer your questions though: I am not immediately sure what you want One possible answer would be:
Or if you just want to get all the basis states:
|
I solved that problem. Let say I wanna construct two body space via tensor product that compatible with operators where located at QoJulia freamwork such as To do that run the following code |
Thanks for posting the resolution! I will close the issue for now, but feel free to reopen it (or to open a new one) if there is something else to figure out. |
Example code is following:
So, ı want to see our occupations or Fock basis for composite mixture. I'm wondering how QoJulia construct basis for my
A
operator?The text was updated successfully, but these errors were encountered: