mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2025-01-05 10:59:10 +01:00
Compare commits
No commits in common. "ec1a0e8af4c2fdebc0883b01aeb2c4b4adeb6405" and "beb5150885effdd13a40f6aa0e092e7930160ffb" have entirely different histories.
ec1a0e8af4
...
beb5150885
1
devel/trexio/LIB
Normal file
1
devel/trexio/LIB
Normal file
@ -0,0 +1 @@
|
|||||||
|
-L/lustre/home/scemama/qp2/lib -ltrexio
|
@ -5,4 +5,3 @@ mo_two_e_ints
|
|||||||
ao_two_e_ints
|
ao_two_e_ints
|
||||||
ao_one_e_ints
|
ao_one_e_ints
|
||||||
two_body_rdm
|
two_body_rdm
|
||||||
hartree_fock
|
|
||||||
|
@ -340,11 +340,6 @@ subroutine run
|
|||||||
rc = trexio_write_mo_coefficient(f, mo_coef)
|
rc = trexio_write_mo_coefficient(f, mo_coef)
|
||||||
call trexio_assert(rc, TREXIO_SUCCESS)
|
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
|
! One-e MO integrals
|
||||||
! ------------------
|
! ------------------
|
||||||
@ -404,7 +399,7 @@ subroutine run
|
|||||||
end do
|
end do
|
||||||
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)
|
rc = trexio_write_mo_2e_int_eri(f, offset, icount, eri_index, eri_buffer)
|
||||||
call trexio_assert(rc, TREXIO_SUCCESS)
|
call trexio_assert(rc, TREXIO_SUCCESS)
|
||||||
end if
|
end if
|
||||||
|
6286
devel/trexio/trexio_f.f90
Normal file
6286
devel/trexio/trexio_f.f90
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
#include "trexio_f.f90"
|
|
0
devel/trexio/uninstall
Executable file → Normal file
0
devel/trexio/uninstall
Executable file → Normal file
Loading…
Reference in New Issue
Block a user