Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 19:59
· 53 commits to main since this release

SLHQuantumSystems v0.12.0

Diff since v0.11.0

New feature: Linear systems (incomplete)
Some utility functions have been written for organizing the Hamiltonian of a linear system into a state space, and eqsofmotion() is provided to calculate the Heisenberg-Langevin equations for the system operators. I plan to then convert these equations into the ABCD state space representation. This is also missing support for the scattering matrix, i.e. it only works with systems having an identity scattering matrix at the moment.

Documentation and examples:
There is a Literate.jl workflow implemented for documentation which you can read about in the docs.

Breaking changes:
renamed get_qsymbols() to get_qnumbers()
renamed get_numsymbols() to get_cnumbers()

Closed issues:

  • TagBot trigger issue (#31)