end_exact_spectrum Subroutine

public subroutine end_exact_spectrum()

Arguments

None

Source Code

    subroutine end_exact_spectrum()

        deallocate(eigv_ed)
        deallocate(hamiltonian)

    end subroutine end_exact_spectrum