9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-22 12:32:04 +02:00
qp2/src/trexio/export_trexio.irp.f

8 lines
126 B
Fortran

program export_trexio_prog
implicit none
read_wf = .True.
SOFT_TOUCH read_wf
call export_trexio(.False.,.False.)
end