TimeEvolDensityMatrix

class TimeEvolDensityMatrix(array, ts, model)

Represent time evolution of a density matrix.

Parameters:
  • array (ndarray | Array) – Time evolution density matrices for each shot and time point. Array of shape (n_shots, n_times, dim, dim).

  • ts (ndarray | Array) – Timestamps (in \(\mu\text{s}\)).

  • model – Spin model.

Methods

matrix([shot, t_idx, basis, frame, ...])

Return the time-evolved density matrix in a specific basis and frame.

Attributes

model

Deep copy of the model captured at simulation time.

ts

Timestamps of the stored data (in \(\mu\text{s}\)).