From df612a2b7ff61990c67644e36dbe9333b6a7997d Mon Sep 17 00:00:00 2001 From: Alberto Mercurio Date: Sun, 31 Mar 2024 17:57:18 +0200 Subject: [PATCH] Added a simple description in the README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index cf7ff540..5d4f1cd6 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,19 @@ [![Build Status](https://github.com/albertomercurio/QuantumToolbox.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/albertomercurio/QuantumToolbox.jl/actions/workflows/CI.yml?query=branch%3Amain) [![Coverage](https://codecov.io/gh/albertomercurio/QuantumToolbox.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/albertomercurio/QuantumToolbox.jl) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10822817.svg)](https://doi.org/10.5281/zenodo.10822817) + +## Introduction +[QuantumToolbox.jl](https://github.com/albertomercurio/QuantumToolbox.jl) is a cutting-edge Julia package designed for quantum physics simulations, closely emulating the popular Python [QuTiP](https://github.com/qutip/qutip) package. It uniquely combines the simplicity and power of Julia with advanced features like GPU acceleration and distributed computing, making simulation of quantum systems more accessible and efficient. + +## Features +QuantumToolbox.jl is equipped with a robust set of features: + +- **Quantum State and Operator Manipulation:** Easily handle quantum states and operators with a rich set of tools. +- **Dynamical Evolution:** Advanced solvers for time evolution of quantum systems. +- **Measurement and Statistics:** Comprehensive quantum measurement simulation and analysis. +- **GPU and Distributed Computing:** Leverage GPU and distributed resources for high-performance computing. + +## Installation +```julia +using Pkg +Pkg.add("QuantumToolbox")