Difference between revisions of "Fpl2phan.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Arguments)
(Update function See also links and function index membership)
 
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
     phan=fpl2phan(rho,coil,dims)
 
     phan=fpl2phan(rho,coil,dims)
  
==Arguments==
+
==Parameters==
  
 
     rho    - state vector in Fokker-Planck space
 
     rho    - state vector in Fokker-Planck space
Line 20: Line 20:
  
 
==See also==
 
==See also==
[[fpl2rho.m]], [[imaging.m]], [[hydrodynamics.m]], [[gridfree.m]], [[v2fplanck.m]]
+
[[fpl2rho.m]], [[imaging.m]], [[hydrodynamics.m]], [[gridfree.m]], [[v2fplanck.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 image painted within the Fokker-Planck vector by the user-specified spin state.

Syntax

    phan=fpl2phan(rho,coil,dims)

Parameters

    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 of integers

Outputs

   phan    - the image painted by the specified state

See also

fpl2rho.m, imaging.m, hydrodynamics.m, gridfree.m, v2fplanck.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