1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-26 04:37:31 +02:00
qp_plugins_scemama/devel/trexio/export_trexio.irp.f

19 lines
325 B
Fortran

program trexio
use trexio
implicit none
BEGIN_DOC
! Exports the wave function in TREXIO format
END_DOC
integer(8) :: trexio_file
integer :: rc
character*(256) :: filename
filename = trim(ezfio_work_dir)//'/trexio.h5'
! Electrons
end
! -*- mode: f90 -*-