Page 1 of 1

SHG spectrum

Posted: Fri Aug 30, 2024 4:57 am
by sdwang
Dear all,
How could I get the epsilon(omega/2) spectrum (as attached) for comparison with SHG results?
Thanks

Jingqi

Re: SHG spectrum

Posted: Mon Sep 02, 2024 9:59 am
by claudio
Dear Jingqi

just calculate the normal epsilon and then plot it with w/2, for example in gnuplot

plot 'epsilon.dat' u 1:2 t 'epsilon(w)'
plot 'epsilon.dat' u ($1/2):2 t 'epsilon(w/2)

best
Claudio