Closed aryavorskiy closed 7 months ago
Attention: Patch coverage is 97.43590%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 92.96%. Comparing base (
bb71f52
) to head (15a3b53
).
Files | Patch % | Lines |
---|---|---|
src/manybody.jl | 97.43% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
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.