Skip to content
Snippets Groups Projects

Possibility to increase the number of vectors to be computed

Merged Elisa Rebolini requested to merge dev/guess into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -430,7 +430,7 @@ subroutine wrt_infoinp(iunit, g_info, o_info, v_info, bdav_info)
!Impressions vecinp et orbinp
write(iunit,*)
write(iunit,fmt1) " Nbre de vecteurs ", v_info%nvec
write(iunit,fmt1) " Nbre de vecteurs converges ", v_info%nconv
if (v_info%nconv.ne.-1) write(iunit,fmt1) " Nbre de vecteurs converges ", v_info%nconv
write(iunit,fmt2) " 2S+1, 2Sz ", v_info%stot, v_info%sz
write(iunit,fmt2) " Irrep ", v_info%vec_irrep
write(iunit,fmt2) " Nbre d'electrons actifs ", g_info%nelact
Loading