Difference between revisions of "Boson ortho.m"
(Expand See also links to related Spinach functions and docs) |
(Fix lead description from MATLAB header (folding/hyphenation pass)) |
||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:boson_ortho.m}} __NOTOC__ | {{DISPLAYTITLE:boson_ortho.m}} __NOTOC__ | ||
| − | Orthogonal bosonic monomials calculated from the bosonic | + | Orthogonal bosonic monomials calculated from the bosonic monomial basis produced by boson_mono(nlevels). Gram-Schmidt orthogonalisation is used without normalisation. |
==Syntax== | ==Syntax== | ||
Revision as of 21:49, 22 February 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)
Arguments
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