QSimulator Fork from BBN-Q's original.
Package for simulating time dynamics of quantum systems with a focus on superconducting qubits.
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")'
(v1.6) pkg> add https://github.com/spherical-tensor/QSimulator.jl
Pkg.test("QSimulator")
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.