Skip to content

Commit

Permalink
Delete unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Dec 11, 2023
1 parent dfe17b5 commit 473a852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fockivo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ SUBROUTINE fockivo ! TO MAKE FOCK MATRIX for IVO
real(8), allocatable :: BUF(:) ! One dimensional array representing MO coeff. read from DFPCMO
real(8), allocatable :: wsym(:), eval(:)
integer, allocatable :: mosym(:)
character*150 :: line0, line1, line2, line3, line4, line5, line6, format_str, line_check_eof
character*150 :: line0, line1, line2, line3, line4, line5, line6, format_str

integer :: total_ao, total_mo
integer :: nv0, A, B ! A and B are dammy indices written in DFPCMO, A is nfsym in DIRAC
integer :: idx_irrep, start_isym, end_isym
integer, allocatable :: syminfo(:), dmosym(:), kappa(:)
logical :: write_itrfmo, is_all_syminfo_zero, eof_reached
logical :: write_itrfmo, is_all_syminfo_zero
integer :: juck_up_idx, num_ao, num_mo, num_virtual_mo
integer :: mo_start_idx, mo_end_idx, isym_for_syminfo
integer :: positronic_mo(2), electronic_mo(2), basis_ao(2), basis_all(2), mo(2)
Expand Down

0 comments on commit 473a852

Please sign in to comment.