Difference between revisions of "Boson ortho.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Normalise sequential blank lines)
(Update function See also links and function index membership)
 
(One intermediate revision by the same user not shown)
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
Line 21: Line 21:
  
 
==See also==
 
==See also==
* [[boson_mono.m]]
+
[[boson_mono.m]], [[weyl.m]], [[bos_product_table.m]], [[oper2bm.m]], [[enlev2bm.m]], [[kq2lin.m]], [[bos2ist.m]], [[centrans.m]], [[ct2ist.m]], [[enlev2ist.m]], [[hamiltonian.m]], [[kinetics.m]], [[lindbladian.m]], [[oper2ist.m]], [[operator.m]], [[orientation.m]], [[propagator.m]], [[relaxation.m]], [[sin_tran.m]], [[Kernel_functions]]
* [[weyl.m]]
 
* [[bos_product_table.m]]
 
* [[oper2bm.m]]
 
* [[enlev2bm.m]]
 
* [[kq2lin.m]]
 
  
 
''Version 2.11, authors: [[Ilya Kuprov]], Sarbojoy Das''
 
''Version 2.11, authors: [[Ilya Kuprov]], Sarbojoy Das''

Latest revision as of 19:34, 6 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

boson_mono.m, weyl.m, bos_product_table.m, oper2bm.m, enlev2bm.m, kq2lin.m, bos2ist.m, centrans.m, ct2ist.m, enlev2ist.m, hamiltonian.m, kinetics.m, lindbladian.m, oper2ist.m, operator.m, orientation.m, propagator.m, relaxation.m, sin_tran.m, Kernel_functions

Version 2.11, authors: Ilya Kuprov, Sarbojoy Das