Commit 7ceb4a3
authored
N-site Simple Update (#339)
* Introduce `TrotterMPOs`
* Remove `force_3site`
* Introduce `TrotterGates`
* Improve _get_bond_term; introduce _get_site_term
* Allow one-site terms in Hamiltonian for time evolution
* Cleanups
* Restore force_3site
* More cleanups
* Fix SU gauge fixing
* Generalize gate_to_mpo to any number of sites
* Multi-site simple update
* Use sequential CTMRG to improve convergence in test
* Make `trotterize` more universal
* Fix trivial SU gauge fixing
* Change Hubbard SU test for MPO gate
* Option for second order Trotter
* Tweak SU log message and docstrings
* Tweak Hubbard MPO-SU test
* Minor cleanup
* Fix logic in Hubbard MPO-SU test
* Merge _su_xbond, _su_ybond
* Enable bipartite mode for 2-site MPO gates
* Try fixing LAPACKException in tf_ising_finiteT
* Add `lattice` field to TrotterGates
* Fix SU gauge fixing again
* Undo changes to hubbard_model
* Update `trotterize` docstrings1 parent d86143b commit 7ceb4a3
13 files changed
Lines changed: 630 additions & 396 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
1 | 21 | | |
2 | 22 | | |
3 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | 286 | | |
298 | 287 | | |
299 | 288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 20 | | |
24 | | - | |
25 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
26 | 25 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
34 | 30 | | |
35 | | - | |
| 31 | + | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
| |||
0 commit comments