|
Hi,
The input is the output of the simulation using:
%% computational parameters
obj('Nx',1024,'xWindow',0.01,...
'Ny',128, 'yWindow',0.01,...
'Nt',512, 'tWindow',5e-13,'shiftFreqWindow',0,...
'Nz',200, 'propagationLength', 0.0002,...
'GPUOn',0, 'abortIntensity', inf,...
'showResultEach',10, 'showProgress',1);
%% input pulse definition
obj({'pulse1','EorI',0.002,'polarization','o','centerWavelength',8e-07,...
'pulseDuration',5e-14,'GD',0,'GDD',0,'TOD',0,'Phase',0,'beamShape_t','gauss',...
'beamRadius_x',0.002,'beamRadius_y',0.002,... %please choose a reasonable value in y
'shift_x',0,'shift_y',0,...
'alpha_x',0,'alpha_y',0,...
'slant_x',0,'slant_y',0,...
'radiusOfCurvature_x',0,'radiusOfCurvature_y',0,...
'beamShape_x',{'gauss'},'beamShape_y',{'gauss'}});
|