diff --git a/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/first_experiments.org b/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/first_experiments.org index 056546d..ecbf941 100644 --- a/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/first_experiments.org +++ b/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/first_experiments.org @@ -191,7 +191,7 @@ Now we turn the system around after each fill-cycle. plt.xlabel(r"$\omega$") plt.ylabel("Arbitrary Units") print(shifts, scales) - fs.export_fig("spectral_densities", x_scaling=.5, y_scaling=.35) + # fs.export_fig("spectral_densities", x_scaling=.5, y_scaling=.35) # shifts = [0.010005778765750251, 0.5000003902186526] # scales = [0.3656483223378975, 3.198956858189882] #+end_src @@ -201,7 +201,7 @@ Now we turn the system around after each fill-cycle. : 1.0 : 2.0 : [0.01000577876575025, 1.0000001111768948] [0.5819473793333508, 3.865799283487837] -[[file:./.ob-jupyter/9d07a4219e4be9d77a71c884947f1722740f24a8.svg]] +[[file:./.ob-jupyter/f64b53223d96a7adadf180096f9af5938cbb2d60.svg]] :END: diff --git a/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/otto_motor.py b/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/otto_motor.py index 0827e9f..b0b2d3c 100644 --- a/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/otto_motor.py +++ b/python/energy_flow_proper/09_dynamic_two_bath_one_qubit/otto_motor.py @@ -115,7 +115,7 @@ plt.legend() plt.xlabel(r"$\omega$") plt.ylabel("Arbitrary Units") print(shifts, scales) -fs.export_fig("spectral_densities", x_scaling=.5, y_scaling=.35) +# fs.export_fig("spectral_densities", x_scaling=.5, y_scaling=.35) # shifts = [0.010005778765750251, 0.5000003902186526] # scales = [0.3656483223378975, 3.198956858189882]