-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Number non-conserving Fock states (#234)
* ONRFS * excitation via onr * iteration, indexing, and tests * docs and doctest * fix overflow * move excitation * forgot * FroehlichPolaron partway through * documentation * doc changes * lose one bracket for BoseFS and FermiFS * start implementing OccupationNumberFS * Refactor OccupationNumberFS; add tests * remove iterator methods * Fix Fock state format parsing in parse_address function * Add methods for creating and destroying particles in OccupationNumberFS * fix tests * add allocation checking * remove allocation checking, fix BoseFS * Refactor doctests to use constructor with individual arguments instead of tuples * remove FroehlichPolaron code * update doctest with changes to BoseFS * fix documentation * update documentation * fix documentation * more tests * use select_int_type and remove duplicate code * changes suggested by Matija * Implement SingleComponentFockAddress interface for OccupationNumberFS * test FermiFS constructor * Update Hamiltonians for SingleComponentFockAddress * move def of occupation_number_representation * Code review update test/BitStringAddresses.jl Co-authored-by: mtsch <[email protected]> --------- Co-authored-by: Joachim Brand <[email protected]> Co-authored-by: mtsch <[email protected]>
- Loading branch information
1 parent
9a378c9
commit 2865d0d
Showing
26 changed files
with
596 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.