calculates the Fourier transformation of the symbolic Hamiltonian
Syntax
res = fouriersym(obj,Name,Value)
Description
res = fouriersym(obj,Name,Value)
solves the symbolic Fourier transform
problem.
Input Arguments
obj
- spinw object.
Name-Value Pair Arguments
'hkl'
- Symbolic definition of positions in momentum space. Default value is
the general point:
hkl = [sym('h') sym('k') sym('l')]