From d9a255aae9a9e1254ff15f59187446ca3d4171ae Mon Sep 17 00:00:00 2001 From: Nithyasri Srivathsan <156629930+NithyasriVS@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:27:59 +0800 Subject: [PATCH 1/3] Update installation to poetry from pip in readme file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d53db..1f8fdeb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ Currently, the supported tensor network libraries are: To get started: ```sh -pip install . +git clone https://github.com/qiboteam/qibotn.git +cd qibotn +poetry install ``` to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in From ffb9207a5a40bcdcfde2cbb4e8f8c3a38ef3146c Mon Sep 17 00:00:00 2001 From: Nithyasri Srivathsan <156629930+NithyasriVS@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:49:41 +0800 Subject: [PATCH 2/3] Update README.md for new stable ver release --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1f8fdeb..def88a7 100644 --- a/README.md +++ b/README.md @@ -27,20 +27,28 @@ Currently, the supported tensor network libraries are: - [quimb](https://quimb.readthedocs.io/en/latest/), an easy but fast python library for ‘quantum information many-body’ calculations, focusing primarily on tensor networks. ## Installation - + To get started: - + +```sh +pip install qibotn +``` + +to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in +case you need them. + + + +## Contribute + +To contribute, please install using poetry: + ```sh git clone https://github.com/qiboteam/qibotn.git cd qibotn poetry install ``` -to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in -case you need them. - - - ## Sample Codes ### Single-Node Example From 7b356aa4f0b6f8213076032641bc8b017ca549d1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 07:52:05 +0000 Subject: [PATCH 3/3] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index def88a7..7dddeb2 100644 --- a/README.md +++ b/README.md @@ -27,22 +27,22 @@ Currently, the supported tensor network libraries are: - [quimb](https://quimb.readthedocs.io/en/latest/), an easy but fast python library for ‘quantum information many-body’ calculations, focusing primarily on tensor networks. ## Installation - + To get started: - + ```sh pip install qibotn ``` - + to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in case you need them. - + - + ## Contribute - + To contribute, please install using poetry: - + ```sh git clone https://github.com/qiboteam/qibotn.git cd qibotn