Differences

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

Link to this comparison view

Next revisionBoth sides next revision
documentation:language_reference:functions:orthonormalize [2018/06/21 15:22] – created Simon Heinzedocumentation:language_reference:functions:orthonormalize [2022/09/23 15:18] Martin Brass
Line 7: Line 7:
 ===== Input ===== ===== Input =====
  
-  bla Integer +         First argument should be a table of complex vectors or wave-functions 
-  * bla2 Real+         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 ===== ===== Output =====
  
-  * bla : real+  * orthonormalized vectors or wave-functions
  
-===== Example ===== 
- 
-### 
-description text 
-### 
- 
-==== Input ==== 
-<code Quanty Example.Quanty> 
--- some example code 
-</code> 
- 
-==== Result ==== 
-<file Quanty_Output> 
-text produced as output 
-</file> 
  
 ===== Table of contents ===== ===== Table of contents =====
 {{indexmenu>.#1}} {{indexmenu>.#1}}
  
Print/export