Home

OpenQuantumSystems

OpenQuantumSystems.jl may help you with simulating common open quantum systems with main focus on systems connected to quantum biology.

Documentation is under construction.

under construction

Installation

You can obtain OpenQuantumSystems using Julia's Pkg REPL-mode (hitting ] as the first character of the command prompt):

(v1.6) pkg> add OpenQuantumSystems

or with using Pkg; Pkg.add("OpenQuantumSystems").