Syntax
spectra = sw_egrid(spectra,Name,Value)
Description
spectra = sw_egrid(spectra,Name,Value)
takes a calculated spectrum that
contains and converts it into an intensity
map I(i,j)
via binning the energy values and selecting a given
component of the spin-spin correlation matrix. For example by
default (setting the component
parameter to 'Sperp'
) it selects the
neutron scattering cross section via calculating the following quantity:
Examples
The line will create an energy bin, with steps of 0.1 and bins the spin-spin correlation function. Two different matrices will be calculated, first using the sum of the and components, second will contain the component of the correlation function.
tri = sw_model('triAF',1)
spectra = tri.spinwave({[0 0 0] [1 1 0] 501})
E = linspace(0,5,501)
spectra = sw_egrid(spectra,'component',{'Sxx+Syy' 'Szz'},'Evect',E)
figure
sw_plotspec(spectra,'mode','color','axLim',[0 0.5],'dE',0.2)
Input Arguments
spectra
- Input structure, contains spin-spin correlation functions. Supported inputs are produced by spinw.spinwave, spinw.powspec and [spinw.scga].
Name-Value Pair Arguments
'component'
- A string that Selects a correlation function component that will be
binned. The possible values are:
'Sperp'
bins the magnetic neutron scattering intensity (the expectation value). Default.'Sab'
bins the selected components of the spin-spin correlation function. Lettera
andb
can bex
,y
orz
. For example:'Sxx'
will convolute the component of the correlation function with the dispersion. Here the is the standard coordinate system. *'Mab'
bins the selected components of the spin-spin correlation function in the Blume-Maleev coordinate system. Lettera
andb
can bex
,y
orz
. For example:'Mxx'
will convolute thexx
component of the correlation function with the dispersion.'Pab'
bins the selected component of the polarisation matrix. Lettera
andb
can bex
,y
orz
. For example:'Pyy'
will convolute theyy
component of the polarisation matrix with the dispersion. The coordinates used are in the Blume-Maleev coordinate system, see below.'Pa'
bins the intensity of the calculated polarised neutron scattering, with inciden polarisation ofPa
where lettera
can bex
,y
orz
. For example:'Py'
will convolute the scattering intensity simulated for incident polarisation . The used coordinates are in the Blume-Maleev coordinate system.'fName'
wherefName
is one of the field names of the input structure spectra. This field should contain a matrix with dimensions of .
Any linear combination of the above are allowed, for example:
'Sxx+2*Syy'
will bin the linear combination of thexx
component of the spin-spin correlation function with theyy
component. Several cross section can be convoluted and stored independently, if component is a cell array containing strings each containing any linear combination of cross sections as above, the cell array needs to have size , for example{'Sxx' 'Syy' 'Szz'}
. 'Evect'
- Row vector that defines the center/edge of the energy bins of the
calculated output, number of elements is . The energy units
are defined by the spinw.unit property. Default
value is an edge bin:
linspace(0,1.1*maxOmega,501)
. 'binType'
- String, determines the type of bin give, possible options:
'cbin'
Center bin, the center of each energy bin is given.'ebin'
Edge bin, the edges of each bin is given. Default value is'ebin'
.
'T'
- Temperature, used to calculate the Bose factor in units
depending on the Boltzmann constant stored in spinw.unit. Default
temperature is taken from
obj.single_ion.T
. The Bose factor is included inswConv
field of the output. 'sumtwin'
- If true, the spectra of the different twins will be summed together weighted with the normalized volume fractions, see spinw.twin. Default value is true.
'modeIdx'
- Select certain spin wave modes from the number of
modes to include in the output. Default value is
1:2*nMagAtom
to include all modes. 'epsilon'
- Error limit, used to determine whether a given energy bin is uniform or not. Default value is .
'autoEmin'
- Due to the finite numerical precision, the spin wave energies
can contain small imaginary values. These can ruin the
convoluted spectrum at low energies. To improve the spectrum,
the lowest energy bin should start above the imaginary part of
the spin wave energy. If
'autoEmin'
is set totrue
, it calculates the bottom of the first energy bin automatically and overwrites the given value. Only works if the input energy bin starts with zero. Default value isfalse
. 'imagChk'
- Checks whether the imaginary part of the spin wave dispersion is smaller than the energy bin size. Default value is true.
parallel to the momentum transfer ,
perpendicular to in the scattering plane,
perpendicular to the scattering plane.
Output Arguments
spectra
same as the input spectra
plus additions fields:
swConv
- Stores the selected cross section binned in energy in a matrix with dimensions of . Includes the Bose factor.
swInt
- Stores the selected cross sections for every mode in a matrix with dimensions of .
T
- Input temperature.
component
- Cell that contains the input component selector strings.
Evect
- Input energy bin vector, defines the energy bin edge positions (converted from the given bin centers if necessary).
param
- All the input parameters.
If 'component'
parameter is a cell array or the spectra of multiple
twins are convoluted separately, swConv and swInt will be a cell that
packages the matrices corresponding to each component/twin. The
dimensions of the cell are .