Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.29 KB

QSimulator.jl

CompatHelper CI codecov

QSimulator Fork from BBN-Q's original.

Package for simulating time dynamics of quantum systems with a focus on superconducting qubits.

Documentation

To build and navigate the documentation locally, navigate into the docs directory and run the following

julia --project=@. make.jl
julia --project=@.  -e 'using LiveServer; serve(dir="./build")'

Installation

(v1.6) pkg> add https://github.com/spherical-tensor/QSimulator.jl

Unit tests

Pkg.test("QSimulator")

Benchmarks

We can track the code performance between commits by running the benchmarking suite in benchmark/benchmarks.jl using PkgBenchmark.

Please the documentation for more details.