Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqexsd_input.f90119 TYPE ( bands_type) :: obj
120 INTEGER,OPTIONAL, INTENT(IN) :: nbnd
121 INTEGER,INTENT(IN) :: nspin
122 CHARACTER(LEN=*),INTENT(IN) :: occupations,smearing
123 REAL(DP),INTENT(IN) :: degauss
124 REAL(DP),DIMENSION(:),OPTIONAL,INTENT(IN) :: input_occupations, input_occupations_minority
125 REAL(DP),OPTIONAL,INTENT(IN) :: tot_mag, tot_charge
127 INTEGER :: spin_degeneracy, inpOcc_size = 0
128 CHARACTER(LEN=*),PARAMETER :: TAGNAME="bands"
130 TYPE(occupations_type) :: occup_obj
[all …]