epraya.Plotsim#

Plotsim(espac1, inten1, resfield, espac2, enegria, curvebasis, splines, resonants, Ham, Exp)#

Function to produce the graph of the spectrum and the energy diagram.

Parameters:
  • espac1 (np.array) – Array of the magnetic field values.

  • inten1 (np.array) – Array of the intensities calculated in the resonant fields.

  • resfield (np.array) – Array of the resonant fields.

  • espac2 (np.array) – Array of the magnetic field values to calculate the energy diagram.

  • enegria (np.array) – Array of the energy values.

  • curvebasis (np.array) – Base of the quantum state.

  • splines (Scipy class) – Third order polinomium that is use to find the resonant fields.

  • resonants (dictionary) – Contains transition type and resonant fields information.

  • Ham (Class) – Container for the hamiltonian parameters of the system.

  • Exp (Class) – Container for the experimental conditions.