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

8 lines
126 B
Fortran
Raw Normal View History

2023-05-11 22:48:48 +02:00
program export_trexio_prog
implicit none
read_wf = .True.
SOFT_TOUCH read_wf
2024-03-05 15:37:09 +01:00
call export_trexio(.False.,.False.)
2023-05-11 22:48:48 +02:00
end