Callbacks
OpenQuantumTools.InstPulseCallback
— MethodInstPulseCallback(tstops, pulse_update)
Builds the callback to apply instantaneous pulses during the evolution.
...
Arguments
tstops
: time points to apply pulses.pulse_update
: udpate function for the state of the system. It taks two argumentpulse_update(c, i)
wherec
is the state vector or density matrix andi
is the index of the pulse being applied.
...
OpenQuantumTools.PositivityCheckCallback
— MethodPositivityCheckCallback()
Builds the callback to check positivity of the system density matrix during the evolution.