TaoJia
Results
2
issues of
TaoJia
Hello philsol: May I ask what meaning is this code or which paper is it from? It's in philsol-master/examples/example_KTP_waveguide.ipynb. def n_guide(lam): A = 2.17954368571 B = np.log(2.17954368571 / 1.75292972992) /...
help wanted
When I tried to run # create simulation environment freq_env = pt.Environment( wl=1e-6*np.linspace(1.45, 1.65, 1000), freqdomain=True ) with freq_env: # perform simulation detected = circuit(source=1) # constant source with amplitude...