Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:language_reference:functions:expand [2024/12/31 14:49] Maurits W. Haverkortdocumentation:language_reference:functions:expand [2025/11/20 03:29] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ### ###
-psiList = Expand(Psi) expands a state $\Psi$ written as a sum over single Slater determinant states $\psi_i$ into a list of single Slater determinant states $\psi_i$. psiList has $2^{NF}$ elements.+psiList = Expand(Psi) expands a state $\Psi$ written as a sum over single Slater determinant states $\psi_i$ into a list of single Slater determinant states $\psi_i$. psiList has $2^{N_F}$ elements.
 ### ###
  
 ### ###
-psiList = Expand(Psi,indexlist) expands only the indices included in index list. psiList has $2^{(#indexlist)}$ elements.+psiList = Expand(Psi,indexlist) expands only the indices included in index list. psiList has $2^{Len}$ with //len=#indexlist// elements.
 ### ###
  
Print/export