Difference between revisions of "Fpl2rho.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Update function See also links and function index membership)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:function.m}} __NOTOC__
+
{{DISPLAYTITLE:fpl2rho.m}} __NOTOC__
 
Returns the average of the spin state vector across the spatial dimensions of the sample.
 
Returns the average of the spin state vector across the spatial dimensions of the sample.
  
Line 6: Line 6:
 
     rho=fpl2rho(rho,dims)
 
     rho=fpl2rho(rho,dims)
  
==Arguments==
+
==Parameters==
  
 
       rho  - Fokker-Planck state vector
 
       rho  - Fokker-Planck state vector
Line 19: Line 19:
  
 
==See also==
 
==See also==
[[fpl2phan.m]], [[v2fplanck.m]], [[hydrodynamics.m]], [[imaging.m]]
+
[[fpl2phan.m]], [[v2fplanck.m]], [[hydrodynamics.m]], [[imaging.m]], [[phan2fpl.m]], [[corrfun.m]], [[fdhess.m]], [[fdkup.m]], [[fdlap.m]], [[fdmat.m]], [[fdvec.m]], [[fdweights.m]], [[interpmat.m]], [[oscillator.m]], [[overwound.m]], [[qxspen_kernel.m]], [[spden.m]], [[Kernel_utilities]]
 
 
  
 
''Version 2.3, authors: [[Ilya Kuprov]]''
 
''Version 2.3, authors: [[Ilya Kuprov]]''

Latest revision as of 19:36, 6 June 2026

Returns the average of the spin state vector across the spatial dimensions of the sample.

Syntax

    rho=fpl2rho(rho,dims)

Parameters

     rho   - Fokker-Planck state vector

    dims   - spatial dimensions of the 
             Fokker-Planck problem, a
             vector of positive integers

Outputs

    rho   - Liouville space state vector

See also

fpl2phan.m, v2fplanck.m, hydrodynamics.m, imaging.m, phan2fpl.m, corrfun.m, fdhess.m, fdkup.m, fdlap.m, fdmat.m, fdvec.m, fdweights.m, interpmat.m, oscillator.m, overwound.m, qxspen_kernel.m, spden.m, Kernel_utilities

Version 2.3, authors: Ilya Kuprov