Callbacks

OpenQuantumTools.InstPulseCallbackMethod
InstPulseCallback(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 argument pulse_update(c, i) where c is the state vector or density matrix and i is the index of the pulse being applied.

...

source