Skip to content

spherical-tensor/QSimulator.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Unitary and Lindbladian evolution in Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 99.6%
  • Shell 0.4%