-
|
Instead of plotting state populations w.r.t some fixed operator as described in several Krotov example notebooks (e.g. https://qucontrol.github.io/krotov/v1.0.0/notebooks/01_example_simple_state_to_state.html), how can I plot ground state populations for instantaneous hamiltonian for every time grids after pulse controls are optimized? Do you have relevant example notebooks? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
You'd have to sum the nested list that encodes the time-dependent Hamiltonian into a single We don't have an example that does this. |
Beta Was this translation helpful? Give feedback.
You'd have to sum the nested list that encodes the time-dependent Hamiltonian into a single
Qobj, and then call QuTiP'seigenstatesmethod to find the ground state, at every time step.We don't have an example that does this.