-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
After you run dsf_mesolve
, you don't have access anymore to the parameters of the dynamical shifted fock problem. This is because TimeEvolutionSol
does not contain the parameters of "ode problem". However, it would be useful information what the coherent state value was over time (, or at the end of the simulation).
Since dsf_mesolve
is a bit underdocumented I had some questions about the implementation:
- Given you provide
e_ops
, for what are the expectations values evaluated: only the quantum fluctuations or the coherent state + quantum fluctuations? - After
dsf_mesolve
doesTimeEvolutionSol.states
contain only the quantum fluctuations or the coherent state + quantum fluctuations? - Suppose I would like to do a adiabatic parameter sweep, where I provide the simulation of the next parameter values with the final state of the previous parameter value. Is it enough to only set
ψ0=sol_dsf.states[end]
? Or should I also somehow give the correct initial condition for the coherent stateα0_l
?
Metadata
Metadata
Assignees
Labels
No labels