mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 14:03:37 +01:00
fixed problem with truncated mo_coef_imag save
This commit is contained in:
parent
5eb1c17614
commit
394b6ce404
@ -83,7 +83,7 @@ subroutine save_mos_truncated(n)
|
||||
call ezfio_set_mo_basis_mo_class(mo_class)
|
||||
if (is_periodic) then
|
||||
buffer = 0.d0
|
||||
do j = 1, mo_num
|
||||
do j = 1, n
|
||||
do i = 1, ao_num
|
||||
buffer(i,j) = mo_coef_imag(i,j)
|
||||
enddo
|
||||
|
Loading…
Reference in New Issue
Block a user