Home
last modified time | relevance | path

Searched refs:alat_ispresent (Results 1 – 7 of 7) sorted by relevance

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqes_types_module.f901054 LOGICAL :: alat_ispresent = .FALSE. component
H A Dqexsd_copy.f90201 IF ( atomic_structure%alat_ispresent ) alat = atomic_structure%alat
H A Dqes_reset_module.f90449 obj%alat_ispresent = .FALSE.
H A Dqes_bcast_module.f90530 CALL mp_bcast(obj%alat_ispresent, ionode_id, comm)
531 IF (obj%alat_ispresent) &
H A Dqes_init_module.f90760 obj%alat_ispresent = .TRUE.
763 obj%alat_ispresent = .FALSE.
H A Dqes_write_module.f90572 IF (obj%alat_ispresent) CALL xml_addAttribute(xp, 'alat', obj%alat )
H A Dqes_read_module.f902500 obj%alat_ispresent = .TRUE.
2502 obj%alat_ispresent = .FALSE.