1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-10-06 16:25:58 +02:00

Compare commits

..

No commits in common. "a3d0f2f921f920d7021d642646b477b100022c9c" and "e485e512f726d48b58c690aa70cb5461fcaf69c6" have entirely different histories.

3 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,3 @@
cipsi
cipsi
selectors_full
davidson_undressed

View File

@ -19,9 +19,6 @@ subroutine run
print *, 'TREXIO file : '//trim(trexio_filename)
print *, ''
call system('rm -rf '//trim(trexio_filename)//'.bak')
call system('mv '//trim(trexio_filename)//' '//trim(trexio_filename)//'.bak')
! call system('mv '//trim(trexio_filename)//' '//trim(trexio_filename)''//.bak)
if (backend == 0) then
f = trexio_open(trexio_filename, 'w', TREXIO_HDF5, rc)
else if (backend == 1) then
@ -29,7 +26,6 @@ subroutine run
endif
if (f == 0) then
print *, 'Unable to open TREXIO file for writing'
print *, 'rc = ', rc
stop -1
endif

View File

@ -1,4 +1,3 @@
cipsi
generators_cas
selectors_cassd
davidson_undressed