Differences

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

Link to this comparison view

Next revision
Previous revision
documentation:language_reference:functions:orthonormalize [2018/06/21 15:22] – created Simon Heinzedocumentation:language_reference:functions:orthonormalize [2023/07/31 15:09] (current) Sina Shokri
Line 2: Line 2:
  
 ### ###
-alligned paragraph text+Orthonormalizes vecors and wave-functions
 ### ###
  
 ===== 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", "GramSchmidt" 
 +    * - "Order":          string value: "Row", "Column" 
 +    * - "SingularValue":  double: values equal or smaller than SingularValue are removed from basis 
 +    - "ReduceDimension"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