Home
last modified time | relevance | path

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

/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqexsd_input.f90387 TYPE (cell_control_type) :: obj
388 CHARACTER(LEN=*),INTENT(IN) :: cell_dynamics, cell_dofree
389 REAL(DP),INTENT(IN) :: pressure, wmass, cell_factor
390 INTEGER,DIMENSION(3,3),INTENT(IN) :: iforceh
393 INTEGER,DIMENSION(3,3) :: my_forceh
395 LOGICAL :: fix_volume=.FALSE.,&
396 fix_area=.FALSE.,&
397 isotropic=.FALSE.
398 INTEGER :: i,j
399 TYPE(integerMatrix_type),TARGET :: free_cell_obj
[all …]