HISKP-LQCD / sLapH-contractions

Stochastic LapH contraction program
GNU General Public License v3.0
3 stars 3 forks source link

NumPy dependency in job script generator is not needed #110

Open martin-ueding opened 5 years ago

martin-ueding commented 5 years ago

The job script generator depends on NumPy to generate a simple range of numbers. We can also do that with range instead of np.arange and avoid having to load SciPy-Stack on JUWELS to just use it.