From ada55bec26e09666a6096f3a92e3173ecd0fd99b Mon Sep 17 00:00:00 2001 From: Jue Xu Date: Thu, 4 Jul 2024 00:43:53 +0800 Subject: [PATCH] update readme --- README.md | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dbee552..6308de9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@ # Quantum Simulation Recipes -[![License](https://img.shields.io/github/license/qiskit-community/qiskit-algorithms.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0) +[![License](https://img.shields.io/github/license/Jue-Xu/Quantum-Simulation-Recipe.svg?style=popout-square)](https://opensource.org/licenses/Apache-2.0) +[![Release](https://img.shields.io/github/v/release/jue-xu/Quantum-Simulation-Recipe?include_prereleases)](https://github.com/Jue-Xu/Quantum-Simulation-Recipe/releases) This [python package](https://pypi.org/project/quantum-simulation-recipe/) contains ingredients for quantum simulation, such as the Hamiltonians and algorithmic primitives, mainly build on [qiskit](https://www.ibm.com/quantum/qiskit), [openfermion](https://github.com/quantumlib/OpenFermion). ## Install ```bash conda create --name qs python=3.10 +conda activate qs pip install quantum-simulation-recipe ``` @@ -19,7 +21,8 @@ H = spin_ham.Nearest_Neighbour_1d(4) H.ham ``` More details -https://github.com/Jue-Xu/Quantum-Simulation-Recipe/tree/main/tests/test.ipynb + +https://jue-xu.github.io/Quantum-Simulation-Cookbook ## Content ### Common Hamiltonians @@ -51,3 +54,5 @@ https://github.com/Jue-Xu/Quantum-Simulation-Recipe/tree/main/tests/test.ipynb - QSP - ITE +## Misc +Support Jax \ No newline at end of file diff --git a/setup.py b/setup.py index ab592ef..23f99b7 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setuptools.setup( name="quantum-simulation-recipe", - version='0.1.0', + version='0.1.1', # version=package_version, # author="Jue XU", author_email="xujue@connect.hku.hk",