mirror of
https://github.com/vale981/HOPSFlow-Paper
synced 2025-03-04 17:21:42 -05:00
correct integration
This commit is contained in:
parent
c7cb7049c2
commit
6214bb010d
2 changed files with 2 additions and 2 deletions
|
@ -943,7 +943,7 @@ hamiltonian.
|
|||
|
||||
** Integration
|
||||
#+begin_src jupyter-python :tangle tangle/rot.py
|
||||
ot.integrate_online_multi(off_ax_models, 10, increment=10, analyze_kwargs=dict(every=10_000))
|
||||
ot.integrate_online_multi(rot_models, 80_000, increment=10_000, analyze_kwargs=dict(every=10_000))
|
||||
#+end_src
|
||||
|
||||
#+begin_src jupyter-python
|
||||
|
|
|
@ -28,4 +28,4 @@ for weight in weights:
|
|||
off_ax.H_bias = ConstantMatrix(.3 / 2 * qt.sigmax().full())
|
||||
rot_models.append(off_ax)
|
||||
|
||||
ot.integrate_online_multi(off_ax_models, 10, increment=10, analyze_kwargs=dict(every=10_000))
|
||||
ot.integrate_online_multi(rot_models, 80_000, increment=10_000, analyze_kwargs=dict(every=10_000))
|
||||
|
|
Loading…
Add table
Reference in a new issue