no way to compare when less than two revisions

Differences

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


Previous revision
Last revision
documentation:language_reference:functions:orthonormalize [2022/09/23 15:22] Martin Brass
Line 1: Line 1:
 +====== Orthonormalize ======
 +
 +###
 +Orthonormalizes vecors and wave-functions
 +###
 +
 +===== Input =====
 +
 +  * First argument should be a table of complex vectors or wave-functions
 +  * second optional argument can be a lsit of options.
 +  * possible options are: (first option is standard)
 +    * - "Method":         string value: "Lowdin", "GramSchimdt"
 +    * - "Order":          string value: "Row", "Column"
 +    * - "SingularValue":  double: values equal or smaller than SingularValue are removed from basis
 +    * - "KeepDimensions": boolean (remove singular vectors or add a zero vector to the basis)
 +
 +
 +===== Output =====
 +
 +  * orthonormalized vectors or wave-functions
 +
 +
 +===== Table of contents =====
 +{{indexmenu>.#1}}
  
Print/export