-
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.
Low energy spectrum using PEPS (#73)
* rearange search jl * add new type AbstractGibbsNetwork * clean up search.jl * all test pass * start coding _δE * clean MPS_search * clean up a bit * add _δE * clean up * rm energy * correction in _δE * fix bug * clean up * add some comments * add correct update_energy * all test pass * rm idMPS, add improve MPS normalisation * improve energy * clean up * add test for low energy spectrum * fix bugs in search * add some corrections in search * MPS_search gives correct energy when max_states < N^2-1 * start dubegging prob * add tests * reavel problem with IdentityMPS * comment some test fot now * correct update_energy * Debug changes * clean up * start testing energy * try to find bug in energy * further attempts to improve energy * rzygi rules * Fixes * Add debugging code * add test for the gibbs state * clean up a bit * merge with origin/testing * adding missing bond-tensor in PEPS _contract * almost works! * the simplest example works * cleaning uo * add some tests to search_3.jl * clean up * some test stil do not pass * clean up * improve tests * fix the bug * clean up * the simples example works * improve tests * fix bugs in pathological instance * clean up searching examples * clean up * rm unnecassary function * clean up * pathological instance fo :NE works * clean up search * all tests pass, some broken * correct contraction example * setup not working example for today * Remove test deps * Finish merge * add some remarks * change order * search_2.jl works * ready to be merged * clean up * Delete create_sysimage( WTF was that. * incorporating minor improvments from @dexter * Add missing end * Update utils.jl Co-authored-by: Bartłomiej Gardas <[email protected]> Co-authored-by: annamariadziubyna <[email protected]> Co-authored-by: Konrad Jałowiecki <[email protected]> Co-authored-by: marekrams <[email protected]>
- Loading branch information
1 parent
dc08660
commit 0822f62
Showing
23 changed files
with
438 additions
and
240 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
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
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.