supergrad.time_evolution.mesolve_final_states_w_basis_trans

supergrad.time_evolution.mesolve_final_states_w_basis_trans#

supergrad.time_evolution.mesolve_final_states_w_basis_trans(hamiltonian, rho_list, tlist, transform_matrix=None, **kwargs)[source]#

Compute the final density matrices and applying basis transformation according to the transform_matrix.

Parameters:
  • hamiltonianjax.numpy.ndarray, list System Hamiltonian as a ndarray , list of ndarray and coefficient. List format is the same as qutip.mesolve.

  • rho_listjax.numpy.ndarray Initial density matrix (rho) or array of density matrices.

  • tlist – array_like of float List of times for \(t\).

  • transform_matrixjax.numpy.ndarray The transform unitary from product basis to the desired basis.

  • kwargs – Keyword arguments will be pass to supergrad.time_evolution.mesolve