HISKP-LQCD/sLapH-projection-NG

Let projection run headlessly in parallel

Closed this issue · 2 comments

The projection is currently done in a Mathematica notebook and only one total momentum/irrep combination at a time. This takes days to finish. The 112 different momenta/irreps can be trivially parallelized. I only need to get the script mode working on the ITKP workstations.

It turned out that I was just having a driver.wls which did everything in the directory and a newer driver.wl which did just what I wanted. I called the wrong script, and that will take around three days.

I'll cook up a job script generator script (my equivalent of an AbstractDecoratorFactoryFactory) and let it run through the whole group theory in parallel.

This works now.