Skip to content

Commit

Permalink
Edit README installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shao-Lun Huang committed Apr 17, 2024
1 parent 4690c55 commit e4db309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" },
Expand Down

0 comments on commit e4db309

Please sign in to comment.