Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
documentation:language_reference:functions:orthonormalize [2022/09/23 15:18] Martin Brassdocumentation:language_reference:functions:orthonormalize [2022/09/23 15:22] Martin Brass
Line 2: Line 2:
  
 ### ###
-alligned paragraph text+Orthonormalizes vecors and wave-functions
 ### ###
  
 ===== Input ===== ===== Input =====
  
-         First argument should be a table of complex vectors or wave-functions +  * First argument should be a table of complex vectors or wave-functions 
-         second optional argument can be a lsit of options. +  * second optional argument can be a lsit of options. 
-         possible options are: (first option is standard) +  * possible options are: (first option is standard) 
-         - "Method":         string value: "Lowdin", "GramSchimdt" +    * - "Method":         string value: "Lowdin", "GramSchimdt" 
-         - "Order":          string value: "Row", "Column" +    * - "Order":          string value: "Row", "Column" 
-         - "SingularValue":  double: values equal or smaller than SingularValue are removed from basis +    * - "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)+    * - "KeepDimensions": boolean (remove singular vectors or add a zero vector to the basis) 
  
 ===== Output ===== ===== Output =====
Print/export