External module function dorbmomdensity_coeff1 - used by mcdisp

In order to visualize orbital moment density fluctuations the external single ion module has to provide the transition matrix elements of the spindensity coefficient operator $a^{x,y,z}_{L,lm}$ by a vector $aSlm1$, which is given by: ${\rm aL1}^s_{\alpha=lm}=\sqrt{(p_--p_+)}\langle -\vert a^{x,y,z}_{L,lm}-\langle a^{x,y,z}_{L,lm}\rangle_{\mathbf H,T}\vert+\rangle$.

The format to be used is:

extern "C" int dspindensity_ceoff1(int & tn,double & T,Vector & Hxc,Vector & Hext,double * g_J,Vector & MODPAR,
char ** sipffilename,ComplexVector & aLlm1,int & xyz,float & maxE, ComplexMatrix & est)
The meaning of the symbols follows exactly that of function dm1 and therefore not explained here.