qutip / qutip-notebooks

A collection of IPython notebooks using QuTiP: examples, tutorials, development test, etc.
BSD 3-Clause "New" or "Revised" License
235 stars 236 forks source link

Corrected and added sections in Floquet Notebook. #121

Open CamilleLCal opened 3 years ago

CamilleLCal commented 3 years ago
  1. Removed unnecessary variables in some functions.
  2. Removed wf_gnd_prob in cells 6 to 11 because equivalent to f_gnd_prob.
  3. Added comments on the Floquet spectrum folding.
  4. Added integration options in some functions (possible with the new version of floquet.py)
  5. Some objects needed to be converted to Qobjs.
  6. Modified mesolve to sesolve in the unitary dynamics example to avoid confusion with dissipative dynamics.
  7. Comment on the Floquet-Markov ME about what result to expect in some specific cases.
  8. The example about the dissipative dynamics what modified a lot. We modified the _cops and the noise spectrum _Jcb in order to be able to compare the Lindblad ME to the FM-ME. The basis change was modified to match the new version of _floquet_markovmesolve which now integrates the master equation in the interaction picture. Notice that the previous version of this example was only working for some specific choice of parameters but there was an error in _floquet_master_equationtensor. Added a 6-th method with the fmmesolve function. The new example computes 3 expectation values.
  9. Added an example for the Floquet matrix elements X and compare them to analytics for a driven-dissipative two level system. Plot the matrix elements as a function of the drive amplitude.
  10. The other examples were not checked.
review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB