This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ningyidu
Recipients ningyidu
Date 2020-03-05.15:06:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583420810.46.0.335329049767.issue39864@roundup.psfhosted.org>
In-reply-to
Content
IndexError: index 11 is out of bounds for axis 0 with size 11

The actual error is not with axis 0, but axis 3.

error message:
    168                     if iJ>=9:
    169                         print(iE,iE0,iEtemp,iJ,li,lf,mlf+lf)
--> 170                     SS[iEtemp][iJ][li][lf][mlf+lf]= FF(jf,mf,lf,mlf,ji,mi,li,J)*SJ[iCh][jCh]
    171 
    172                 sumSJ1 += np.abs(SJ0[iCh][jCh])**2

IndexError: index 11 is out of bounds for axis 0 with size 11
History
Date User Action Args
2020-03-05 15:06:50ningyidusetrecipients: + ningyidu
2020-03-05 15:06:50ningyidusetmessageid: <1583420810.46.0.335329049767.issue39864@roundup.psfhosted.org>
2020-03-05 15:06:50ningyidulinkissue39864 messages
2020-03-05 15:06:50ningyiducreate