qudit_sim.drive
Drive Hamiltonian (qudit_sim.drive)
See Drive Hamiltonian for theoretical background.
Functions
|
abs(fun(t, args)) |
|
fun(t, args).conjugate() |
|
cos(freq * t + phase) |
|
fun1(t, args) - fun2(t, args) |
|
cos(freq * t + phase) + 1.j * sin(freq * t + phase) |
|
fun(t, args).imag |
|
fun1(t, args) * fun2(t, args) |
|
fun(t, args).real |
|
scale * fun(t, args) |
|
sin(freq * t + phase) |
|
fun1(t, args) + fun2(t, args) |
Classes
|
Data class representing a drive. |