SLHQuantumSystems is a Julia package for creating and combining open quantum systems using the SLH framework.
This package is registered in the Julia registry, you can install it with
|pkg> add SLHQuantumSystems
Contributions to this package are welcome! Before making a PR, you should:
- run the package tests
|pkg> test
- build the documentation
|pkg> activate ./docs/
|julia> using LiveServer; servedocs()