-
Notifications
You must be signed in to change notification settings - Fork 34
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
Fermionic anticommutation relations #157
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #157 +/- ##
==========================================
- Coverage 93.00% 92.96% -0.05%
==========================================
Files 25 25
Lines 3104 3083 -21
==========================================
- Hits 2887 2866 -21
Misses 217 217 ☔ View full report in Codecov by Sentry. |
After thinking about it a little bit more, it seems that this interface requires some more work. Closing this in favor of a new properly forked PR |
This PR addresses issue #102, providing a way to set the particle statistics in the
ManyBodyBasis
. I also addedfermionbasis
andbosonbasis
convenience functions.All tests seem to pass.
UPD: Sorry for the mess with the commits here, should have created a new fork.