Merge pull request #827 from dmejiar/TDDFT

pol check leads to wrong symmetry
This commit is contained in:
NWChem: Open Source High-Performance Computational Chemistry 2023-07-13 11:56:04 -07:00 committed by GitHub
commit b257e52cfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 906 additions and 869 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -791,7 +791,7 @@ c
enddo
endif ! nov(i) check
enddo
if (pol.lt.1) then
if (pol.gt.0) then
jsym=ieor(isym-1,int_mb(k_irs(pol)+occ-1)-1)+1
jsym=ieor(jsym-1,int_mb(k_irs(pol)+vir-1)-1)+1
call sym_irrepname(geom,jsym,oname)