~albertog/siesta/4.0-spin

« back to all changes in this revision

Viewing changes to Src/read_options.F90

  • Committer: Alberto Garcia
  • Date: 2018-04-11 09:23:27 UTC
  • mfrom: (553.1.8 4.0)
  • Revision ID: albertog@icmab.es-20180411092327-n50nhese5rwllghh
Sync to 4.0 r561

Show diffs side-by-side

added added

removed removed

Lines of Context:
292
292
  partial_charges_at_every_scf_step =  &
293
293
       fdf_get('PartialChargesAtEveryScfStep',.false.)
294
294
 
 
295
  
 
296
  if ( fdf_get('Compat.Matel.NRTAB', .false.) ) then
 
297
    matel_NRTAB = 128
 
298
  else
 
299
    matel_NRTAB = 1024
 
300
  end if
 
301
  if ( IONode ) then
 
302
    write(6,4) 'redata: Matel table size (NRTAB)         = ', matel_NRTAB
 
303
  end if
 
304
  if (cml_p) then
 
305
    call cmlAddParameter( xf=mainXML, name='MatelNRTAB',value=matel_NRTAB, &
 
306
        dictRef='siesta:matel_nrtab', units="cmlUnits:countable")
 
307
  end if
295
308
 
296
309
  ! Planewave cutoff of the real space mesh ...
297
310
  g2cut = fdf_get('MeshCutoff',g2cut_default,'Ry')
298
311
  if (ionode) then
299
 
     write(6,6) 'redata: Mesh Cutoff                      = ', g2cut,'  Ry'
300
 
  endif
 
312
     write(6,6)'redata: Mesh Cutoff                      = ', g2cut,' Ry'
 
313
   endif
 
314
   
301
315
 
302
316
  if (cml_p) then
303
317
     call cmlAddParameter( xf=mainXML, name='MeshCutOff', value=g2cut,     &