# {py:mod}`qcheff.iswt.rswt` ```{py:module} qcheff.iswt.rswt ``` ```{autodoc2-docstring} qcheff.iswt.rswt :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`rswt_nested_commutator ` - ```{autodoc2-docstring} qcheff.iswt.rswt.rswt_nested_commutator :summary: ``` * - {py:obj}`rswt_create_generator ` - ```{autodoc2-docstring} qcheff.iswt.rswt.rswt_create_generator :summary: ``` * - {py:obj}`rswt_step ` - ```{autodoc2-docstring} qcheff.iswt.rswt.rswt_step :summary: ``` * - {py:obj}`rswt ` - ```{autodoc2-docstring} qcheff.iswt.rswt.rswt :summary: ``` ```` ### API ````{py:function} rswt_nested_commutator(A: numpy.ndarray, B: numpy.ndarray, order: int) :canonical: qcheff.iswt.rswt.rswt_nested_commutator ```{autodoc2-docstring} qcheff.iswt.rswt.rswt_nested_commutator ``` ```` ````{py:function} rswt_create_generator(D: numpy.ndarray, V: numpy.ndarray) :canonical: qcheff.iswt.rswt.rswt_create_generator ```{autodoc2-docstring} qcheff.iswt.rswt.rswt_create_generator ``` ```` ````{py:function} rswt_step(H: numpy.ndarray, order: int, n: int) :canonical: qcheff.iswt.rswt.rswt_step ```{autodoc2-docstring} qcheff.iswt.rswt.rswt_step ``` ```` ````{py:function} rswt(H: numpy.ndarray, order: int) :canonical: qcheff.iswt.rswt.rswt ```{autodoc2-docstring} qcheff.iswt.rswt.rswt ``` ````