Numpy library

hello,
i want to use numpy librrary in my code but it looks that numpy is not supported in Klayout
the code i want to use it

import numpy as np
for j in (np.linspace(0,180,self.nIDT/2):

this code is to generate a range for j from 0 to 180 with different number of steps each time .
if there's any alternative i will be glad to check it.

Thanks

Comments

Sign In or Register to comment.