Difference between revisions of "Boson ortho.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 21: | Line 21: | ||
==See also== | ==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'' | ''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