end_exact_spectrum Subroutine

public subroutine end_exact_spectrum()

Arguments

None

Contents

Source Code


Source Code

    subroutine end_exact_spectrum()

        deallocate(eigv_ed)
        deallocate(hamiltonian)

    end subroutine end_exact_spectrum