diff --git a/plugins/local/tuto_plugins/tuto_I/traces_one_e.irp.f b/plugins/local/tuto_plugins/tuto_I/traces_one_e.irp.f index e71d49fc..68d965cb 100644 --- a/plugins/local/tuto_plugins/tuto_I/traces_one_e.irp.f +++ b/plugins/local/tuto_plugins/tuto_I/traces_one_e.irp.f @@ -30,6 +30,7 @@ BEGIN_PROVIDER [ double precision, trace_ao_one_e_ints] ! have the same number of functions END_DOC integer :: i,j + double precision :: accu double precision, allocatable :: inv_overlap_times_integrals(:,:) ! = h S^{-1} allocate(inv_overlap_times_integrals(ao_num,ao_num)) ! routine that computes the product of two matrices, you can check it with