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 -*-