-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating version and including more tutorials.
- Loading branch information
Showing
9 changed files
with
183 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ exclude = ''' | |
|
||
[tool.poetry] | ||
name = "toqito" | ||
version = "1.0.2" | ||
version = "1.0.4" | ||
description = "Python tools for the study of quantum information." | ||
authors = [ | ||
"Vincent Russo <[email protected]>" | ||
|
@@ -36,14 +36,16 @@ keywords = ["quantum information", "quantum computing", "nonlocal games"] | |
|
||
|
||
[tool.poetry.dependencies] | ||
python = "^3.9" | ||
python = ">=3.9,<3.11" | ||
cvxpy = "^1.2.1" | ||
numpy = "*" | ||
scipy = "*" | ||
scs = "^2.1.2" | ||
cvxopt = "^1.2.5" | ||
numpy = "^1.19.4" | ||
scipy = "^1.8.0" | ||
#scs = "^2.1.2" | ||
picos = "^2.0.30" | ||
|
||
[tool.poetry.dev-dependencies] | ||
black = "^20.8b1" | ||
black = "^21.10b0" | ||
distlib = "^0.3.4" | ||
flake8 = "^3.7" | ||
flake8-docstrings = "^1.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
|
||
setuptools.setup( | ||
name="toqito", | ||
version="1.0.2", | ||
version="1.0.4", | ||
author="Vincent Russo", | ||
author_email="[email protected]", | ||
description="Python toolkit for quantum information theory", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters