[QE-users] Files produced by pw.x in MD run
mateusz.pokora at cbmm.lodz.pl
mateusz.pokora at cbmm.lodz.pl
Wed Nov 26 16:41:59 CET 2025
Dear all,
I am trying to run BOMD with pw.x, and I have a question regarding the files
being produced (.for, .pos, .vel). I found in the source code
(move_ions.f90) that all the values are multiplied by alat:
if (mod(istep, iprint)==0) then
iunit = printout_base_open('.pos')
call printout_pos(iunit, tau*alat, nat, tps=simulation_time,
nfi=istep)
call printout_base_close(iunit)
iunit = printout_base_open('.cel')
call printout_cell(iunit,at*alat,istep,simulation_time)
call printout_base_close(iunit)
iunit = printout_base_open('.for')
call printout_pos(iunit, force*alat, nat, tps=simulation_time,
nfi=istep)
call printout_base_close(iunit)
iunit = printout_base_open('.vel')
call printout_pos(iunit, vel*alat, nat, tps=simulation_time,
nfi=istep)
call printout_base_close(iunit)
endif
is there any physical meaning to do this? For comparison, I did not found
such operation in the output files produced by cp.x. So what is the reason
behind this?
Kind regards,
Mateusz
--
-------------------------
Administratorem Pani/Pana danych osobowych jest
Centrum Badań Molekularnych i Makromolekularnych Polskiej Akademii Nauk,
ul. Sienkiewicza 112, 90-363 Łódź. . Szczegółowe informacje o ochronie
danych osobowych zgodnie z RODO znajdują się na stronie www.cbmm.lodz.pl
<https://www.cbmm.lodz.pl/polityka-prywatnosci/>.
-------------------------
NOTICE: This message and any attachment are
confidential.
If you are not the intended recipient, please notify the
sender and delete this e-mail and any copies.
Incoming e-mails are not
accepted as legally binding unless legal validity is confirmed by us by
reply-mail.
An automatically generated acknowledgement of receipt cannot be
considered as confirmation of legal validity.
-------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20251126/ce6dbe7d/attachment.html>
More information about the users
mailing list