From e4db30979f8ba87f81127fefdc3153e2e24cd2be Mon Sep 17 00:00:00 2001 From: Shao-Lun Huang Date: Wed, 17 Apr 2024 12:17:31 +0200 Subject: [PATCH] Edit README installation --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad9de89..2a7c509 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ In practice, an information inequality is the linear combination of von-Neumann Proving if an inequality can be derived from the basic inequalities is no easy task in quantum information theory, and neither is its counterpart in classical information theory. In classical information theory, an algorithm was proposed to automate the process (Ho et all., 2020 [[2]](#2)). As far as we know, there is no such tool in quantum information theory. This package is built on top of the classical algorithm [[2]](#2), and aims to be the cornerstone to bridge the gap. -## Installation (under progress) +## Installation The package is available on [Python Package Index (PyPI)](https://pypi.org) ``` pip install qitip diff --git a/pyproject.toml b/pyproject.toml index 9e8b3bc..b1b22d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "qitip" -version = "0.1.0a1" +version = "0.1.0" description = "Python package that serves as quantum information inequality prover" authors = [ { name = "Shao-Lun Huang", email = "shaolh105022105@gmail.com" },