Home
last modified time | relevance | path

Searched defs:qexsd_init_control_variables (Results 1 – 1 of 1) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqexsd_input.f9059 TYPE(control_variables_type) :: obj
60 CHARACTER(LEN=*),INTENT(IN) :: title,calculation,restart_mode,prefix,&
61 pseudo_dir,outdir,disk_io,verbosity
62 LOGICAL,INTENT(IN) :: stress,forces,wf_collect
63 REAL(DP),INTENT(IN) :: max_seconds,etot_conv_thr,forc_conv_thr,&
64 press_conv_thr
65 INTEGER,INTENT(IN) :: iprint, nstep
69 CHARACTER(LEN=*),PARAMETER :: TAGNAME='control_variables'
70 CHARACTER(LEN=256) :: verbosity_value, disk_io_value
71 INTEGER :: int_max_seconds
[all …]