Difference between revisions of "Fpl2phan.m"

From Spinach Documentation Wiki
Jump to: navigation, search
 
Line 1: Line 1:
Returns the image encoded within the Fokker-Planck vector by the user-specified Liouville space coil state. Syntax:
+
{{DISPLAYTITLE:fpl2phan.m}} __NOTOC__
 +
Returns the image painted within the Fokker-Planck vector by the user-specified spin state.
  
                    phan=fpl2phan(rho,coil,dims)
+
==Syntax==
  
Parameters:
+
    phan=fpl2phan(rho,coil,dims)
 +
 
 +
==Arguments==
  
 
     rho    - state vector in Fokker-Planck space
 
     rho    - state vector in Fokker-Planck space
 +
 +
    coil    - observable state vector in Liouville space
 +
 +
    dims    - spatial dimensions of the Fokker-Planck
 +
              problem, a row vector if integers
 +
 +
==Outputs==
 +
 +
    phan    - the image painted by the specified state
 +
 +
==See also==
 +
[[fpl2rho.m]], [[imaging.m]], [[hydrodynamics.m]], [[gridfree.m]]
  
    coil    - observable state vector in Liouville space
 
  
    dims    - spatial dimensions of the Fokker-Planck
+
''Version 2.3, authors: [[Ilya Kuprov]]''
              problem
 

Revision as of 14:08, 27 December 2018

Returns the image painted within the Fokker-Planck vector by the user-specified spin state.

Syntax

    phan=fpl2phan(rho,coil,dims)

Arguments

    rho    - state vector in Fokker-Planck space

   coil    - observable state vector in Liouville space

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

Outputs

   phan    - the image painted by the specified state

See also

fpl2rho.m, imaging.m, hydrodynamics.m, gridfree.m


Version 2.3, authors: Ilya Kuprov