mirror of
https://github.com/QuantumPackage/qp2.git
synced 2025-02-08 01:34:12 +01:00
8 lines
126 B
Fortran
8 lines
126 B
Fortran
program export_trexio_prog
|
|
implicit none
|
|
read_wf = .True.
|
|
SOFT_TOUCH read_wf
|
|
call export_trexio(.False.,.False.)
|
|
end
|
|
|