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:newwavefunction [2022/09/30 16:02] Elmar Bittnerdocumentation:language_reference:functions:newwavefunction [2025/11/20 03:29] (current) – external edit 127.0.0.1
Line 2: Line 2:
  
 ### ###
-//NewWavefunction(Nf, Nb, DeterminantTable)// creates a wave-function with $Nffermions and $Nbbosons as a sum over determinants given by the determinant table. Determinant Table is of the form of a string of 1's and 0's followed by a prefactor, for example: //{ {"100000",math.sqrt(1/2)}, ...}//. NewWavefunction can take a forth element specifying options.+//NewWavefunction(Nf, Nb, DeterminantTable)// creates a wave-function with //Nf// fermions and //Nb// bosons as a sum over determinants given by the determinant table. Determinant Table is of the form of a string of 1's and 0's followed by a prefactor, for example: //{ {"100000",math.sqrt(1/2)}, ...}//. NewWavefunction can take a forth element specifying options.
 ### ###
  
Print/export