Difference between revisions of "Boson ortho.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
m (Rename Arguments section heading to Parameters)
Line 6: Line 6:
 
                         B=boson_ortho(nlevels)
 
                         B=boson_ortho(nlevels)
  
==Arguments==
+
==Parameters==
  
 
         nlevels - number of bosonic ladder population levels
 
         nlevels - number of bosonic ladder population levels

Revision as of 18:47, 5 June 2026

Orthogonal bosonic monomials calculated from the bosonic monomial basis produced by boson_mono(nlevels). Gram-Schmidt orthogonalisation is used without normalisation.

Syntax

                       B=boson_ortho(nlevels)

Parameters

        nlevels - number of bosonic ladder population levels

Outputs

          B - a cell array of orthogonal bosonic monomials

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

Version 2.11, authors: Ilya Kuprov, Sarbojoy Das