epraya.JPretrack#

JPretrack(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. It use the laxscan function from JAX to calculate the best configuration.

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

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

Returns:

  • tE (jax.numpy.vstack) – Concatenate array of the energy values of the Hamiltonian.

  • tV (jax.numpy.vstack) – Concatenate array of the eigenvectors values of the Hamiltonian.