Skip to content
Discussion options

You must be logged in to vote

I'm not sure I understand what you mean for the KiraCreateJobFile failing, TopoAch for me is
TopoAch = {FCTopology[ topoAch, {SFAD[k2], SFAD[{k1 - k2}], SFAD[{{k2, -2 SPD[k2, p2m]}, 0 }] }, {k2}, {k1, p2m}, {}, {}]}
and my sectors are given by:
onlyGLIs1 = Cases[ampCollected1, GLI[___], Infinity];
which are GLIs, no? At least, KiraCreateJobFile works for me still, as far as I know.

In your code you have

onlyGLIs = 
  DeleteDuplicates@(Join[onlyGLIs1, onlyGLIs2] /.  
     GLI[topoAch, idx_List] :> topoAch @@ idx);

which replaces GLIs with heads made of their IDs. This is why I wrote that you must be using a more customized setup.

Anyway, using

ruIBPs = Normal[NeededAssoc1] /. topoAch[id…

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
3 replies
@mashhoudtt
Comment options

@vsht
Comment options

vsht Mar 5, 2026
Maintainer

@mashhoudtt
Comment options

Comment options

You must be logged in to vote
7 replies
@mashhoudtt
Comment options

@vsht
Comment options

vsht Mar 10, 2026
Maintainer

@vsht
Comment options

vsht Mar 10, 2026
Maintainer

@mashhoudtt
Comment options

@vsht
Comment options

vsht Mar 12, 2026
Maintainer

Answer selected by mashhoudtt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants