Select Git revision
fft_execute.cpp
Forked from
einsteinathome / libclfft
Source project has a limited visibility.
-
Heinz-Bernd Eggenstein authored
added file comment headers to express that this is now derived work and not the original Apple source code The original Apple comment headers with (c) and license info are retained
Heinz-Bernd Eggenstein authoredadded file comment headers to express that this is now derived work and not the original Apple source code The original Apple comment headers with (c) and license info are retained
test_LLO.py NaN GiB
from pykat import finesse
from pykat.commands import xaxis
import pylab as pl
import numpy as np
from pykat_LLO import LLO
kat = finesse.kat()
kat.parseCommands(LLO.Laser)
kat.parseCommands(LLO.PR)
kat.parseCommands(LLO.BS)
kat.parseCommands(LLO.X_ARM)
kat.HRBS.r_ap = 37e-2
kat.parseCommands("pd pdIN nin")
kat.noxaxis = True
out = kat.run()