epraya.Pretrack#

Pretrack(Enegria, Vector)#

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

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

  • Vector (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.