mirror of
https://github.com/vale981/HOPSFlow-Paper
synced 2025-03-05 09:41:40 -05:00
speed scan new targets
This commit is contained in:
parent
19b0dc3910
commit
6229cc7090
8 changed files with 701 additions and 214 deletions
|
@ -89,33 +89,6 @@ A basic otto cycle that has a finite power output.
|
|||
ot.integrate_online(model, 5000, analyze_kwargs=dict(every=100))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
# [goto error]
|
||||
: [0;31m---------------------------------------------------------------------------[0m
|
||||
: [0;31mNameError[0m Traceback (most recent call last)
|
||||
: Cell [0;32mIn[1], line 1[0m
|
||||
: [0;32m----> 1[0m [43mot[49m[38;5;241m.[39mintegrate_online(model, [38;5;241m5000[39m, analyze_kwargs[38;5;241m=[39m[38;5;28mdict[39m(every[38;5;241m=[39m[38;5;241m100[39m))
|
||||
:
|
||||
: [0;31mNameError[0m: name 'ot' is not defined
|
||||
:END:
|
||||
|
||||
|
||||
|
||||
|
||||
#+begin_example
|
||||
100% 1314/1314 [31:39<00:00, 1.45s/it]
|
||||
[INFO hops.core.integration 177538] Choosing the nonlinear integrator.
|
||||
[INFO root 177538] Starting analysis process.
|
||||
[INFO root 177538] Started analysis process with pid 218822.
|
||||
[INFO hops.core.hierarchy_data 177538] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_b28fda1ae09e50be64694fbb2886a0c43f329c2036a918a72db2346af5779470.fifo
|
||||
[INFO hops.core.integration 177538] Using 32 integrators.
|
||||
[INFO hops.core.integration 177538] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 177538] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[2m[36m(raylet)[0m Spilled 2746 MiB, 1285 objects, write throughput 121 MiB/s. Set RAY_verbose_spill_logs=0 to disable this message.
|
||||
#+end_example
|
||||
|
||||
** Results
|
||||
:PROPERTIES:
|
||||
:header-args: :session baseline_res :noweb yes :async yes
|
||||
|
@ -592,12 +565,13 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
|
||||
#+begin_src jupyter-python
|
||||
δs = np.round(np.linspace(.3, .5, 3), 3)
|
||||
τ_Is = np.array([.05, .1, .15])
|
||||
τ_Is = np.array([# .05,
|
||||
.1, .15, .2])
|
||||
δs, τ_Is
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
| array | ((0.3 0.4 0.5)) | array | ((0.05 0.1 0.15)) |
|
||||
| array | ((0.3 0.4 0.5)) | array | ((0.1 0.15 0.2)) |
|
||||
|
||||
#+begin_src jupyter-python
|
||||
models = []
|
||||
|
@ -620,7 +594,7 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
#+RESULTS:
|
||||
:RESULTS:
|
||||
| <Figure | size | 1200x400 | with | 1 | Axes> | <AxesSubplot: | xlabel= | $\tau$ | ylabel= | Operator Norm | > |
|
||||
[[file:./.ob-jupyter/a4dcb30ebb23207546d755ada71d8688c1e425e6.svg]]
|
||||
[[file:./.ob-jupyter/55ffa13bcc23073c28bc5a33e0a8111932c8ffdb.svg]]
|
||||
:END:
|
||||
|
||||
*** Integration
|
||||
|
@ -631,84 +605,154 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
#+begin_src jupyter-python
|
||||
from speed_coupling_scan import *
|
||||
|
||||
ot.integrate_online_multi(models, 5000)
|
||||
ot.integrate_online_multi(models, 10_000, increment=10, analyze_kwargs=dict(every=100))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
#+begin_example
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1622138.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_1dc8c283ae780328a30ecbf32a23e06b14036027991ff24316228cb36d1b4945.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354078.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354089.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1622143.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_d30d711ff9941f452949b6687f0d65e2c8596cd1bd966f351bd44893b38ed6cc.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:04<00:00, 2.16s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1622904.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_3078e0270324c2117d454140522b004ece6981829ee14877bef0fb77f57cba19.fifo
|
||||
[INFO hops.core.integration 1613157] Using 31 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [00:56<00:00, 1.88s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1623127.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_dd47ec9271fca79dcc73eef99399d2467bf926b0dd190c3ed4fc72282733124a.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:01<00:00, 2.04s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1623393.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_d5b0e9f8818e88200975a5d384e0a9c4945a35ad6b1a38f283ec2f0fe7a01d7f.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:01<00:00, 2.06s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1623611.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_96bf5679dd97e33f459e5fff6f6a4a56c12673121be09900fa51237de9c358f3.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:00<00:00, 2.01s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1623830.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_e36d79668e6a3cec1b70fe38ecf5b02eee25be9ee013bac78d38de4aa75d20df.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:03<00:00, 2.11s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1624016.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_2009a17bd9369ce31a989ea0ff41781580c4955bf36879d0dc985c2dd83bca56.fifo
|
||||
[INFO hops.core.integration 1613157] Using 32 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:01<00:00, 2.04s/it]
|
||||
[INFO hops.core.integration 1613157] Choosing the nonlinear integrator.
|
||||
[INFO root 1613157] Starting analysis process.
|
||||
[INFO root 1613157] Started analysis process with pid 1624258.
|
||||
[INFO hops.core.hierarchy_data 1613157] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_9691c39a98410a756834442e8a29d970fc185f3f951ae49fe836b30c520597f1.fifo
|
||||
[INFO hops.core.integration 1613157] Using 31 integrators.
|
||||
[INFO hops.core.integration 1613157] Some 30 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 1613157] Using 1820 hierarchy states.
|
||||
100% 30/30 [01:02<00:00, 2.07s/it]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354094.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_c2bcedc47683a9e450b1a3aafc381ef41cb40159f3e10249baf530d53e0a5616.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354099.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_f586285b358dfece5758ee19367305af5c90f9e7fa3495bfc6e1e343146ac224.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354105.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_b3b72b5d8b5ea5633b8ffb42f0ccdc0756692bf830113311a2529bbddd998ca5.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354112.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_366624b15e7635d88ee87c805715d9c117c8dd942a0e448546d500d4ee54d3d5.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354121.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_d9fb3c190979ca8d420ffb8e3aa87d802d6ca8456c03a31ce1628f98159deca6.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 0 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0it [00:00, ?it/s]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354126.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_23143a028d6739074cf61fa89b51996bf37334e4892df36d9f2929d4b3f20326.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 10 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
100% 10/10 [00:42<00:00, 4.20s/it]
|
||||
[INFO hops.core.integration 352083] Choosing the nonlinear integrator.
|
||||
[INFO root 352083] Starting analysis process.
|
||||
[INFO root 352083] Started analysis process with pid 354556.
|
||||
[INFO hops.core.hierarchy_data 352083] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_070424f37f903b024112bee7192fa44b1edf3556fce0d7578023243a83db0b03.fifo
|
||||
[INFO hops.core.integration 352083] Using 15 integrators.
|
||||
[INFO hops.core.integration 352083] Some 10 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 352083] Using 1820 hierarchy states.
|
||||
0% 0/10 [00:00<?, ?it/s][INFO hops.core.signal_delay 352083] caught sig 'SIGINT'
|
||||
[INFO hops.core.signal_delay 352083] caught sig 'SIGINT'
|
||||
0% 0/10 [00:20<?, ?it/s]
|
||||
[INFO hops.core.signal_delay 352083] caught 2 signal(s)
|
||||
[INFO hops.core.signal_delay 352083] emit signal 'SIGINT'
|
||||
[INFO hops.core.signal_delay 352083] caught sig 'SIGINT'
|
||||
[INFO hops.core.signal_delay 352083] emit signal 'SIGINT'
|
||||
[INFO hops.core.signal_delay 352083] caught sig 'SIGINT'
|
||||
2022-12-16 18:36:05,698 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,703 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,714 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,736 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,746 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,777 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,778 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,778 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,779 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-16 18:36:05,780 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
[INFO hops.core.signal_delay 352083] caught 2 signal(s)
|
||||
[INFO hops.core.signal_delay 352083] emit signal 'SIGINT'
|
||||
#+end_example
|
||||
# [goto error]
|
||||
#+begin_example
|
||||
[0;31m---------------------------------------------------------------------------[0m
|
||||
[0;31mKeyboardInterrupt[0m Traceback (most recent call last)
|
||||
Cell [0;32mIn[6], line 3[0m
|
||||
[1;32m 1[0m [38;5;28;01mfrom[39;00m [38;5;21;01mspeed_coupling_scan[39;00m [38;5;28;01mimport[39;00m [38;5;241m*[39m
|
||||
[0;32m----> 3[0m [43mot[49m[38;5;241;43m.[39;49m[43mintegrate_online_multi[49m[43m([49m[43mmodels[49m[43m,[49m[43m [49m[38;5;241;43m1000[39;49m[43m,[49m[43m [49m[43mincrement[49m[38;5;241;43m=[39;49m[38;5;241;43m10[39;49m[43m,[49m[43m [49m[43manalyze_kwargs[49m[38;5;241;43m=[39;49m[38;5;28;43mdict[39;49m[43m([49m[43mevery[49m[38;5;241;43m=[39;49m[38;5;241;43m100[39;49m[43m)[49m[43m)[49m
|
||||
|
||||
File [0;32m~/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/otto_utilities.py:170[0m, in [0;36mintegrate_online_multi[0;34m(models, n, increment, *args, **kwargs)[0m
|
||||
[1;32m 168[0m [38;5;28;01mwhile[39;00m target [38;5;241m<[39m n:
|
||||
[1;32m 169[0m [38;5;28;01mfor[39;00m model [38;5;129;01min[39;00m models:
|
||||
[0;32m--> 170[0m [43mintegrate_online[49m[43m([49m[43mmodel[49m[43m,[49m[43m [49m[38;5;28;43mmin[39;49m[43m([49m[43m[[49m[43mn[49m[43m,[49m[43m [49m[43mtarget[49m[43m][49m[43m)[49m[43m,[49m[43m [49m[38;5;241;43m*[39;49m[43margs[49m[43m,[49m[43m [49m[38;5;241;43m*[39;49m[38;5;241;43m*[39;49m[43mkwargs[49m[43m)[49m
|
||||
[1;32m 172[0m target [38;5;241m+[39m[38;5;241m=[39m increment
|
||||
|
||||
File [0;32m~/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/otto_utilities.py:155[0m, in [0;36mintegrate_online[0;34m(model, n, stream_folder, **kwargs)[0m
|
||||
[1;32m 154[0m [38;5;28;01mdef[39;00m [38;5;21mintegrate_online[39m(model, n, stream_folder[38;5;241m=[39m[38;5;28;01mNone[39;00m, [38;5;241m*[39m[38;5;241m*[39mkwargs):
|
||||
[0;32m--> 155[0m [43maux[49m[38;5;241;43m.[39;49m[43mintegrate[49m[43m([49m
|
||||
[1;32m 156[0m [43m [49m[43mmodel[49m[43m,[49m
|
||||
[1;32m 157[0m [43m [49m[43mn[49m[43m,[49m
|
||||
[1;32m 158[0m [43m [49m[43mstream_file[49m[38;5;241;43m=[39;49m[43m([49m[38;5;124;43m"[39;49m[38;5;124;43m"[39;49m[43m [49m[38;5;28;43;01mif[39;49;00m[43m [49m[43mstream_folder[49m[43m [49m[38;5;129;43;01mis[39;49;00m[43m [49m[38;5;28;43;01mNone[39;49;00m[43m [49m[38;5;28;43;01melse[39;49;00m[43m [49m[43mstream_folder[49m[43m)[49m
|
||||
[1;32m 159[0m [43m [49m[38;5;241;43m+[39;49m[43m [49m[38;5;124;43mf[39;49m[38;5;124;43m"[39;49m[38;5;124;43mresults_[39;49m[38;5;132;43;01m{[39;49;00m[43mmodel[49m[38;5;241;43m.[39;49m[43mhexhash[49m[38;5;132;43;01m}[39;49;00m[38;5;124;43m.fifo[39;49m[38;5;124;43m"[39;49m[43m,[49m
|
||||
[1;32m 160[0m [43m [49m[43manalyze[49m[38;5;241;43m=[39;49m[38;5;28;43;01mTrue[39;49;00m[43m,[49m
|
||||
[1;32m 161[0m [43m [49m[38;5;241;43m*[39;49m[38;5;241;43m*[39;49m[43mkwargs[49m[43m,[49m
|
||||
[1;32m 162[0m [43m [49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/two_qubit_model/hiro_models/model_auxiliary.py:201[0m, in [0;36mintegrate[0;34m(model, n, data_path, clear_pd, single_process, stream_file, analyze, results_path, analyze_kwargs)[0m
|
||||
[1;32m 199[0m supervisor[38;5;241m.[39mintegrate_single_process(clear_pd)
|
||||
[1;32m 200[0m [38;5;28;01melse[39;00m:
|
||||
[0;32m--> 201[0m supervisor[38;5;241m.[39mintegrate(clear_pd)
|
||||
[1;32m 203[0m cleanup([38;5;241m0[39m)
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:87[0m, in [0;36msig_delay.__exit__[0;34m(self, exc_type, exc_val, exc_tb)[0m
|
||||
[1;32m 84[0m [38;5;28;01mif[39;00m [38;5;28mlen[39m([38;5;28mself[39m[38;5;241m.[39msigh[38;5;241m.[39msigs_caught) [38;5;241m>[39m [38;5;241m0[39m [38;5;129;01mand[39;00m [38;5;28mself[39m[38;5;241m.[39mhandler [38;5;129;01mis[39;00m [38;5;129;01mnot[39;00m [38;5;28;01mNone[39;00m:
|
||||
[1;32m 85[0m [38;5;28mself[39m[38;5;241m.[39mhandler([38;5;28mself[39m[38;5;241m.[39msigh[38;5;241m.[39msigs_caught)
|
||||
[0;32m---> 87[0m [38;5;28;43mself[39;49m[38;5;241;43m.[39;49m[43m_restore[49m[43m([49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:68[0m, in [0;36msig_delay._restore[0;34m(self)[0m
|
||||
[1;32m 66[0m [38;5;28;01mfor[39;00m i, s [38;5;129;01min[39;00m [38;5;28menumerate[39m([38;5;28mself[39m[38;5;241m.[39msigs):
|
||||
[1;32m 67[0m signal[38;5;241m.[39msignal(s, [38;5;28mself[39m[38;5;241m.[39mold_handlers[i])
|
||||
[0;32m---> 68[0m [38;5;28;43mself[39;49m[38;5;241;43m.[39;49m[43msigh[49m[38;5;241;43m.[39;49m[43memit[49m[43m([49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:42[0m, in [0;36mSigHandler.emit[0;34m(self)[0m
|
||||
[1;32m 40[0m [38;5;28;01mfor[39;00m s [38;5;129;01min[39;00m [38;5;28mself[39m[38;5;241m.[39msigs_caught:
|
||||
[1;32m 41[0m log[38;5;241m.[39minfo([38;5;124m"[39m[38;5;124memit signal [39m[38;5;124m'[39m[38;5;132;01m{}[39;00m[38;5;124m'[39m[38;5;124m"[39m[38;5;241m.[39mformat(SIG_MAP[s]))
|
||||
[0;32m---> 42[0m [43mos[49m[38;5;241;43m.[39;49m[43mkill[49m[43m([49m[43mos[49m[38;5;241;43m.[39;49m[43mgetpid[49m[43m([49m[43m)[49m[43m,[49m[43m [49m[43ms[49m[43m)[49m
|
||||
|
||||
[0;31mKeyboardInterrupt[0m:
|
||||
#+end_example
|
||||
:END:
|
||||
|
||||
|
||||
*** Analysis
|
||||
:PROPERTIES:
|
||||
|
@ -720,7 +764,7 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/7c4d9c744859da500d4a828001441bf13524e4ef.svg]]
|
||||
[[file:./.ob-jupyter/704431a3f5ccc8a1e1152c01f90c9fd4428dedd8.svg]]
|
||||
|
||||
**** Import from taurus
|
||||
#+begin_src bash :results none
|
||||
|
@ -736,80 +780,167 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
|
||||
#+RESULTS:
|
||||
#+begin_example
|
||||
[INFO root 1759248] Skipping 2c92f58615625aa8f53a46159c05375069313e5566ba2e7e5e3d4f23be9b0812.
|
||||
[INFO root 1759248] Skipping 7ab00d286619067e63866cb9df3e159b51ebdbeea557b6ed0181f106e9127be2.
|
||||
[INFO root 1759248] Skipping 9f89257094dd5215bf7cd36b6bcda76657047a6cc14f7e1cc3b4ac451c72dddd.
|
||||
[INFO root 1759248] Skipping 750ccbb5b693f77ef025d7e0bbe10d41151e75b7732ce85b227303f6b6ce369d.
|
||||
[INFO root 1759248] Skipping dd468201c5433723b82946b50f425e79f44ca5ffb5b26a2211b7ade7720035c7.
|
||||
[INFO root 1759248] Skipping 7290a763c090c9bd24fc0c678b9d30a7c568342fcb1af2feb47dcb9ec213dc55.
|
||||
[INFO root 1759248] Skipping 9c08cd39e95fb7db9f55852d940635d3ac2242c8a84951e6ff7b0be4a45be183.
|
||||
[INFO root 1759248] Skipping 510d300d2bc8796a92179affa7add161003a1947b092423ba8968c06b13d9138.
|
||||
[INFO root 1759248] Skipping 8b00ac385c8c38c60c11b7de70b19cc2fe773b6d747205addd41636027531f21.
|
||||
[WARNING root 1759248] Importing taurus/.data/913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830/_6/913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830_67321c87e1d2d8f639d35064183119b8_1.h5 to .data/913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830/_6/913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830_67321c87e1d2d8f639d35064183119b8_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz to results/flow_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz to results/interaction_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz to results/interaction_power_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz to results/system_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz to results/system_power_913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544/_a/44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544_a8304901cb05c594217b6c1de52ccd7a_1.h5 to .data/44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544/_a/44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544_a8304901cb05c594217b6c1de52ccd7a_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz to results/flow_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz to results/interaction_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz to results/interaction_power_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz to results/system_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz to results/system_power_44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca/_2/348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca_20ab37bf426bc1c4612228c63f546820_1.h5 to .data/348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca/_2/348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca_20ab37bf426bc1c4612228c63f546820_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz to results/flow_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz to results/interaction_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz to results/interaction_power_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz to results/system_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz to results/system_power_348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe/_d/2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe_dc60fe0a91d132da0eac69d4797ab92a_1.h5 to .data/2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe/_d/2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe_dc60fe0a91d132da0eac69d4797ab92a_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz to results/flow_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz to results/interaction_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz to results/interaction_power_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz to results/system_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz to results/system_power_2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f/_f/de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f_f390995e85d558452efefa6cdd6c95ae_1.h5 to .data/de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f/_f/de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f_f390995e85d558452efefa6cdd6c95ae_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz to results/flow_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz to results/interaction_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz to results/interaction_power_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz to results/system_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz to results/system_power_de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4/_a/e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4_a2a39083e4064f94d5bb57ed03e5d090_1.h5 to .data/e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4/_a/e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4_a2a39083e4064f94d5bb57ed03e5d090_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz to results/flow_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz to results/interaction_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz to results/interaction_power_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz to results/system_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz to results/system_power_e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d/_7/c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d_7795de4c5eddccf955fd370b952f15fd_1.h5 to .data/c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d/_7/c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d_7795de4c5eddccf955fd370b952f15fd_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz to results/flow_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz to results/interaction_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz to results/interaction_power_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz to results/system_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz to results/system_power_c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22/_3/b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22_31d3d3f46c1aca339afda39399de3fbe_1.h5 to .data/b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22/_3/b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22_31d3d3f46c1aca339afda39399de3fbe_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz to results/flow_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz to results/interaction_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz to results/interaction_power_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz to results/system_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz to results/system_power_b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.npz.
|
||||
[WARNING root 1759248] Importing taurus/.data/4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7/_b/4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7_b62e41a101508c05eca9c780a31ef3a5_1.h5 to .data/4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7/_b/4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7_b62e41a101508c05eca9c780a31ef3a5_1.h5.
|
||||
[WARNING root 1759248] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 1759248] Importing taurus/results/flow_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz to results/flow_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz to results/interaction_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/interaction_power_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz to results/interaction_power_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz to results/system_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz.
|
||||
[WARNING root 1759248] Importing taurus/results/system_power_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz to results/system_power_4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.npz.
|
||||
[INFO root 350005] Skipping 2c92f58615625aa8f53a46159c05375069313e5566ba2e7e5e3d4f23be9b0812.
|
||||
[INFO root 350005] Skipping 7ab00d286619067e63866cb9df3e159b51ebdbeea557b6ed0181f106e9127be2.
|
||||
[INFO root 350005] Skipping 9f89257094dd5215bf7cd36b6bcda76657047a6cc14f7e1cc3b4ac451c72dddd.
|
||||
[INFO root 350005] Skipping 750ccbb5b693f77ef025d7e0bbe10d41151e75b7732ce85b227303f6b6ce369d.
|
||||
[INFO root 350005] Skipping dd468201c5433723b82946b50f425e79f44ca5ffb5b26a2211b7ade7720035c7.
|
||||
[INFO root 350005] Skipping 7290a763c090c9bd24fc0c678b9d30a7c568342fcb1af2feb47dcb9ec213dc55.
|
||||
[INFO root 350005] Skipping 9c08cd39e95fb7db9f55852d940635d3ac2242c8a84951e6ff7b0be4a45be183.
|
||||
[INFO root 350005] Skipping 510d300d2bc8796a92179affa7add161003a1947b092423ba8968c06b13d9138.
|
||||
[INFO root 350005] Skipping 8b00ac385c8c38c60c11b7de70b19cc2fe773b6d747205addd41636027531f21.
|
||||
[INFO root 350005] Skipping 913b21d6d0452c46fbb09dd2108db0bd158066ec2615d4f06db16ee7a1383830.
|
||||
[INFO root 350005] Skipping 44dff06de2fb486af71ff81ed6fb1c3f2a2cec05e9c79b20c79f8929dc8c2544.
|
||||
[INFO root 350005] Skipping 348972f31c5626ba07814028d2be2d01047bd8b288aea974d5850cc617815eca.
|
||||
[INFO root 350005] Skipping 2525cfc57bde76caa763082a2d3b1845d1233ffcf2829eae3807b7aa843fc1fe.
|
||||
[INFO root 350005] Skipping de1d26626b9cb1caaaafa560fc9317fd09f3b084829ee36f4b00d3b04932b44f.
|
||||
[INFO root 350005] Skipping e987a624a179f89e3abbd7ac4491c48b222c900b8e9600a146433456790381c4.
|
||||
[INFO root 350005] Skipping c28edd0b75c02bf9ea9fd14535441f816332c5b6c30f78e65d36ea3d936cf41d.
|
||||
[INFO root 350005] Skipping b451c850bace96a3c9333d9809cd16158bcafd250f755a7b8ea895b2372c1d22.
|
||||
[INFO root 350005] Skipping 4debe070f35626a0073bb6a60cf48907d9c11574bf91fd5785eedb75c83988e7.
|
||||
[INFO root 350005] Not importing 369386763a9e87d131786a59a68e8270f5f9c199ccc166c289120c96afb8ebc5.
|
||||
[INFO root 350005] Not importing f38b81c68cfcd3264318b416e914ba1e5db02587757e9de323b092c87e175ce9.
|
||||
[INFO root 350005] Not importing 5192d74969d0922ee2a17c3804628178175b6e0aa12b80fe55689f88d14ddb8c.
|
||||
[WARNING root 350005] Importing taurus/.data/85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938/_2/85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_29ec55e10f631000566052c93979057a_1.h5 to .data/85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938/_2/85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_29ec55e10f631000566052c93979057a_1.h5.
|
||||
[WARNING root 350005] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/flow_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_6000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_6000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_6000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/interaction_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_6000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_6000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938.npz to results/system_power_85a27fef0b9414534ff9661e5c85e5efc8bf683a95ef66765b966922dfe2f938_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/.data/0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de/_3/0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3c7dc4ef811607de9b04bec72de0d9a9_1.h5 to .data/0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de/_3/0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3c7dc4ef811607de9b04bec72de0d9a9_1.h5.
|
||||
[WARNING root 350005] The model description is 'A model for scanning coupling strength and interactin switch times.'.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz.
|
||||
[WARNING root 350005] Importing taurus/results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/flow_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/interaction_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_5000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_4500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_1500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2000.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_2500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_3500.npz.
|
||||
[WARNING root 350005] Importing taurus/results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de.npz to results/system_power_0d3b2f0628d019008395ce59b9a89844a3c7a8e449a07023abe8e9d41bb2f0de_5000.npz.
|
||||
[INFO root 350005] Not importing c2bcedc47683a9e450b1a3aafc381ef41cb40159f3e10249baf530d53e0a5616.
|
||||
[INFO root 350005] Not importing f586285b358dfece5758ee19367305af5c90f9e7fa3495bfc6e1e343146ac224.
|
||||
[INFO root 350005] Not importing b3b72b5d8b5ea5633b8ffb42f0ccdc0756692bf830113311a2529bbddd998ca5.
|
||||
[INFO root 350005] Not importing 366624b15e7635d88ee87c805715d9c117c8dd942a0e448546d500d4ee54d3d5.
|
||||
[INFO root 350005] Skipping 490f2adc6984d340d3ac20253f73ea341983d9b3a64a7c5c6244e054fb631ec3.
|
||||
[INFO root 350005] Skipping 5f1eed9e766eada9c318a67e2c86078cca2a8a5c2c39bb6b4436da0a645b3110.
|
||||
[INFO root 350005] Skipping 98a0f3426650aed9123b4d7d832821c86622f97ee39c51bfd2e2986a19b65c4c.
|
||||
[INFO root 350005] Skipping bc0c3d63dd79c5fce61aec56329ecf0b9ded4e136280d70bd01b79d7e2898eaf.
|
||||
[INFO root 350005] Skipping 22e10f301c20fb50d56b8d94d369ac3da032cc7a94338e5ef2678eed582221c9.
|
||||
[INFO root 350005] Skipping 0da6da607a0a2c352b1a132b6af894996d3694db8cb5c216a30f7b2603ef72aa.
|
||||
[INFO root 350005] Skipping 493418760d0d1a98007f81bd62273f293ee475b1279e198626c123475e992ac1.
|
||||
[INFO root 350005] Skipping 7099e4b1e08ac8c1afe693410844a493f0e214ea7bc5384cc2832137c075e31d.
|
||||
[INFO root 350005] Skipping f8120d503a880c711dd9fee44f3d5e683b7f1b81ff7e69f9cdfe8f885a89be2a.
|
||||
#+end_example
|
||||
|
||||
|
||||
**** Plots
|
||||
#+begin_src jupyter-python
|
||||
%matplotlib inline
|
||||
|
@ -818,8 +949,10 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
|
||||
for model in models:
|
||||
try:
|
||||
pu.plot_with_σ(model.t, model.total_energy_from_power().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
pu.plot_with_σ(model.t, model.total_energy().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
# pu.plot_with_σ(model.t, model.total_energy_from_power().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
# pu.plot_with_σ(model.t, model.total_energy().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
pu.plot_with_σ(model.t, model.bath_energy().for_bath(1), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
print(model.power().N)
|
||||
except:
|
||||
pass
|
||||
a.legend()
|
||||
|
@ -827,19 +960,28 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
: <matplotlib.legend.Legend at 0x7f6718afd2b0>
|
||||
[[file:./.ob-jupyter/d66868b1529c3799d4ba8ce6d5dd4f7af85da34c.svg]]
|
||||
: 6000
|
||||
: 6000
|
||||
: 6000
|
||||
: 6000
|
||||
: 5091
|
||||
: 4000
|
||||
: 4000
|
||||
: 4000
|
||||
: 4000
|
||||
: <matplotlib.legend.Legend at 0x7fcfb3ed18e0>
|
||||
[[file:./.ob-jupyter/bf8ed338455b7a1f406e7384eb55d79338aa73cc.svg]]
|
||||
:END:
|
||||
|
||||
|
||||
|
||||
#+begin_src jupyter-python
|
||||
%matplotlib tk
|
||||
%matplotlib inline
|
||||
import random
|
||||
powers = []
|
||||
for model in models:
|
||||
try:
|
||||
print(-model.power().N)
|
||||
print(model.power().N)
|
||||
powers.append(-model.power().value)
|
||||
except:
|
||||
powers.append(0.)
|
||||
|
@ -869,15 +1011,17 @@ coupling we change the switching speed of the interaction and the coupling stren
|
|||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
: -2000
|
||||
: -2000
|
||||
: -2000
|
||||
: -2000
|
||||
: -2000
|
||||
: -2000
|
||||
: -2000
|
||||
: -2000
|
||||
: 6000
|
||||
: 6000
|
||||
: 6000
|
||||
: 6000
|
||||
: 5091
|
||||
: 4000
|
||||
: 4000
|
||||
: 4000
|
||||
: 4000
|
||||
: Text(0.5, 0, '$P$')
|
||||
[[file:./.ob-jupyter/7f77383278a6fba4f390f9b4e50141c663db06e2.svg]]
|
||||
:END:
|
||||
|
||||
** Coupling and System Switching overlap
|
||||
|
@ -924,8 +1068,8 @@ Let's see if it helps switching system and interaction at the same time.
|
|||
k_max=4,
|
||||
bcf_terms=[6] * 2,
|
||||
truncation_scheme="simplex",
|
||||
driving_process_tolerances=[StocProcTolerances(1e-3, 1e-3)] * 2,
|
||||
thermal_process_tolerances=[StocProcTolerances(1e-3, 1e-3)] * 2,
|
||||
driving_process_tolerances=[StocProcTolerances(1e-5, 1e-5)] * 2,
|
||||
thermal_process_tolerances=[StocProcTolerances(1e-5, 1e-5)] * 2,
|
||||
T=[1, 4],
|
||||
therm_methods=["tanhsinh", "tanhsinh"],
|
||||
Δ=1,
|
||||
|
@ -944,7 +1088,7 @@ Let's see if it helps switching system and interaction at the same time.
|
|||
#+RESULTS:
|
||||
:RESULTS:
|
||||
| <Figure | size | 1200x400 | with | 1 | Axes> | <AxesSubplot: | xlabel= | $\tau$ | ylabel= | Operator Norm | > |
|
||||
[[file:./.ob-jupyter/ff171635624e8254b2fe630a2a5d2ae761f33219.svg]]
|
||||
[[file:./.ob-jupyter/62e8c8e17864f59b422c319b70a24297cec13f64.svg]]
|
||||
:END:
|
||||
|
||||
|
||||
|
@ -989,7 +1133,7 @@ where the baths are not coupled at the same time.
|
|||
: 1.0 0.05
|
||||
: 1.0 0.1
|
||||
| <Figure | size | 1200x400 | with | 1 | Axes> | <AxesSubplot: | xlabel= | $\tau$ | ylabel= | Operator Norm | > |
|
||||
[[file:./.ob-jupyter/edd98256780d14f2d4f5f83983b88cc64bed3f55.svg]]
|
||||
[[file:./.ob-jupyter/45d57fc054b1b52f2f73f7312056f2d893b4b509.svg]]
|
||||
:END:
|
||||
|
||||
*** Integration
|
||||
|
@ -1000,9 +1144,125 @@ where the baths are not coupled at the same time.
|
|||
#+begin_src jupyter-python
|
||||
from timing_scan import *
|
||||
|
||||
ot.integrate_online_multi(models, 5000, analyze_kwargs=dict(every=100))
|
||||
ot.integrate_online_multi(models, 1000, analyze_kwargs=dict(every=100))
|
||||
ot.integrate_online_multi(models, 2000, analyze_kwargs=dict(every=100))
|
||||
ot.integrate_online_multi(models, 4000, analyze_kwargs=dict(every=100))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/98dd37ab9f7fb351532d5011d5ce23e77891e6bf.svg]]
|
||||
:RESULTS:
|
||||
#+begin_example
|
||||
0.0 0.0
|
||||
0.0 0.05
|
||||
0.0 0.1
|
||||
0.5 0.0
|
||||
0.5 0.05
|
||||
0.5 0.1
|
||||
1.0 0.0
|
||||
1.0 0.05
|
||||
1.0 0.1
|
||||
[INFO hops.core.integration 2528809] Choosing the nonlinear integrator.
|
||||
[INFO root 2528809] Starting analysis process.
|
||||
[INFO root 2528809] Started analysis process with pid 2529077.
|
||||
[INFO hops.core.hierarchy_data 2528809] Creating the streaming fifo at: /home/hiro/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/results_90fadc67c2414cd2d90f293e30b3f3845a179a0a2bfa979d301a693399ebdf9a.fifo
|
||||
[INFO hops.core.integration 2528809] Using 32 integrators.
|
||||
[INFO hops.core.integration 2528809] Some 5000 trajectories have to be integrated.
|
||||
[INFO hops.core.integration 2528809] Using 1820 hierarchy states.
|
||||
0% 0/5000 [00:00<?, ?it/s][INFO hops.core.signal_delay 2528809] caught sig 'SIGINT'
|
||||
0% 0/5000 [00:10<?, ?it/s]
|
||||
2022-12-14 13:52:18,108 WARNING worker.py:1404 -- A worker died or was killed while executing a task by an unexpected system error. To troubleshoot the problem, check the logs for the dead worker. RayTask ID: b309d3a73e78f5b2b50c42306e5a32041125cfc10b000000 Worker ID: 64bc45a18eb412c6d6f84112a7db980903cb3e3ea9906f3b09d443d8 Node ID: 0bdeca53c997eb53b259895d3c4dd7ac669151098dcb22ae9627e60f Worker IP address: 10.0.0.102 Worker port: 10114 Worker PID: 2529153
|
||||
2022-12-14 13:52:18,145 WARNING worker.py:1404 -- A worker died or was killed while executing a task by an unexpected system error. To troubleshoot the problem, check the logs for the dead worker. RayTask ID: ced707e7670a2fb8943c3793888187459d05ccb60b000000 Worker ID: 57a3439898472c6a46f62690c7d4f00ffb4dbb18d84c2f89fd364443 Node ID: 0bdeca53c997eb53b259895d3c4dd7ac669151098dcb22ae9627e60f Worker IP address: 10.0.0.102 Worker port: 10118 Worker PID: 2529346
|
||||
2022-12-14 13:52:18,201 WARNING worker.py:1404 -- A worker died or was killed while executing a task by an unexpected system error. To troubleshoot the problem, check the logs for the dead worker. RayTask ID: 5777b585ec213b4bcef6ebb69daee0075d82861f0b000000 Worker ID: 87965d34ae50809a6e04d8b4d9d407545ce1c0123c5eb1637e24e3af Node ID: 0bdeca53c997eb53b259895d3c4dd7ac669151098dcb22ae9627e60f Worker IP address: 10.0.0.102 Worker port: 10113 Worker PID: 2529093
|
||||
2022-12-14 13:52:18,211 WARNING worker.py:1404 -- A worker died or was killed while executing a task by an unexpected system error. To troubleshoot the problem, check the logs for the dead worker. RayTask ID: e298adec5e827c2cf6e41744572c36652487697b0b000000 Worker ID: 13fcc47e3f17d59f538e9d3555552407bb8835717b745b08cfa927e4 Node ID: 0bdeca53c997eb53b259895d3c4dd7ac669151098dcb22ae9627e60f Worker IP address: 10.0.0.102 Worker port: 10111 Worker PID: 2529094
|
||||
2022-12-14 13:52:18,230 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,232 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,233 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,234 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,235 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,236 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,236 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,237 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,238 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,238 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,239 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,239 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,240 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
[INFO hops.core.signal_delay 2528809] caught 1 signal(s)
|
||||
2022-12-14 13:52:18,241 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,241 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
[INFO hops.core.signal_delay 2528809] emit signal 'SIGINT'
|
||||
2022-12-14 13:52:18,242 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
[INFO hops.core.signal_delay 2528809] caught sig 'SIGINT'
|
||||
2022-12-14 13:52:18,243 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,244 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,245 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,246 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,246 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,248 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,249 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,249 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,250 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,251 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,251 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,264 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,267 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,267 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
[INFO hops.core.signal_delay 2528809] caught 1 signal(s)
|
||||
[INFO hops.core.signal_delay 2528809] emit signal 'SIGINT'
|
||||
#+end_example
|
||||
# [goto error]
|
||||
#+begin_example
|
||||
[0;31m---------------------------------------------------------------------------[0m
|
||||
[0;31mKeyboardInterrupt[0m Traceback (most recent call last)
|
||||
Cell [0;32mIn[1], line 3[0m
|
||||
[1;32m 1[0m [38;5;28;01mfrom[39;00m [38;5;21;01mtiming_scan[39;00m [38;5;28;01mimport[39;00m [38;5;241m*[39m
|
||||
[0;32m----> 3[0m [43mot[49m[38;5;241;43m.[39;49m[43mintegrate_online_multi[49m[43m([49m[43mmodels[49m[43m,[49m[43m [49m[38;5;241;43m5000[39;49m[43m,[49m[43m [49m[43manalyze_kwargs[49m[38;5;241;43m=[39;49m[38;5;28;43mdict[39;49m[43m([49m[43mevery[49m[38;5;241;43m=[39;49m[38;5;241;43m100[39;49m[43m)[49m[43m)[49m
|
||||
|
||||
File [0;32m~/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/otto_utilities.py:167[0m, in [0;36mintegrate_online_multi[0;34m(models, *args, **kwargs)[0m
|
||||
[1;32m 165[0m [38;5;28;01mdef[39;00m [38;5;21mintegrate_online_multi[39m(models, [38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs):
|
||||
[1;32m 166[0m [38;5;28;01mfor[39;00m model [38;5;129;01min[39;00m models:
|
||||
[0;32m--> 167[0m [43mintegrate_online[49m[43m([49m[43mmodel[49m[43m,[49m[43m [49m[38;5;241;43m*[39;49m[43margs[49m[43m,[49m[43m [49m[38;5;241;43m*[39;49m[38;5;241;43m*[39;49m[43mkwargs[49m[43m)[49m
|
||||
|
||||
File [0;32m~/Documents/Projects/UNI/master/eflow_paper/python/otto_motor/otto_utilities.py:155[0m, in [0;36mintegrate_online[0;34m(model, n, stream_folder, **kwargs)[0m
|
||||
[1;32m 154[0m [38;5;28;01mdef[39;00m [38;5;21mintegrate_online[39m(model, n, stream_folder[38;5;241m=[39m[38;5;28;01mNone[39;00m, [38;5;241m*[39m[38;5;241m*[39mkwargs):
|
||||
[0;32m--> 155[0m [43maux[49m[38;5;241;43m.[39;49m[43mintegrate[49m[43m([49m
|
||||
[1;32m 156[0m [43m [49m[43mmodel[49m[43m,[49m
|
||||
[1;32m 157[0m [43m [49m[43mn[49m[43m,[49m
|
||||
[1;32m 158[0m [43m [49m[43mstream_file[49m[38;5;241;43m=[39;49m[43m([49m[38;5;124;43m"[39;49m[38;5;124;43m"[39;49m[43m [49m[38;5;28;43;01mif[39;49;00m[43m [49m[43mstream_folder[49m[43m [49m[38;5;129;43;01mis[39;49;00m[43m [49m[38;5;28;43;01mNone[39;49;00m[43m [49m[38;5;28;43;01melse[39;49;00m[43m [49m[43mstream_folder[49m[43m)[49m
|
||||
[1;32m 159[0m [43m [49m[38;5;241;43m+[39;49m[43m [49m[38;5;124;43mf[39;49m[38;5;124;43m"[39;49m[38;5;124;43mresults_[39;49m[38;5;132;43;01m{[39;49;00m[43mmodel[49m[38;5;241;43m.[39;49m[43mhexhash[49m[38;5;132;43;01m}[39;49;00m[38;5;124;43m.fifo[39;49m[38;5;124;43m"[39;49m[43m,[49m
|
||||
[1;32m 160[0m [43m [49m[43manalyze[49m[38;5;241;43m=[39;49m[38;5;28;43;01mTrue[39;49;00m[43m,[49m
|
||||
[1;32m 161[0m [43m [49m[38;5;241;43m*[39;49m[38;5;241;43m*[39;49m[43mkwargs[49m[43m,[49m
|
||||
[1;32m 162[0m [43m [49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/two_qubit_model/hiro_models/model_auxiliary.py:201[0m, in [0;36mintegrate[0;34m(model, n, data_path, clear_pd, single_process, stream_file, analyze, results_path, analyze_kwargs)[0m
|
||||
[1;32m 199[0m supervisor[38;5;241m.[39mintegrate_single_process(clear_pd)
|
||||
[1;32m 200[0m [38;5;28;01melse[39;00m:
|
||||
[0;32m--> 201[0m supervisor[38;5;241m.[39mintegrate(clear_pd)
|
||||
[1;32m 203[0m cleanup([38;5;241m0[39m)
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:87[0m, in [0;36msig_delay.__exit__[0;34m(self, exc_type, exc_val, exc_tb)[0m
|
||||
[1;32m 84[0m [38;5;28;01mif[39;00m [38;5;28mlen[39m([38;5;28mself[39m[38;5;241m.[39msigh[38;5;241m.[39msigs_caught) [38;5;241m>[39m [38;5;241m0[39m [38;5;129;01mand[39;00m [38;5;28mself[39m[38;5;241m.[39mhandler [38;5;129;01mis[39;00m [38;5;129;01mnot[39;00m [38;5;28;01mNone[39;00m:
|
||||
[1;32m 85[0m [38;5;28mself[39m[38;5;241m.[39mhandler([38;5;28mself[39m[38;5;241m.[39msigh[38;5;241m.[39msigs_caught)
|
||||
[0;32m---> 87[0m [38;5;28;43mself[39;49m[38;5;241;43m.[39;49m[43m_restore[49m[43m([49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:68[0m, in [0;36msig_delay._restore[0;34m(self)[0m
|
||||
[1;32m 66[0m [38;5;28;01mfor[39;00m i, s [38;5;129;01min[39;00m [38;5;28menumerate[39m([38;5;28mself[39m[38;5;241m.[39msigs):
|
||||
[1;32m 67[0m signal[38;5;241m.[39msignal(s, [38;5;28mself[39m[38;5;241m.[39mold_handlers[i])
|
||||
[0;32m---> 68[0m [38;5;28;43mself[39;49m[38;5;241;43m.[39;49m[43msigh[49m[38;5;241;43m.[39;49m[43memit[49m[43m([49m[43m)[49m
|
||||
|
||||
File [0;32m~/src/hops/hops/core/signal_delay.py:42[0m, in [0;36mSigHandler.emit[0;34m(self)[0m
|
||||
[1;32m 40[0m [38;5;28;01mfor[39;00m s [38;5;129;01min[39;00m [38;5;28mself[39m[38;5;241m.[39msigs_caught:
|
||||
[1;32m 41[0m log[38;5;241m.[39minfo([38;5;124m"[39m[38;5;124memit signal [39m[38;5;124m'[39m[38;5;132;01m{}[39;00m[38;5;124m'[39m[38;5;124m"[39m[38;5;241m.[39mformat(SIG_MAP[s]))
|
||||
[0;32m---> 42[0m [43mos[49m[38;5;241;43m.[39;49m[43mkill[49m[43m([49m[43mos[49m[38;5;241;43m.[39;49m[43mgetpid[49m[43m([49m[43m)[49m[43m,[49m[43m [49m[43ms[49m[43m)[49m
|
||||
|
||||
[0;31mKeyboardInterrupt[0m:
|
||||
2022-12-14 13:52:18,888 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
2022-12-14 13:52:18,908 ERROR worker.py:94 -- Unhandled error (suppress with 'RAY_IGNORE_UNHANDLED_ERRORS=1'): The worker died unexpectedly while executing this task. Check python-core-worker-*.log files for more information.
|
||||
#+end_example
|
||||
[[file:./.ob-jupyter/7c3f9e561e30c73f8ca635e18f752432d87c65ea.svg]]
|
||||
:END:
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1026,20 +1286,24 @@ where the baths are not coupled at the same time.
|
|||
: 1.0 0.0
|
||||
: 1.0 0.05
|
||||
: 1.0 0.1
|
||||
[[file:./.ob-jupyter/26dc34838476424c900f849dc4e14dbc7f2a841b.svg]]
|
||||
[[file:./.ob-jupyter/dd4e26fb4b28de1911ab3d1fe77f2e6d4245df6e.svg]]
|
||||
[[file:./.ob-jupyter/5aea9248c7b6eb7fe0739f84eb07fa52f241213a.svg]]
|
||||
[[file:./.ob-jupyter/e9e21d56a5cefcefe6b75a9ce38c36c8251f5823.svg]]
|
||||
:END:
|
||||
|
||||
#+begin_src jupyter-python
|
||||
%matplotlib inline
|
||||
powers = []
|
||||
efficiencies = []
|
||||
for model in models:
|
||||
#pu.plot_with_σ(model.t, model.total_power(), ax=a)
|
||||
#print(model.power().value, model.efficiency().value)
|
||||
powers.append(-float(model.power().value))
|
||||
efficiencies.append(model.efficiency().value)
|
||||
#print(model.power().value, model.efficiency().value, model.power().N)
|
||||
try:
|
||||
powers.append(-float(model.power(σ_factor=3).value))
|
||||
efficiencies.append(model.efficiency(σ_factor=3).value)
|
||||
except:
|
||||
powers.append(0.)
|
||||
efficiencies.append(0.)
|
||||
|
||||
#plt.matshow(np.array(powers).reshape((3,3)))
|
||||
f, a =ot.plot_3d_heatmap(np.array(powers), np.array(overlaps), np.array(shifts))
|
||||
a.set_xlabel("overlaps")
|
||||
a.set_ylabel("shifts")
|
||||
|
@ -1054,6 +1318,54 @@ where the baths are not coupled at the same time.
|
|||
#+RESULTS:
|
||||
:RESULTS:
|
||||
: Text(0.5, 0, 'Efficiency')
|
||||
[[file:./.ob-jupyter/8127fbd513a3f16846f7a4f17285ce70e9c1a899.svg]]
|
||||
[[file:./.ob-jupyter/1e5f39b4710ab00b6c68292db4c69b8d0a126bb6.svg]]
|
||||
[[file:./.ob-jupyter/4c12796df0291fc07e89d4b7125bc3b88ead8d42.svg]]
|
||||
[[file:./.ob-jupyter/6efd43c6c360cc807824077099dfa46d8f19dd78.svg]]
|
||||
:END:
|
||||
|
||||
|
||||
#+begin_src jupyter-python
|
||||
f, a = plt.subplots()
|
||||
|
||||
for model in models[:]:
|
||||
pu.plot_with_σ(model.t, model.total_energy_from_power().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
pu.plot_with_σ(model.t, model.total_energy().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
# pu.plot_with_σ(model.t, model.system_energy().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")
|
||||
|
||||
print(model.total_energy().consistency(model.total_energy_from_power()), model.steady_index(), model.power()[-1])
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
:RESULTS:
|
||||
: 29.992501874531367 2 EnsembleValue([(4000, -0.0005131979774745943, 2.437443269788402e-05)])
|
||||
# [goto error]
|
||||
#+begin_example
|
||||
[0;31m---------------------------------------------------------------------------[0m
|
||||
[0;31mRuntimeError[0m Traceback (most recent call last)
|
||||
Cell [0;32mIn[4], line 8[0m
|
||||
[1;32m 5[0m pu[38;5;241m.[39mplot_with_σ(model[38;5;241m.[39mt, model[38;5;241m.[39mtotal_energy()[38;5;241m.[39msum_baths(), ax[38;5;241m=[39ma, label[38;5;241m=[39m[38;5;124mfr[39m[38;5;124m"[39m[38;5;124m$[39m[38;5;124m\[39m[38;5;124mdelta=[39m[38;5;132;01m{[39;00mmodel[38;5;241m.[39mδ[[38;5;241m0[39m][38;5;132;01m}[39;00m[38;5;124m$, $[39m[38;5;124m\[39m[38;5;124mtau_I=[39m[38;5;132;01m{[39;00mmodel[38;5;241m.[39mtimings_L[[38;5;241m0[39m][[38;5;241m1[39m] [38;5;241m-[39m model[38;5;241m.[39mtimings_L[[38;5;241m0[39m][[38;5;241m0[39m][38;5;132;01m:[39;00m[38;5;124m.3[39m[38;5;132;01m}[39;00m[38;5;124m$[39m[38;5;124m"[39m)
|
||||
[1;32m 6[0m [38;5;66;03m# pu.plot_with_σ(model.t, model.system_energy().sum_baths(), ax=a, label=fr"$\delta={model.δ[0]}$, $\tau_I={model.timings_L[0][1] - model.timings_L[0][0]:.3}$")[39;00m
|
||||
[0;32m----> 8[0m [38;5;28mprint[39m(model[38;5;241m.[39mtotal_energy()[38;5;241m.[39mconsistency(model[38;5;241m.[39mtotal_energy_from_power()), model[38;5;241m.[39msteady_index(), [43mmodel[49m[38;5;241;43m.[39;49m[43mpower[49m[43m([49m[43m)[49m[[38;5;241m-[39m[38;5;241m1[39m])
|
||||
|
||||
File [0;32m~/src/two_qubit_model/hiro_models/otto_cycle.py:477[0m, in [0;36mOttoEngine.power[0;34m(self, *args, **kwargs)[0m
|
||||
[1;32m 474[0m steady_idx [38;5;241m=[39m [38;5;28mself[39m[38;5;241m.[39msteady_index([38;5;241m*[39margs, [38;5;241m*[39m[38;5;241m*[39mkwargs)
|
||||
[1;32m 476[0m [38;5;28;01mif[39;00m steady_idx [38;5;129;01mis[39;00m [38;5;28;01mNone[39;00m:
|
||||
[0;32m--> 477[0m [38;5;28;01mraise[39;00m [38;5;167;01mRuntimeError[39;00m([38;5;124m"[39m[38;5;124mNo steady state available.[39m[38;5;124m"[39m)
|
||||
[1;32m 479[0m [38;5;28;01mreturn[39;00m [38;5;28mself[39m[38;5;241m.[39mtotal_power()[38;5;241m.[39mslice([38;5;28mslice[39m(indices[steady_idx], [38;5;28;01mNone[39;00m, [38;5;241m1[39m))[38;5;241m.[39mmean
|
||||
|
||||
[0;31mRuntimeError[0m: No steady state available.
|
||||
#+end_example
|
||||
[[file:./.ob-jupyter/67f43a5a1a06df0ba2927f3f3017926e9c01bce2.svg]]
|
||||
:END:
|
||||
|
||||
#+begin_src jupyter-python
|
||||
ot.full_report(models[2])
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
[[file:./.ob-jupyter/9093522f05fe4e8ea2cc6c68f76a8c2af16b821a.svg]]
|
||||
:RESULTS:
|
||||
: \(P=-0.000678\pm 0.000024\)
|
||||
: \(\eta=12.3\pm 0.8\)
|
||||
[[file:./.ob-jupyter/cdf1a1ee3b683073de27624223cc38e501b62c40.svg]]
|
||||
[[file:./.ob-jupyter/a5781362f995954863d0da9dba3590fb3bf0fc34.svg]]
|
||||
:END:
|
||||
|
|
|
@ -162,9 +162,14 @@ def integrate_online(model, n, stream_folder=None, **kwargs):
|
|||
)
|
||||
|
||||
|
||||
def integrate_online_multi(models, *args, **kwargs):
|
||||
for model in models:
|
||||
integrate_online(model, *args, **kwargs)
|
||||
def integrate_online_multi(models, n, *args, increment=1000, **kwargs):
|
||||
target = increment
|
||||
|
||||
while target < n:
|
||||
for model in models:
|
||||
integrate_online(model, min([n, target]), *args, **kwargs)
|
||||
|
||||
target += increment
|
||||
|
||||
|
||||
def plot_3d_heatmap(values, x_labels, y_labels):
|
||||
|
|
174
python/otto_motor/poetry.lock
generated
174
python/otto_motor/poetry.lock
generated
|
@ -87,7 +87,7 @@ test-tox-coverage = ["coverage (>=5.5)"]
|
|||
type = "git"
|
||||
url = "https://github.com/beartype/beartype"
|
||||
reference = "main"
|
||||
resolved_reference = "52ad2efbb8e460fcc28b8a49a8ae4d1b4c58f1aa"
|
||||
resolved_reference = "e69d7553a0f73746afe1f16eba551a31115f51f2"
|
||||
|
||||
[[package]]
|
||||
name = "binfootprint"
|
||||
|
@ -372,7 +372,7 @@ qutip = "^4.6.3"
|
|||
type = "git"
|
||||
url = "git@github.com:vale981/two_qubit_model.git"
|
||||
reference = "main"
|
||||
resolved_reference = "def9e607d873cf8f90a493afb666a71735c820b4"
|
||||
resolved_reference = "86ef9fa64661c31f30d64efc440f87282061abdd"
|
||||
|
||||
[[package]]
|
||||
name = "hops"
|
||||
|
@ -433,7 +433,7 @@ tqdm = "^4.62.3"
|
|||
type = "git"
|
||||
url = "https://github.com/vale981/hopsflow"
|
||||
reference = "main"
|
||||
resolved_reference = "98244a388f70f2b57f6dbb8728ae631872e486aa"
|
||||
resolved_reference = "30f42cd654d5a525e823d55e60a6d2a68fe91875"
|
||||
|
||||
[[package]]
|
||||
name = "humanfriendly"
|
||||
|
@ -633,6 +633,25 @@ category = "main"
|
|||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "pandas"
|
||||
version = "1.5.2"
|
||||
description = "Powerful data structures for data analysis, time series, and statistics"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
|
||||
[package.dependencies]
|
||||
numpy = [
|
||||
{version = ">=1.20.3", markers = "python_version < \"3.10\""},
|
||||
{version = ">=1.21.0", markers = "python_version >= \"3.10\""},
|
||||
]
|
||||
python-dateutil = ">=2.8.1"
|
||||
pytz = ">=2020.1"
|
||||
|
||||
[package.extras]
|
||||
test = ["hypothesis (>=5.5.3)", "pytest (>=6.0)", "pytest-xdist (>=1.31)"]
|
||||
|
||||
[[package]]
|
||||
name = "parso"
|
||||
version = "0.8.3"
|
||||
|
@ -653,6 +672,21 @@ category = "dev"
|
|||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "patsy"
|
||||
version = "0.5.3"
|
||||
description = "A Python package for describing statistical models and for building design matrices."
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[package.dependencies]
|
||||
numpy = ">=1.4"
|
||||
six = "*"
|
||||
|
||||
[package.extras]
|
||||
test = ["pytest", "pytest-cov", "scipy"]
|
||||
|
||||
[[package]]
|
||||
name = "pexpect"
|
||||
version = "4.8.0"
|
||||
|
@ -813,6 +847,14 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
|
|||
[package.dependencies]
|
||||
six = ">=1.5"
|
||||
|
||||
[[package]]
|
||||
name = "pytz"
|
||||
version = "2022.6"
|
||||
description = "World timezone definitions, modern and historical"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
|
||||
[[package]]
|
||||
name = "pywin32"
|
||||
version = "305"
|
||||
|
@ -902,6 +944,17 @@ urllib3 = ">=1.21.1,<1.27"
|
|||
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
|
||||
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
|
||||
|
||||
[[package]]
|
||||
name = "scipy"
|
||||
version = "1.8.1"
|
||||
description = "SciPy: Scientific Library for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.8,<3.11"
|
||||
|
||||
[package.dependencies]
|
||||
numpy = ">=1.17.3,<1.25.0"
|
||||
|
||||
[[package]]
|
||||
name = "scipy"
|
||||
version = "1.9.3"
|
||||
|
@ -981,6 +1034,32 @@ pure-eval = "*"
|
|||
[package.extras]
|
||||
tests = ["cython", "littleutils", "pygments", "pytest", "typeguard"]
|
||||
|
||||
[[package]]
|
||||
name = "statsmodels"
|
||||
version = "0.13.5"
|
||||
description = "Statistical computations and models for Python"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
|
||||
[package.dependencies]
|
||||
numpy = [
|
||||
{version = ">=1.17", markers = "python_version != \"3.10\" or platform_system != \"Windows\" or platform_python_implementation == \"PyPy\""},
|
||||
{version = ">=1.22.3", markers = "python_version == \"3.10\" and platform_system == \"Windows\" and platform_python_implementation != \"PyPy\""},
|
||||
]
|
||||
packaging = ">=21.3"
|
||||
pandas = ">=0.25"
|
||||
patsy = ">=0.5.2"
|
||||
scipy = [
|
||||
{version = ">=1.3", markers = "(python_version > \"3.9\" or platform_system != \"Windows\" or platform_machine != \"x86\") and python_version < \"3.12\""},
|
||||
{version = ">=1.3,<1.9", markers = "python_version == \"3.9\" and platform_system == \"Windows\" and platform_machine == \"x86\""},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
build = ["cython (>=0.29.32)"]
|
||||
develop = ["Jinja2", "colorama", "cython (>=0.29.32)", "cython (>=0.29.32,<3.0.0)", "flake8", "isort", "joblib", "matplotlib (>=3)", "oldest-supported-numpy (>=2022.4.18)", "pytest (>=7.0.1,<7.1.0)", "pytest-randomly", "pytest-xdist", "pywinpty", "setuptools-scm[toml] (>=7.0.0,<7.1.0)"]
|
||||
docs = ["ipykernel", "jupyter-client", "matplotlib", "nbconvert", "nbformat", "numpydoc", "pandas-datareader", "sphinx"]
|
||||
|
||||
[[package]]
|
||||
name = "stocproc"
|
||||
version = "2.0.0"
|
||||
|
@ -1133,7 +1212,7 @@ python-versions = "*"
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = ">=3.9,<3.11"
|
||||
content-hash = "655b9ced1461bbc830a46b3e33da56b3b5100e278f0ab0d5989ad2ac18893539"
|
||||
content-hash = "4cef9d772d2030a78b143bed3b00a87586bfb95e08673f5b740dad33856ead15"
|
||||
|
||||
[metadata.files]
|
||||
aiosignal = [
|
||||
|
@ -1718,6 +1797,35 @@ packaging = [
|
|||
{file = "packaging-22.0-py3-none-any.whl", hash = "sha256:957e2148ba0e1a3b282772e791ef1d8083648bc131c8ab0c1feba110ce1146c3"},
|
||||
{file = "packaging-22.0.tar.gz", hash = "sha256:2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3"},
|
||||
]
|
||||
pandas = [
|
||||
{file = "pandas-1.5.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:e9dbacd22555c2d47f262ef96bb4e30880e5956169741400af8b306bbb24a273"},
|
||||
{file = "pandas-1.5.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e2b83abd292194f350bb04e188f9379d36b8dfac24dd445d5c87575f3beaf789"},
|
||||
{file = "pandas-1.5.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2552bffc808641c6eb471e55aa6899fa002ac94e4eebfa9ec058649122db5824"},
|
||||
{file = "pandas-1.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fc87eac0541a7d24648a001d553406f4256e744d92df1df8ebe41829a915028"},
|
||||
{file = "pandas-1.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d0d8fd58df5d17ddb8c72a5075d87cd80d71b542571b5f78178fb067fa4e9c72"},
|
||||
{file = "pandas-1.5.2-cp310-cp310-win_amd64.whl", hash = "sha256:4aed257c7484d01c9a194d9a94758b37d3d751849c05a0050c087a358c41ad1f"},
|
||||
{file = "pandas-1.5.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:375262829c8c700c3e7cbb336810b94367b9c4889818bbd910d0ecb4e45dc261"},
|
||||
{file = "pandas-1.5.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc3cd122bea268998b79adebbb8343b735a5511ec14efb70a39e7acbc11ccbdc"},
|
||||
{file = "pandas-1.5.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b4f5a82afa4f1ff482ab8ded2ae8a453a2cdfde2001567b3ca24a4c5c5ca0db3"},
|
||||
{file = "pandas-1.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8092a368d3eb7116e270525329a3e5c15ae796ccdf7ccb17839a73b4f5084a39"},
|
||||
{file = "pandas-1.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6257b314fc14958f8122779e5a1557517b0f8e500cfb2bd53fa1f75a8ad0af2"},
|
||||
{file = "pandas-1.5.2-cp311-cp311-win_amd64.whl", hash = "sha256:82ae615826da838a8e5d4d630eb70c993ab8636f0eff13cb28aafc4291b632b5"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:457d8c3d42314ff47cc2d6c54f8fc0d23954b47977b2caed09cd9635cb75388b"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c009a92e81ce836212ce7aa98b219db7961a8b95999b97af566b8dc8c33e9519"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:71f510b0efe1629bf2f7c0eadb1ff0b9cf611e87b73cd017e6b7d6adb40e2b3a"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a40dd1e9f22e01e66ed534d6a965eb99546b41d4d52dbdb66565608fde48203f"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5ae7e989f12628f41e804847a8cc2943d362440132919a69429d4dea1f164da0"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-win32.whl", hash = "sha256:530948945e7b6c95e6fa7aa4be2be25764af53fba93fe76d912e35d1c9ee46f5"},
|
||||
{file = "pandas-1.5.2-cp38-cp38-win_amd64.whl", hash = "sha256:73f219fdc1777cf3c45fde7f0708732ec6950dfc598afc50588d0d285fddaefc"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:9608000a5a45f663be6af5c70c3cbe634fa19243e720eb380c0d378666bc7702"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:315e19a3e5c2ab47a67467fc0362cb36c7c60a93b6457f675d7d9615edad2ebe"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e18bc3764cbb5e118be139b3b611bc3fbc5d3be42a7e827d1096f46087b395eb"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0183cb04a057cc38fde5244909fca9826d5d57c4a5b7390c0cc3fa7acd9fa883"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:344021ed3e639e017b452aa8f5f6bf38a8806f5852e217a7594417fb9bbfa00e"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-win32.whl", hash = "sha256:e7469271497960b6a781eaa930cba8af400dd59b62ec9ca2f4d31a19f2f91090"},
|
||||
{file = "pandas-1.5.2-cp39-cp39-win_amd64.whl", hash = "sha256:c218796d59d5abd8780170c937b812c9637e84c32f8271bbf9845970f8c1351f"},
|
||||
{file = "pandas-1.5.2.tar.gz", hash = "sha256:220b98d15cee0b2cd839a6358bd1f273d0356bf964c1a1aeb32d47db0215488b"},
|
||||
]
|
||||
parso = [
|
||||
{file = "parso-0.8.3-py2.py3-none-any.whl", hash = "sha256:c001d4636cd3aecdaf33cbb40aebb59b094be2a74c556778ef5576c175e19e75"},
|
||||
{file = "parso-0.8.3.tar.gz", hash = "sha256:8c07be290bb59f03588915921e29e8a50002acaf2cdc5fa0e0114f91709fafa0"},
|
||||
|
@ -1726,6 +1834,10 @@ pathspec = [
|
|||
{file = "pathspec-0.10.3-py3-none-any.whl", hash = "sha256:3c95343af8b756205e2aba76e843ba9520a24dd84f68c22b9f93251507509dd6"},
|
||||
{file = "pathspec-0.10.3.tar.gz", hash = "sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6"},
|
||||
]
|
||||
patsy = [
|
||||
{file = "patsy-0.5.3-py2.py3-none-any.whl", hash = "sha256:7eb5349754ed6aa982af81f636479b1b8db9d5b1a6e957a6016ec0534b5c86b7"},
|
||||
{file = "patsy-0.5.3.tar.gz", hash = "sha256:bdc18001875e319bc91c812c1eb6a10be4bb13cb81eb763f466179dca3b67277"},
|
||||
]
|
||||
pexpect = [
|
||||
{file = "pexpect-4.8.0-py2.py3-none-any.whl", hash = "sha256:0b48a55dcb3c05f3329815901ea4fc1537514d6ba867a152b581d69ae3710937"},
|
||||
{file = "pexpect-4.8.0.tar.gz", hash = "sha256:fc65a43959d153d0114afe13997d439c22823a27cefceb5ff35c2178c6784c0c"},
|
||||
|
@ -1885,6 +1997,10 @@ python-dateutil = [
|
|||
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},
|
||||
{file = "python_dateutil-2.8.2-py2.py3-none-any.whl", hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9"},
|
||||
]
|
||||
pytz = [
|
||||
{file = "pytz-2022.6-py2.py3-none-any.whl", hash = "sha256:222439474e9c98fced559f1709d89e6c9cbf8d79c794ff3eb9f8800064291427"},
|
||||
{file = "pytz-2022.6.tar.gz", hash = "sha256:e89512406b793ca39f5971bc999cc538ce125c0e51c27941bef4568b460095e2"},
|
||||
]
|
||||
pywin32 = [
|
||||
{file = "pywin32-305-cp310-cp310-win32.whl", hash = "sha256:421f6cd86e84bbb696d54563c48014b12a23ef95a14e0bdba526be756d89f116"},
|
||||
{file = "pywin32-305-cp310-cp310-win_amd64.whl", hash = "sha256:73e819c6bed89f44ff1d690498c0a811948f73777e5f97c494c152b850fad478"},
|
||||
|
@ -1991,6 +2107,29 @@ requests = [
|
|||
{file = "requests-2.28.1.tar.gz", hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"},
|
||||
]
|
||||
scipy = [
|
||||
{file = "scipy-1.8.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:65b77f20202599c51eb2771d11a6b899b97989159b7975e9b5259594f1d35ef4"},
|
||||
{file = "scipy-1.8.1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:e013aed00ed776d790be4cb32826adb72799c61e318676172495383ba4570aa4"},
|
||||
{file = "scipy-1.8.1-cp310-cp310-macosx_12_0_universal2.macosx_10_9_x86_64.whl", hash = "sha256:02b567e722d62bddd4ac253dafb01ce7ed8742cf8031aea030a41414b86c1125"},
|
||||
{file = "scipy-1.8.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1da52b45ce1a24a4a22db6c157c38b39885a990a566748fc904ec9f03ed8c6ba"},
|
||||
{file = "scipy-1.8.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0aa8220b89b2e3748a2836fbfa116194378910f1a6e78e4675a095bcd2c762d"},
|
||||
{file = "scipy-1.8.1-cp310-cp310-win_amd64.whl", hash = "sha256:4e53a55f6a4f22de01ffe1d2f016e30adedb67a699a310cdcac312806807ca81"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:28d2cab0c6ac5aa131cc5071a3a1d8e1366dad82288d9ec2ca44df78fb50e649"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-macosx_12_0_arm64.whl", hash = "sha256:6311e3ae9cc75f77c33076cb2794fb0606f14c8f1b1c9ff8ce6005ba2c283621"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-macosx_12_0_universal2.macosx_10_9_x86_64.whl", hash = "sha256:3b69b90c9419884efeffaac2c38376d6ef566e6e730a231e15722b0ab58f0328"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:6cc6b33139eb63f30725d5f7fa175763dc2df6a8f38ddf8df971f7c345b652dc"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9c4e3ae8a716c8b3151e16c05edb1daf4cb4d866caa385e861556aff41300c14"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:23b22fbeef3807966ea42d8163322366dd89da9bebdc075da7034cee3a1441ca"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-win32.whl", hash = "sha256:4b93ec6f4c3c4d041b26b5f179a6aab8f5045423117ae7a45ba9710301d7e462"},
|
||||
{file = "scipy-1.8.1-cp38-cp38-win_amd64.whl", hash = "sha256:70ebc84134cf0c504ce6a5f12d6db92cb2a8a53a49437a6bb4edca0bc101f11c"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:f3e7a8867f307e3359cc0ed2c63b61a1e33a19080f92fe377bc7d49f646f2ec1"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-macosx_12_0_arm64.whl", hash = "sha256:2ef0fbc8bcf102c1998c1f16f15befe7cffba90895d6e84861cd6c6a33fb54f6"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-macosx_12_0_universal2.macosx_10_9_x86_64.whl", hash = "sha256:83606129247e7610b58d0e1e93d2c5133959e9cf93555d3c27e536892f1ba1f2"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:93d07494a8900d55492401917a119948ed330b8c3f1d700e0b904a578f10ead4"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d3b3c8924252caaffc54d4a99f1360aeec001e61267595561089f8b5900821bb"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70de2f11bf64ca9921fda018864c78af7147025e467ce9f4a11bc877266900a6"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-win32.whl", hash = "sha256:1166514aa3bbf04cb5941027c6e294a000bba0cf00f5cdac6c77f2dad479b434"},
|
||||
{file = "scipy-1.8.1-cp39-cp39-win_amd64.whl", hash = "sha256:9dd4012ac599a1e7eb63c114d1eee1bcfc6dc75a29b589ff0ad0bb3d9412034f"},
|
||||
{file = "scipy-1.8.1.tar.gz", hash = "sha256:9e3fb1b0e896f14a85aa9a28d5f755daaeeb54c897b746df7a55ccb02b340f33"},
|
||||
{file = "scipy-1.9.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1884b66a54887e21addf9c16fb588720a8309a57b2e258ae1c7986d4444d3bc0"},
|
||||
{file = "scipy-1.9.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:83b89e9586c62e787f5012e8475fbb12185bafb996a03257e9675cd73d3736dd"},
|
||||
{file = "scipy-1.9.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a72d885fa44247f92743fc20732ae55564ff2a519e8302fb7e18717c5355a8b"},
|
||||
|
@ -2032,6 +2171,33 @@ stack-data = [
|
|||
{file = "stack_data-0.6.2-py3-none-any.whl", hash = "sha256:cbb2a53eb64e5785878201a97ed7c7b94883f48b87bfb0bbe8b623c74679e4a8"},
|
||||
{file = "stack_data-0.6.2.tar.gz", hash = "sha256:32d2dd0376772d01b6cb9fc996f3c8b57a357089dec328ed4b6553d037eaf815"},
|
||||
]
|
||||
statsmodels = [
|
||||
{file = "statsmodels-0.13.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c75319fddded9507cc310fc3980e4ae4d64e3ff37b322ad5e203a84f89d85203"},
|
||||
{file = "statsmodels-0.13.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6f148920ef27c7ba69a5735724f65de9422c0c8bcef71b50c846b823ceab8840"},
|
||||
{file = "statsmodels-0.13.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cc4d3e866bfe0c4f804bca362d0e7e29d24b840aaba8d35a754387e16d2a119"},
|
||||
{file = "statsmodels-0.13.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:072950d6f7820a6b0bd6a27b2d792a6d6f952a1d2f62f0dcf8dd808799475855"},
|
||||
{file = "statsmodels-0.13.5-cp310-cp310-win_amd64.whl", hash = "sha256:159ae9962c61b31dcffe6356d72ae3d074bc597ad9273ec93ae653fe607b8516"},
|
||||
{file = "statsmodels-0.13.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:9061c0d5ee4f3038b590afedd527a925e5de27195dc342381bac7675b2c5efe4"},
|
||||
{file = "statsmodels-0.13.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e1d89cba5fafc1bf8e75296fdfad0b619de2bfb5e6c132913991d207f3ead675"},
|
||||
{file = "statsmodels-0.13.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:01bc16e7c66acb30cd3dda6004c43212c758223d1966131226024a5c99ec5a7e"},
|
||||
{file = "statsmodels-0.13.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d5cd9ab5de2c7489b890213cba2aec3d6468eaaec547041c2dfcb1e03411f7e"},
|
||||
{file = "statsmodels-0.13.5-cp311-cp311-win_amd64.whl", hash = "sha256:857d5c0564a68a7ef77dc2252bb43c994c0699919b4e1f06a9852c2fbb588765"},
|
||||
{file = "statsmodels-0.13.5-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5a5348b2757ab31c5c31b498f25eff2ea3c42086bef3d3b88847c25a30bdab9c"},
|
||||
{file = "statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9b21648e3a8e7514839ba000a48e495cdd8bb55f1b71c608cf314b05541e283b"},
|
||||
{file = "statsmodels-0.13.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b829eada6cec07990f5e6820a152af4871c601fd458f76a896fb79ae2114985"},
|
||||
{file = "statsmodels-0.13.5-cp37-cp37m-win_amd64.whl", hash = "sha256:872b3a8186ef20f647c7ab5ace512a8fc050148f3c2f366460ab359eec3d9695"},
|
||||
{file = "statsmodels-0.13.5-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bc1abb81d24f56425febd5a22bb852a1b98e53b80c4a67f50938f9512f154141"},
|
||||
{file = "statsmodels-0.13.5-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:a2c46f1b0811a9736db37badeb102c0903f33bec80145ced3aa54df61aee5c2b"},
|
||||
{file = "statsmodels-0.13.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:947f79ba9662359f1cfa6e943851f17f72b06e55f4a7c7a2928ed3bc57ed6cb8"},
|
||||
{file = "statsmodels-0.13.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:046251c939c51e7632bcc8c6d6f31b8ca0eaffdf726d2498463f8de3735c9a82"},
|
||||
{file = "statsmodels-0.13.5-cp38-cp38-win_amd64.whl", hash = "sha256:84f720e8d611ef8f297e6d2ffa7248764e223ef7221a3fc136e47ae089609611"},
|
||||
{file = "statsmodels-0.13.5-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:b0d1d24e4adf96ec3c64d9a027dcee2c5d5096bb0dad33b4d91034c0a3c40371"},
|
||||
{file = "statsmodels-0.13.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0f0e5c9c58fb6cba41db01504ec8dd018c96a95152266b7d5d67e0de98840474"},
|
||||
{file = "statsmodels-0.13.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b034aa4b9ad4f4d21abc4dd4841be0809a446db14c7aa5c8a65090aea9f1143"},
|
||||
{file = "statsmodels-0.13.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:73f97565c29241e839ffcef74fa995afdfe781910ccc27c189e5890193085958"},
|
||||
{file = "statsmodels-0.13.5-cp39-cp39-win_amd64.whl", hash = "sha256:2ff331e508f2d1a53d3a188305477f4cf05cd8c52beb6483885eb3d51c8be3ad"},
|
||||
{file = "statsmodels-0.13.5.tar.gz", hash = "sha256:593526acae1c0fda0ea6c48439f67c3943094c542fe769f8b90fe9e6c6cc4871"},
|
||||
]
|
||||
stocproc = []
|
||||
tabulate = [
|
||||
{file = "tabulate-0.8.10-py3-none-any.whl", hash = "sha256:0ba055423dbaa164b9e456abe7920c5e8ed33fcc16f6d1b2f2d152c8e1e8b4fc"},
|
||||
|
|
|
@ -17,6 +17,7 @@ ipython = "^8.3.0"
|
|||
traitlets = "==5.2.0"
|
||||
Cython = "^0.29.30"
|
||||
tabulate = "^0.8.9"
|
||||
statsmodels = "^0.13.5"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^21.12b0"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from speed_coupling_scan import *
|
||||
|
||||
ot.integrate_online_multi(models, 5000)
|
||||
ot.integrate_online_multi(models, 10_000, increment=10, analyze_kwargs=dict(every=100))
|
||||
|
|
|
@ -54,7 +54,8 @@ prototype = OttoEngine(
|
|||
)
|
||||
|
||||
δs = np.round(np.linspace(.3, .5, 3), 3)
|
||||
τ_Is = np.array([.05, .1, .15])
|
||||
τ_Is = np.array([# .05,
|
||||
.1, .15, .2])
|
||||
δs, τ_Is
|
||||
|
||||
models = []
|
||||
|
|
|
@ -44,8 +44,8 @@ prototype = OttoEngine(
|
|||
k_max=4,
|
||||
bcf_terms=[6] * 2,
|
||||
truncation_scheme="simplex",
|
||||
driving_process_tolerances=[StocProcTolerances(1e-3, 1e-3)] * 2,
|
||||
thermal_process_tolerances=[StocProcTolerances(1e-3, 1e-3)] * 2,
|
||||
driving_process_tolerances=[StocProcTolerances(1e-5, 1e-5)] * 2,
|
||||
thermal_process_tolerances=[StocProcTolerances(1e-5, 1e-5)] * 2,
|
||||
T=[1, 4],
|
||||
therm_methods=["tanhsinh", "tanhsinh"],
|
||||
Δ=1,
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
from timing_scan import *
|
||||
|
||||
ot.integrate_online_multi(models, 5000, analyze_kwargs=dict(every=100))
|
||||
ot.integrate_online_multi(models, 1000, analyze_kwargs=dict(every=100))
|
||||
ot.integrate_online_multi(models, 2000, analyze_kwargs=dict(every=100))
|
||||
ot.integrate_online_multi(models, 4000, analyze_kwargs=dict(every=100))
|
||||
|
|
Loading…
Add table
Reference in a new issue