epraya.ERetrack#

ERetrack(field, energy, einvector)#

Organize the eigenvectors and energies to relate them with the quantum numbers of the system, taking as references the values at high field.

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

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

  • einvector (np.array) – Array of the eigenvectors of the hamiltonian.

Returns:

  • Enegria (np.array) – Array of the sorted energy values of the hamiltonian.

  • Vector (np.array) – Array of the sorted eigenvectors of the hamiltonian.