FIXME : Add documentation
subroutine finish_species
implicit none
if(allocated(spec)) deallocate (spec)
! if(allocated(f0_values)) deallocate (f0_values,nonmaxw_corr,dlnf0drho)
call species_config%reset()
if (allocated(species_element_config)) deallocate(species_element_config)
initialized = .false.
end subroutine finish_species