1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-09-01 00:33:49 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
ec1a0e8af4 Removed LIB 2022-11-30 17:38:02 +01:00
c379376737 Commented MO energies 2022-11-30 17:36:02 +01:00
aa745a2b57 Removed trexio_f.f90 2022-11-30 17:34:32 +01:00
61da8b1880 Fixed uninstall 2022-07-01 11:22:46 +02:00
6 changed files with 11 additions and 6291 deletions

View File

@ -1 +0,0 @@
-L/lustre/home/scemama/qp2/lib -ltrexio

View File

@ -5,3 +5,4 @@ mo_two_e_ints
ao_two_e_ints
ao_one_e_ints
two_body_rdm
hartree_fock

View File

@ -340,6 +340,11 @@ subroutine run
rc = trexio_write_mo_coefficient(f, mo_coef)
call trexio_assert(rc, TREXIO_SUCCESS)
! if (trim(mo_label) == 'Canonical') then
! rc = trexio_write_mo_energy(f, fock_matrix_diag_mo)
! call trexio_assert(rc, TREXIO_SUCCESS)
! endif
! One-e MO integrals
! ------------------
@ -399,7 +404,7 @@ subroutine run
end do
end do
if (icount >= 0_8) then
if (icount > 0_8) then
rc = trexio_write_mo_2e_int_eri(f, offset, icount, eri_index, eri_buffer)
call trexio_assert(rc, TREXIO_SUCCESS)
end if

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1 @@
#include "trexio_f.f90"

6
devel/trexio/uninstall Normal file → Executable file
View File

@ -12,9 +12,9 @@ scripts_list="qp_import_trexio.py "
# Destroy ONLY the symbolic link for the scripts to be used in the
# ${QP_ROOT}/scripts/ directory.
for i in $scripts_list
do
for i in $scripts_list
do
find ${QP_ROOT}/scripts/$i -type l -delete
done
done